Rename clusterName flag to cluster-name for consistency

This commit is contained in:
Maciej Pytel 2017-10-16 14:11:27 +02:00
parent 0d791cda3c
commit 9ded6f9c9e
1 changed files with 1 additions and 1 deletions

View File

@ -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.")