fs.StringVar(&s.CertDirectory,"cert_dir",s.CertDirectory,"The directory where the TLS certs are located (by default /var/run/kubernetes)")
fs.StringVar(&s.HostnameOverride,"hostname_override",s.HostnameOverride,"If non-empty, will use this string as identification instead of the actual hostname.")
fs.StringVar(&s.HostnameOverride,"hostname_override",s.HostnameOverride,"If non-empty, will use this string as identification instead of the actual hostname.")
fs.StringVar(&s.PodInfraContainerImage,"pod_infra_container_image",s.PodInfraContainerImage,"The image whose network/ipc namespaces containers in each pod will use.")
fs.StringVar(&s.PodInfraContainerImage,"pod_infra_container_image",s.PodInfraContainerImage,"The image whose network/ipc namespaces containers in each pod will use.")
fs.StringVar(&s.DockerEndpoint,"docker_endpoint",s.DockerEndpoint,"If non-empty, use this for the docker endpoint to communicate with")
fs.StringVar(&s.DockerEndpoint,"docker_endpoint",s.DockerEndpoint,"If non-empty, use this for the docker endpoint to communicate with")