Skip to content

Commit

Permalink
Update usage in README. Fixes nxtlytics#5.
Browse files Browse the repository at this point in the history
  • Loading branch information
samfreiberg-oh committed Sep 3, 2021
1 parent 4ec589e commit 579c825
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ to safely remove the Node object once the node is removed from the cloud provide
```
Usage of cloud-lifecycle-controller:
-cloud string
Cloud provider to use [aws, azure, ...]
Cloud provider to use (aws, azure, gcs, ...)
-cloud-config string
Path to cloud provider config file
-cloud-zone string
Cloud zone (us-west2, us-central, ...)
-dry-run
Don't actually delete anything
-health-probe-bind-address string
Expand All @@ -52,6 +56,8 @@ Usage of cloud-lifecycle-controller:
Paths to a kubeconfig. Only required if out-of-cluster.
-leader-elect
Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.
-leader-election-namespace string
Namespace to use for leader election lease
-metrics-bind-address string
The address the metric endpoint binds to. (default ":8080")
-zap-devel
Expand Down

0 comments on commit 579c825

Please sign in to comment.