Add default=false to usage of kube-apiserver allow-privileged flag

This commit is contained in:
xiangpengzhao 2017-04-06 12:27:05 +08:00
parent a481a5bca9
commit a1b568ccb8

View File

@ -138,7 +138,7 @@ func (s *ServerRunOptions) AddFlags(fs *pflag.FlagSet) {
"Amount of time to retain events.")
fs.BoolVar(&s.AllowPrivileged, "allow-privileged", s.AllowPrivileged,
"If true, allow privileged containers.")
"If true, allow privileged containers. [default=false]")
fs.StringVar(&s.SSHUser, "ssh-user", s.SSHUser,
"If non-empty, use secure SSH proxy to the nodes, using this user name")