Fix instructions to start minikube with RBAC (#11002)
When starting minikube with `--extra-config=apiserver.Authorization.Mode=RBAC`, the apiserver container exits with the following error: ``` error: unknown flag: --Authorization.Mode ``` Starting it with `--extra-config=apiserver.authorization-mode=RBAC` instead fixes the issue.
This commit is contained in:
committed by
k8s-ci-robot
parent
8879db8080
commit
cb8aae1b0d
@@ -258,7 +258,7 @@ To change the `MaxPods` setting to 5 on the Kubelet, pass this flag: `--extra-co
|
||||
|
||||
This feature also supports nested structs. To change the `LeaderElection.LeaderElect` setting to `true` on the scheduler, pass this flag: `--extra-config=scheduler.LeaderElection.LeaderElect=true`.
|
||||
|
||||
To set the `AuthorizationMode` on the `apiserver` to `RBAC`, you can use: `--extra-config=apiserver.Authorization.Mode=RBAC`.
|
||||
To set the `AuthorizationMode` on the `apiserver` to `RBAC`, you can use: `--extra-config=apiserver.authorization-mode=RBAC`.
|
||||
|
||||
### Stopping a Cluster
|
||||
The `minikube stop` command can be used to stop your cluster.
|
||||
|
||||
Reference in New Issue
Block a user