-
Notifications
You must be signed in to change notification settings - Fork 716
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
annotate the kube-system namespace to allow kubeadm managed static Pod labels #1835
Comments
it's not a high priority for this cycle, but i have a WIP PR for this. |
/cc |
1 similar comment
/cc |
the work in on hold for 1.18 |
@neolit123 is this something we should work on for v1.19? |
depends if kubernetes/enhancements#1314 is worked on for 1.19. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale
I think sig auth is looking for alternatives to this, but i need to check.
|
update for the 1.23 cycle:
kubernetes/enhancements#1314 (comment)
looks like the design is going in a different direction. i have closed the PR to change kubeadm that follows it, but we should keep this issue open until a KEP update follows related to kubernetes/enhancements#1314
annotate the kube-system namespace to allow kubeadm managed static Pod labels, such as "tier" and "component".
this change is landing as alpha in 1.17 and by 1.19 it will be on by default (beta).
see:
https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/20190916-noderestriction-pods.md
tracking issue in k/e:
tracking issue for k/k:
looks like we also use the
k8s-app
label in the upgrade process, which should be revisited:https://github.com/kubernetes/kubernetes/blob/3758426884e3c82cbd99c72e8015f4396f21fde2/cmd/kubeadm/app/phases/upgrade/prepull.go#L83
The text was updated successfully, but these errors were encountered: