You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to specify the authorization mode for a Kubernetes master, the --authorization-mode command line parameter needs to be able to be set via kops edit cluster or some similar method.
The text was updated successfully, but these errors were encountered:
We actually have now mapped the authorization-mode flag.
You can set it like this (IIRC) in kops edit cluster, if you are using kops 1.5.0 beta1 or above:
...
spec:
kubeAPIServer:
authorizationMode: rbac
We still hope / intend to create a full example or drop-in for auth, particularly with rbac leaving alpha in 1.6, but in the meantime we are exposing the flags so kops is not the blocker any more!
Closing, but do comment/reopen (or open a new issue) if this doesn't work for you!
In order to specify the authorization mode for a Kubernetes master, the
--authorization-mode
command line parameter needs to be able to be set viakops edit cluster
or some similar method.The text was updated successfully, but these errors were encountered: