You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent-install/agent-install.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,7 @@ Additional Edge Cluster Variables (in environment or config file):
164
164
AGENT_DEPLOYMENT_STATUS_TIMEOUT_SECONDS: Maximum seconds to wait for the agent deployment rollout status to be successful. Default: 300
165
165
AGENT_K8S_IMAGE_TAR_FILE: the file name of the edge cluster agent docker image in tar.gz format. Default: \${ARCH}$DEFAULT_AGENT_K8S_IMAGE_TAR_FILE
166
166
CRONJOB_AUTO_UPGRADE_K8S_TAR_FILE: the file name of the edge cluster auto-upgrade-cronjob cronjob docker image in tar.gz format. Default: \${ARCH}$DEFAULT_CRONJOB_AUTO_UPGRADE_K8S_TAR_FILE
167
+
CRONJOB_INTERVAL: The number of minutes between each cronjob
167
168
AGENT_NAMESPACE: The cluster namespace that the agent will be installed in
168
169
NAMESPACE_SCOPED: specify this value if the edge cluster agent is namespace-scoped agent
169
170
EndOfMessage
@@ -1278,6 +1279,7 @@ function get_all_variables() {
0 commit comments