fs.StringVar(&f.RootDirectory,"root-dir",f.RootDirectory,"Directory path for managing kubelet files (volume mounts,etc).")
fs.StringVar(&f.RootDirectory,"root-dir",f.RootDirectory,"Directory path for managing kubelet files (volume mounts,etc).")
fs.Var(&f.DynamicConfigDir,"dynamic-config-dir","The Kubelet will use this directory for checkpointing downloaded configurations and tracking configuration health. The Kubelet will create this directory if it does not already exist. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Providing this flag enables dynamic Kubelet configuration. Presently, you must also enable the DynamicKubeletConfig feature gate to pass this flag.")
fs.Var(&f.DynamicConfigDir,"dynamic-config-dir","The Kubelet will use this directory for checkpointing downloaded configurations and tracking configuration health. The Kubelet will create this directory if it does not already exist. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Providing this flag enables dynamic Kubelet configuration. Presently, you must also enable the DynamicKubeletConfig feature gate to pass this flag.")
fs.Var(&f.InitConfigDir,"init-config-dir","The Kubelet will look in this directory for the init configuration. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this argument to use the built-in default configuration values. Presently, you must also enable the DynamicKubeletConfig feature gate to pass this flag.")
fs.Var(&f.InitConfigDir,"init-config-dir","The Kubelet will look in this directory for the init configuration. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this argument to use the built-in default configuration values. Presently, you must also enable the KubeletConfigFile feature gate to pass this flag.")
// EXPERIMENTAL FLAGS
// EXPERIMENTAL FLAGS
fs.StringVar(&f.ExperimentalMounterPath,"experimental-mounter-path",f.ExperimentalMounterPath,"[Experimental] Path of mounter binary. Leave empty to use the default mount.")
fs.StringVar(&f.ExperimentalMounterPath,"experimental-mounter-path",f.ExperimentalMounterPath,"[Experimental] Path of mounter binary. Leave empty to use the default mount.")