Skip to content

Commit 8ed8a26

Browse files
committed
Update README
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 56d9a5d commit 8ed8a26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ Application Options:
2626
--debug debug mode [$DEBUG]
2727
-v, --verbose verbose mode [$VERBOSE]
2828
--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]
2932
--kube.node.labelselector= Node Label selector which nodes should be checked [$KUBE_NODE_LABELSELECTOR]
3033
--kube.watch.timeout= Timeout & full resync for node watch (time.Duration) (default: 24h)
3134
[$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]
3237
--dry-run Dry run (do not apply to nodes) [$DRY_RUN]
3338
--config= Config path [$CONFIG]
3439
--bind= Server address (default: :8080) [$SERVER_BIND]

0 commit comments

Comments
 (0)