kopsPath=flag.String("kops","","(kops only) Path to the kops binary. Must be set for kops.")
kopsCluster=flag.String("kops-cluster","","(kops only) Cluster name. Must be set for kops.")
kopsState=flag.String("kops-state",os.Getenv("KOPS_STATE_STORE"),"(kops only) s3:// path to kops state store. Must be set. (This flag defaults to $KOPS_STATE_STORE, and overrides it if set.)")
kopsSSHKey=flag.String("kops-ssh-key",os.Getenv("AWS_SSH_KEY"),"(kops only) Path to ssh key-pair for each node. (Defaults to $AWS_SSH_KEY or '~/.ssh/kube_aws_rsa'.)")
kopsZones=flag.String("kops-zones","us-west-2a","(kops AWS only) AWS zones for kops deployment, comma delimited.")
kopsNodes=flag.Int("kops-nodes",2,"(kops only) Number of nodes to create.")