Skip to content
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

Fine-grained SupplementalGroups control #3619

Open
19 of 24 tasks
Tracked by #112879
everpeace opened this issue Oct 14, 2022 · 60 comments
Open
19 of 24 tasks
Tracked by #112879

Fine-grained SupplementalGroups control #3619

everpeace opened this issue Oct 14, 2022 · 60 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. lead-opted-in Denotes that an issue has been opted in to a release sig/node Categorizes an issue or PR as relevant to SIG Node. stage/beta Denotes an issue tracking an enhancement targeted for Beta status tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team

Comments

@everpeace
Copy link
Contributor

everpeace commented Oct 14, 2022

Enhancement Description

Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.

/assign
/sig node
/kind feature

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Oct 14, 2022
@everpeace

This comment was marked as off-topic.

@k8s-ci-robot k8s-ci-robot added sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. sig/node Categorizes an issue or PR as relevant to SIG Node. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Oct 14, 2022
@k8s-ci-robot
Copy link
Contributor

@everpeace: The label(s) /remove-label sig/scheduling cannot be applied. These labels are supported: api-review, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, team/katacoda, refactor, lead-opted-in, tracked/no, tracked/out-of-tree, tracked/yes. Is this label configured under labels -> additional_labels or labels -> restricted_labels in plugin.yaml?

In response to this:

/remove-label sig/scheduling

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/test-infra repository.

@k8s-ci-robot k8s-ci-robot removed the sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. label Oct 14, 2022
@everpeace

This comment was marked as off-topic.

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 14, 2022
@everpeace everpeace changed the title SupplementalGroupsPolicy: fine grained SupplementalGroups control Fine grained SupplementalGroups control Oct 14, 2022
@everpeace everpeace changed the title Fine grained SupplementalGroups control Fine-grained SupplementalGroups control Oct 17, 2022
@thockin thockin moved this to investigate in KEPs I am tracking Dec 20, 2022
@k8s-triage-robot
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 15, 2023
@everpeace
Copy link
Contributor Author

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 15, 2023
@SergeyKanzhelev
Copy link
Member

/milestone v1.27

let's see if we can start it in 1.27

@k8s-ci-robot k8s-ci-robot added this to the v1.27 milestone Feb 2, 2023
@SergeyKanzhelev
Copy link
Member

/label lead-opted-in

@k8s-ci-robot k8s-ci-robot added the lead-opted-in Denotes that an issue has been opted in to a release label Feb 2, 2023
@SergeyKanzhelev
Copy link
Member

/stage alpha

@k8s-ci-robot k8s-ci-robot added the stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status label Feb 3, 2023
@npolshakova
Copy link

Hello @everpeace 👋, 1.27 Enhancements team here.

Just checking in as we approach enhancements freeze on 18:00 PDT Thursday 9th February 2023.

This enhancement is targeting for stage alpha for 1.27 (correct me, if otherwise)

Here's where this enhancement currently stands:

  • KEP readme using the latest template has been merged into the k/enhancements repo.
  • KEP status is marked as implementable for latest-milestone: 1.27
  • KEP readme has a updated detailed test plan section filled out
  • KEP readme has up to date graduation criteria
  • KEP has a production readiness review that has been completed and merged into k/enhancements.

It looks like #3620 will address most of these issues.

The status of this enhancement is marked as at risk. Please keep the issue description up-to-date with appropriate stages as well. Thank you!

@haircommander
Copy link
Contributor

@everpeace do you plan on making progress on this in 1.32?

@kannon92 kannon92 moved this from Triage to Proposed for consideration in SIG Node 1.32 KEPs planning Aug 27, 2024
@kannon92
Copy link
Contributor

Sounds like there is plans to bring this up for beta graduation in 1.32. Moving it to "Proposed for consideration".

@everpeace
Copy link
Contributor Author

everpeace commented Aug 28, 2024

@haircommander

do you plan on making progress on this in 1.32?

Yes, I'm planning some improvements in 1.32 toward beta:

  • error handling
    • rejecting pods with the SupplementalGroupsPolicy field on the node with Node.Status.Features.SupplementalGroupsPolicy: false (currently, silently falls back to Merge behavior)
  • observability
    • add kube-state-metrics node_status_features{feature="SupplementalGroupsPolicy"}???

@kannon92

Moving it to "Proposed for consideration".

Thanks!


