Open neolit123 opened 4 years ago
@neolit123 -- do we have any updates on this one?
@justaugustus no, this one is on sig-auth.
Ping @kubernetes/sig-auth-feature-requests
Uh, I did not know we were planning on changing this group. I do not think we can ever safely stop supporting system:masters
because it could break existing clusters. That string is considered special in many places in the k/k code.
@kubernetes/sig-architecture-leads – @enj brings up a great point above. For reasons I think are obvious though we'd like to at least remove system:masters
going forward, even if we need to maintain backwards compatibility. Thoughts?
@celestehorgan @enj i'd request sig-auth to take the lead here propose a plan that can work (some sort of switch to help existing clusters + a more forward looking better name may be?)
the topic for k8s core needs a kubernetes/kubernetes issue. this one is for kubeadm.
We discussed this extensively in a recent sig-auth meeting. I have the AI to distill the discussion into a k/k issue that outlines the available options. That would enable the creation of the KEP needed to address this (as best as we can).
@enj @neolit123 -- How are we doing w/ discussions on next steps?
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
i don't know if we have a k/k issue. /remove-lifecycle stale
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/lifecycle frozen
We discussed this extensively in a recent sig-auth meeting. I have the AI to distill the discussion into a k/k issue that outlines the available options. That would enable the creation of the KEP needed to address this (as best as we can).
Based on this, we have an action item open to create an issue for that or do we want to close it? @enj
@ibihim please post a link to the new issue once it's created here.
Kubernetes includes a stock "system:masters" group that have full access to cluster resources: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
kubeadm binds its administrator account to this group: https://github.com/kubernetes/kubernetes/blob/e45b8bfe0f45c276537bb8e927b2ae5af8466590/cmd/kubeadm/app/constants/constants.go#L168
this ticket is created with the assumption that the group name will be changed at some point (based on the efforts by wg-naming), potentially by introducing a new group that has the same level of access and deprecating the old group.
on the side of kubeadm we'd have to track this effort and adapt kubeadm to handle the introduction of the new group.
k/k issue: (NONE exists yet?) plan: TODO