-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubeAPIServer authorizationMode still requires adding Node,RBAC on k8s 1.19.x #11014
Comments
@gamer22026 can you post your full cluster spec? I'm curious what the |
Facing the same problem with our cluster here. But Node is already in place in the
Any thoughts? |
I have the same problem when bootstrap new cluster using kops 1.21.0 |
Can you open a new issue and post the cluster spec there? |
I have exactly the same issue, did you fix it, and how |
1. What
kops
version are you running? The commandkops version
, will displaythis information.
1.19.1
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.1.19.8
3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
rolling update from k8s 1.18.13 to 1.19.8
5. What happened after the commands executed?
First master node didn't come up
6. What did you expect to happen?
First master node comes up
7. Anything else do we need to know?
Issue was
had to be changed to
The rolling update then worked. This slack thread ( https://kubernetes.slack.com/archives/C3QUFP0QM/p1614880910266900?thread_ts=1614872952.265000&cid=C3QUFP0QM ) indicates that for k8s >= 1.19 Node should be auto-included per https://github.com/kubernetes/kops/blob/master/pkg/model/components/apiserver.go#L89 but that's clearly not happening.
The text was updated successfully, but these errors were encountered: