Rename clusterName flag to cluster-name for consistency
This commit is contained in:
parent
0d791cda3c
commit
9ded6f9c9e
|
|
@ -66,7 +66,7 @@ func (flag *MultiStringFlag) Set(value string) error {
|
|||
|
||||
var (
|
||||
nodeGroupsFlag MultiStringFlag
|
||||
clusterName = flag.String("clusterName", "", "Autoscaled cluster name, if available")
|
||||
clusterName = flag.String("cluster-name", "", "Autoscaled cluster name, if available")
|
||||
address = flag.String("address", ":8085", "The address to expose prometheus metrics.")
|
||||
kubernetes = flag.String("kubernetes", "", "Kubernetes master location. Leave blank for default")
|
||||
kubeConfigFile = flag.String("kubeconfig", "", "Path to kubeconfig file with authorization and master location information.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue