fs.Var(&f.KubeConfig,"kubeconfig","Path to a kubeconfig file, specifying how to connect to the API server. --api-servers will be used for the location unless --require-kubeconfig is set.")
fs.BoolVar(&f.RequireKubeConfig,"require-kubeconfig",f.RequireKubeConfig,"If true the Kubelet will exit if there are configuration errors, and will ignore the value of --api-servers in favor of the server defined in the kubeconfig file.")
fs.StringVar(&f.BootstrapKubeconfig,"experimental-bootstrap-kubeconfig",f.BootstrapKubeconfig,"<Warning: Experimental feature> Path to a kubeconfig file that will be used to get client certificate for kubelet. "+
fs.StringVar(&f.BootstrapKubeconfig,"experimental-bootstrap-kubeconfig",f.BootstrapKubeconfig,"deprecated: use --bootstrap-kubeconfig")
fs.StringVar(&f.BootstrapKubeconfig,"bootstrap-kubeconfig",f.BootstrapKubeconfig,"Path to a kubeconfig file that will be used to get client certificate for kubelet. "+
"If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. "+
"On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. "+
"The client certificate and key file will be stored in the directory pointed by --cert-dir.")