fs.StringVar(&f.LockFilePath,"lock-file",f.LockFilePath,"<Warning: Alpha feature> The path to file for kubelet to use as a lock file.")
fs.BoolVar(&f.ExitOnLockContention,"exit-on-lock-contention",f.ExitOnLockContention,"Whether kubelet should exit upon lock-file contention.")
fs.StringVar(&f.SeccompProfileRoot,"seccomp-profile-root",f.SeccompProfileRoot,"<Warning: Alpha feature> Directory path for seccomp profiles.")
fs.StringVar(&f.BootstrapCheckpointPath,"bootstrap-checkpoint-path",f.BootstrapCheckpointPath,"<Warning: Alpha feature> Path to to the directory where the checkpoints are stored")
// DEPRECATED FLAGS
fs.DurationVar(&f.MinimumGCAge.Duration,"minimum-container-ttl-duration",f.MinimumGCAge.Duration,"Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m'")