fs.MarkDeprecated("non-masquerade-cidr","will be removed in a future version")
fs.BoolVar(&f.KeepTerminatedPodVolumes,"keep-terminated-pod-volumes",f.KeepTerminatedPodVolumes,"Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues.")
fs.MarkDeprecated("keep-terminated-pod-volumes","will be removed in a future version")
// TODO(#54161:v1.11.0): Remove --enable-custom-metrics flag, it is deprecated.
fs.BoolVar(&f.EnableCustomMetrics,"enable-custom-metrics",f.EnableCustomMetrics,"Support for gathering custom metrics.")
fs.MarkDeprecated("enable-custom-metrics","will be removed in a future version")
// TODO(#58010:v1.13.0): Remove --allow-privileged, it is deprecated
fs.BoolVar(&f.AllowPrivileged,"allow-privileged",f.AllowPrivileged,"If true, allow containers to request privileged mode. Default: true")
fs.MarkDeprecated("allow-privileged","will be removed in a future version")