cmd.PersistentFlags().StringVar(&kubeConfigFile,"kubeconfig","/etc/kubernetes/admin.conf","The KubeConfig file to use when talking to the cluster.")
cmd.PersistentFlags().StringVar(&kubeConfigFile,"kubeconfig",kubeadmconstants.DefaultKubeConfig,"The KubeConfig file to use when talking to the cluster.")
cmd.PersistentFlags().StringVar(&kubeConfigFile,"kubeconfig","/etc/kubernetes/admin.conf","The KubeConfig file to use when talking to the cluster")
cmd.PersistentFlags().StringVar(&kubeConfigFile,"kubeconfig",kubeadmconstants.DefaultKubeConfig,"The KubeConfig file to use when talking to the cluster")
"kubeconfig",defaultKubeConfig,"The KubeConfig file to use when talking to the cluster. If the flag is not set a set of standard locations are searched for an existing KubeConfig file")
"kubeconfig",kubeadmconstants.DefaultKubeConfig,"The KubeConfig file to use when talking to the cluster. If the flag is not set a set of standard locations are searched for an existing KubeConfig file")
tokenCmd.PersistentFlags().BoolVar(&dryRun,
"dry-run",dryRun,"Whether to enable dry-run mode or not")