fs.StringVar(&f.HostnameOverride,"hostname-override",f.HostnameOverride,"If non-empty, will use this string as identification instead of the actual hostname.")
fs.StringVar(&f.NodeIP,"node-ip",f.NodeIP,"IP address of the node. If set, kubelet will use this IP address for the node")
fs.StringVar(&f.DockershimRootDirectory,"experimental-dockershim-root-directory",f.DockershimRootDirectory,"Path to the dockershim root directory.")