[agent] [ executor ] - execute shell file

This commit is contained in:
IceDerce
2022-12-11 21:51:41 +08:00
parent 2f5bb078cd
commit 889976f9e2
25 changed files with 404 additions and 136 deletions

View File

@@ -0,0 +1,4 @@

View File

@@ -0,0 +1,16 @@
spring:
cloud:
nacos:
config:
group: local
config-retry-time: 3000
file-extension: yaml
max-retry: 3
# server-addr: 43.154.83.213:21060
# server-addr: 140.238.52.228:21060
server-addr: https://nacos.107421.xyz:443
timeout: 5000
config-long-poll-timeout: 5000
extension-configs:
- group: local
data-id: common-local.yaml

View File

@@ -2,20 +2,21 @@ spring:
application:
name: octopus-agent
profiles:
active: local
active: k3s
cloud:
nacos:
config:
group: local
group: k3s
config-retry-time: 3000
file-extension: yaml
max-retry: 3
# server-addr: 43.154.83.213:21060
# server-addr: 140.238.52.228:21060
# server-addr: 43.154.83.213:21060
# server-addr: 140.238.52.228:21060
server-addr: https://nacos.107421.xyz:443
timeout: 5000
config-long-poll-timeout: 5000
extension-configs:
- group: local
data-id: common-local.yaml
- group: k3s
data-id: common-k3s.yaml