Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Sep 17, 2022
1 parent 1ca27a4 commit 761a027
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,14 @@ Application Options:
--drain.ignore-daemonsets Ignore DaemonSet-managed pods. [$DRAIN_IGNORE_DAEMONSETS]
--drain.pod-selector= Label selector to filter pods on the node
[$DRAIN_POD_SELECTOR]
--drain.timeout= The length of time to wait before giving up, zero
means infinite (default: 0s) [$DRAIN_TIMEOUT]
--drain.wait-after= Wait after drain to let Kubernetes detach volumes
etc (default: 30s) [$DRAIN_WAIT_AFTER]
--drain.dry-run Do not drain, uncordon or label any node
[$DRAIN_DRY_RUN]
--drain.disable-eviction Force drain to use delete, even if eviction is
supported. This will bypass checking
PodDisruptionBudgets, use with caution.
[$DRAIN_DISABLE_EVICTION]
--drain.timeout= The length of time to wait before giving up, zero means
infinite (default: 0s) [$DRAIN_TIMEOUT]
--drain.wait-after= Wait after drain to let Kubernetes detach volumes etc
(default: 30s) [$DRAIN_WAIT_AFTER]
--drain.dry-run Do not drain, uncordon or label any node [$DRAIN_DRY_RUN]
--drain.disable-eviction Force drain to use delete, even if eviction is supported.
This will bypass checking PodDisruptionBudgets, use with
caution. [$DRAIN_DISABLE_EVICTION]
--notification= Shoutrrr url for notifications
(https://containrrr.github.io/shoutrrr/) [$NOTIFICATION]
--server.bind= Server address (default: :8080) [$SERVER_BIND]
Expand Down

0 comments on commit 761a027

Please sign in to comment.