File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,14 @@ Application Options:
26
26
--debug debug mode [$DEBUG]
27
27
-v, --verbose verbose mode [$VERBOSE]
28
28
--log.json Switch log output to json format [$LOG_JSON]
29
+ --instance.nodename= Name of node where autopilot is running [$INSTANCE_NODENAME]
30
+ --instance.namespace= Name of namespace where autopilot is running [$INSTANCE_NAMESPACE]
31
+ --instance.pod= Name of pod where autopilot is running [$INSTANCE_POD]
29
32
--kube.node.labelselector= Node Label selector which nodes should be checked [$KUBE_NODE_LABELSELECTOR]
30
33
--kube.watch.timeout= Timeout & full resync for node watch (time.Duration) (default: 24h)
31
34
[$KUBE_WATCH_TIMEOUT]
35
+ --lease.enable Enable lease (leader election; enabled by default in docker images) [$LEASE_ENABLE]
36
+ --lease.name= Name of lease lock (default: kube-pool-manager-leader) [$LEASE_NAME]
32
37
--dry-run Dry run (do not apply to nodes) [$DRY_RUN]
33
38
--config= Config path [$CONFIG]
34
39
--bind= Server address (default: :8080) [$SERVER_BIND]
You can’t perform that action at this time.
0 commit comments