-
Notifications
You must be signed in to change notification settings - Fork 14
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
WIP: DNM: per-nodegroup SCC toggle #1124
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
64504bf
to
d5c1dae
Compare
If we're going with the direction of per-nodegroup I suggest to drop the global annotation because it's redundant. |
Tests locally, looking good:
machineconfig is present
pods are running:
|
Deleting the annotation under the |
consume upstream fixes Signed-off-by: Francesco Romani <[email protected]>
incorporate the SCC v2 as provided by deployer <= 0.21.3 Signed-off-by: Francesco Romani <[email protected]>
there are cases on which object (aka cluster) level annotations are not good enough, so add limited per-nodegroup annotation. This is another strong hint we should have had an object per nodegroup rather than a single object for all nodegroups. Signed-off-by: Francesco Romani <[email protected]>
d5c1dae
to
64857ba
Compare
Now that we have per-nodegroup annotation, we can enable back the custom selinux policy per-nodegroup (vs per-cluster), allowing granular upgrades. Signed-off-by: Francesco Romani <[email protected]>
64857ba
to
e8eb141
Compare
@ffromani: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest |
WIP DNM for testing purposes atm