fs.BoolVar(&f.RegisterNode,"register-node",f.RegisterNode,"Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. Default=true.")
fs.Var(utiltaints.NewTaintsVar(&f.RegisterWithTaints),"register-with-taints","Register the node with the given list of taints (comma separated \"<key>=<value>:<effect>\"). No-op if register-node is false.")
fs.BoolVar(&f.Containerized,"containerized",f.Containerized,"Running kubelet in a container.")
// EXPERIMENTAL FLAGS
fs.StringVar(&f.ExperimentalMounterPath,"experimental-mounter-path",f.ExperimentalMounterPath,"[Experimental] Path of mounter binary. Leave empty to use the default mount.")