This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run k8s.gcr.io/autoscaling/cluster-autoscaler:v1.18.3 /cluster-autoscaler -h | |
Usage of /cluster-autoscaler: | |
pflag: help requested | |
--add-dir-header If true, adds the file directory to the header | |
--address string The address to expose prometheus metrics. (default ":8085") | |
--alsologtostderr log to standard error as well as files | |
--aws-use-static-instance-list Should CA fetch instance types in runtime or use a static list. AWS only | |
--balance-similar-node-groups Detect similar node groups and balance the number of nodes between them | |
--cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. | |
--cloud-provider string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Save this in ~/.screenrc | |
# Use bash | |
shell /bin/bash | |
autodetach on | |
# Big scrollback | |
defscrollback 5000 |
OlderNewer