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
{{ message }}
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
The 0.26.0 version of minikube uses kubeadm as the default bootstrapper and that enables RBAC by default. Release notes for 0.26.0: kubernetes/minikube#2660
We should change all docs to be RBAC only.
For minikube this would be fine when using 0.26.0 or older versions with --bootstrapper=kubeadm. That bootstrapper is the default from 0.26.0 and on.
On GKE this will work fine with 1.8.x versions since they by default have legacy auth disabled and use RBAC, it also works with older versions like 1.7.14-gke.1 with legacy auth enabled.
The text was updated successfully, but these errors were encountered:
The 0.26.0 version of minikube uses
kubeadm
as the default bootstrapper and that enables RBAC by default. Release notes for 0.26.0: kubernetes/minikube#2660We should change all docs to be RBAC only.
For minikube this would be fine when using
0.26.0
or older versions with--bootstrapper=kubeadm
. That bootstrapper is the default from 0.26.0 and on.On GKE this will work fine with 1.8.x versions since they by default have legacy auth disabled and use RBAC, it also works with older versions like 1.7.14-gke.1 with legacy auth enabled.
The text was updated successfully, but these errors were encountered: