fs.Int32Var(&f.NodeStatusMaxImages,"node-status-max-images",f.NodeStatusMaxImages,"<Warning: Alpha feature> The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied.")
// DEPRECATED FLAGS
fs.BoolVar(&f.Containerized,"containerized",f.Containerized,"Running kubelet in a container.")
fs.MarkDeprecated("containerized","This feature will be removed in a later release.")