fs.Var(&s.PortalNet,"portal_net","A CIDR notation IP range from which to assign portal IPs. This must not overlap with any IP ranges assigned to nodes for pods.")
fs.Var(&s.PortalNet,"portal_net","A CIDR notation IP range from which to assign portal IPs. This must not overlap with any IP ranges assigned to nodes for pods.")
fs.StringVar(&s.MasterServiceNamespace,"master_service_namespace",s.MasterServiceNamespace,"The namespace from which the kubernetes master services should be injected into pods")
fs.StringVar(&s.MasterServiceNamespace,"master_service_namespace",s.MasterServiceNamespace,"The namespace from which the kubernetes master services should be injected into pods")
fs.BoolVar(&s.SyncPodStatus,"sync_pod_status",s.SyncPodStatus,"If true, periodically fetch pods statuses from kubelets.")
fs.Var(&s.RuntimeConfig,"runtime_config","A set of key=value pairs that describe runtime configuration that may be passed to the apiserver.")
fs.Var(&s.RuntimeConfig,"runtime_config","A set of key=value pairs that describe runtime configuration that may be passed to the apiserver.")