By the way, about the actual timing of its beta promotion, I think it would be better after both containerd and CRI-O supports SupplementalGroupsPolicy feature as defined in Beta graduation criteria.

  • CRI-O already supports this feature in v1.31, but
  • containerd has not supported this feature yet (we have to wait for containerd v2)

Thus, I'm not sure v1.32 is good timing for its beta promotion because I don't have information about containerd v2 release date even the expected one.

@tjons
Copy link
Contributor

tjons commented Sep 16, 2024

Hi, enhancements lead here - I inadvertently added this to the 1.32 tracking board 😀. Please readd it if you wish to progress this enhancement in 1.32.

/remove-label lead-opted-in

@k8s-ci-robot k8s-ci-robot removed the lead-opted-in Denotes that an issue has been opted in to a release label Sep 16, 2024
@haircommander haircommander moved this from Proposed for consideration to Not for release in SIG Node 1.32 KEPs planning Sep 17, 2024
@everpeace
Copy link
Contributor Author

@haircommander I'm now preparing PRR of this KEP for beta release in #4895. May this KEP lead-opt-in for v1.32?? (Sorry for the last minutes)

@haircommander haircommander moved this from Not for release to Considered for release in SIG Node 1.32 KEPs planning Oct 3, 2024
@haircommander
Copy link
Contributor

/milestone v1.32
/stage beta

Thanks for the heads up @everpeace !

@k8s-ci-robot k8s-ci-robot removed the stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status label Oct 3, 2024
@k8s-ci-robot k8s-ci-robot modified the milestones: v1.31, v1.32 Oct 3, 2024
@k8s-ci-robot k8s-ci-robot added the stage/beta Denotes an issue tracking an enhancement targeted for Beta status label Oct 3, 2024
@haircommander
Copy link
Contributor

/label lead-opted-in

@k8s-ci-robot k8s-ci-robot added the lead-opted-in Denotes that an issue has been opted in to a release label Oct 3, 2024
@tjons
Copy link
Contributor

tjons commented Oct 4, 2024

Hello @everpeace 👋, Enhancements team here.

Just checking in as we approach enhancements freeze on 02:00 UTC Friday 11th October 2024 / 19:00 PDT Thursday 10th October 2024.

This enhancement is targeting for stage beta for v1.32 (correct me, if otherwise).

Here's where this enhancement currently stands:

  • KEP readme using the latest template has been merged into the k/enhancements repo.
  • KEP status is marked as implementable for latest-milestone: v1.32.
  • KEP readme has up-to-date graduation criteria
  • KEP has a production readiness review that has been completed and merged into k/enhancements. (For more information on the PRR process, check here). If your production readiness review is not completed yet, please make sure to fill the production readiness questionnaire in your KEP by the PRR Freeze deadline on Thursday 3rd October 2024 so that the PRR team has enough time to review your KEP.

To track this KEP for enhancements freeze:

The status of this enhancement is marked as at risk for enhancement freeze. Please keep the issue description up-to-date with appropriate stages as well. Thank you!

If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you!

@tjons tjons moved this to At risk for enhancements freeze in 1.32 Enhancements Tracking Oct 4, 2024
@haircommander haircommander moved this from Considered for release to Not for release in SIG Node 1.32 KEPs planning Oct 10, 2024
@tjons
Copy link
Contributor

tjons commented Oct 11, 2024

Hello 👋, v1.32 Enhancements team here.

Unfortunately, this enhancement did not meet requirements for enhancements freeze.

If you still wish to progress this enhancement in 1.32, please file an exception request as soon as possible, within three days. If you have any questions, you can reach out in the #release-enhancements channel on Slack and we'll be happy to help. Thanks!

@tjons
Copy link
Contributor

tjons commented Oct 11, 2024

/milestone clear

@k8s-ci-robot k8s-ci-robot removed this from the v1.32 milestone Oct 11, 2024
@tjons tjons moved this from At risk for enhancements freeze to Removed from Milestone in 1.32 Enhancements Tracking Oct 11, 2024
@haircommander haircommander moved this from Not for release to Removed in SIG Node 1.32 KEPs planning Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lead-opted-in Denotes that an issue has been opted in to a release sig/node Categorizes an issue or PR as relevant to SIG Node. stage/beta Denotes an issue tracking an enhancement targeted for Beta status tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team
Projects
Status: Removed From Milestone
Status: Removed from Milestone
Status: Removed from Milestone
Status: Removed
Status: Tracked for Doc Freeze
Development

No branches or pull requests