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
starting from kubernetes 1.29, kubeadm creates two kubeconfig files for administrators:
admin.conf: this is a NEW user that has a rolebinding for the role kubeadm:cluster-admins and not masters as before.
super-admin.conf: this is the equivalent to the admin.conf created in previous versions. It is a member of the system:masters group, so RBAC does not apply.
Our roles (and furyctl) are not considering this new file.
starting from kubernetes 1.29,
kubeadm
creates two kubeconfig files for administrators:admin.conf
: this is a NEW user that has a rolebinding for the rolekubeadm:cluster-admins
and notmasters
as before.super-admin.conf
: this is the equivalent to theadmin.conf
created in previous versions. It is a member of thesystem:masters
group, so RBAC does not apply.Our roles (and furyctl) are not considering this new file.
References:
The text was updated successfully, but these errors were encountered: