Mark disable components flags as experimental (#3018)

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
pull/3038/head
Hussein Galal 4 years ago committed by GitHub
parent 4d1f9eda9d
commit c26b737b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -344,17 +344,17 @@ func NewServerCommand(action func(*cli.Context) error) cli.Command {
},
cli.BoolFlag{
Name: "disable-api-server",
Usage: "(components) Disable running api server",
Usage: "(experimental/components) Disable running api server",
Destination: &ServerConfig.DisableAPIServer,
},
cli.BoolFlag{
Name: "disable-controller-manager",
Usage: "(components) Disable running kube-controller-manager",
Usage: "(experimental/components) Disable running kube-controller-manager",
Destination: &ServerConfig.DisableControllerManager,
},
cli.BoolFlag{
Name: "disable-etcd",
Usage: "(components) Disable running etcd",
Usage: "(experimental/components) Disable running etcd",
Destination: &ServerConfig.DisableETCD,
},
NodeNameFlag,

Loading…
Cancel
Save