"The period for syncing NodeStatus in NodeController.")
"The period for syncing NodeStatus in NodeController.")
fs.StringVar(&s.ServiceAccountKeyFile,"service-account-private-key-file",s.ServiceAccountKeyFile,"Filename containing a PEM-encoded private RSA key used to sign service account tokens.")
fs.StringVar(&s.ServiceAccountKeyFile,"service-account-private-key-file",s.ServiceAccountKeyFile,"Filename containing a PEM-encoded private RSA key used to sign service account tokens.")
fs.StringVar(&s.ClusterSigningCertFile,"cluster-signing-cert-file",s.ClusterSigningCertFile,"Filename containing a PEM-encoded X509 CA certificate used to issue cluster-scoped certificates")
fs.StringVar(&s.ClusterSigningKeyFile,"cluster-signing-key-file",s.ClusterSigningKeyFile,"Filename containing a PEM-encoded RSA or ECDSA private key used to sign cluster-scoped certificates")
fs.BoolVar(&s.EnableProfiling,"profiling",true,"Enable profiling via web interface host:port/debug/pprof/")
fs.BoolVar(&s.EnableProfiling,"profiling",true,"Enable profiling via web interface host:port/debug/pprof/")
fs.StringVar(&s.ClusterName,"cluster-name",s.ClusterName,"The instance prefix for the cluster")
fs.StringVar(&s.ClusterName,"cluster-name",s.ClusterName,"The instance prefix for the cluster")
fs.StringVar(&s.ClusterCIDR,"cluster-cidr",s.ClusterCIDR,"CIDR Range for Pods in cluster.")
fs.StringVar(&s.ClusterCIDR,"cluster-cidr",s.ClusterCIDR,"CIDR Range for Pods in cluster.")