fs.StringVar(&s.ServiceAccountKeyFile,"service-account-private-key-file",s.ServiceAccountKeyFile,"Filename containing a PEM-encoded private RSA or ECDSA 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.DurationVar(&s.ClusterSigningDuration.Duration,"experimental-cluster-signing-duration",s.ClusterSigningDuration.Duration,"The length of duration signed certificates will be given.")
fs.StringVar(&s.ApproveAllKubeletCSRsForGroup,"insecure-experimental-approve-all-kubelet-csrs-for-group",s.ApproveAllKubeletCSRsForGroup,"The group for which the controller-manager will auto approve all CSRs for kubelet client certificates.")
fs.BoolVar(&s.EnableProfiling,"profiling",true,"Enable profiling via web interface host:port/debug/pprof/")
fs.BoolVar(&s.EnableContentionProfiling,"contention-profiling",false,"Enable lock contention profiling, if profiling is enabled")