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

Allows resource reservations at the QoS level preventing pods at lower QoS levels #5046

Open
4 tasks
pacoxu opened this issue Jan 17, 2025 · 1 comment
Open
4 tasks
Labels
sig/node Categorizes an issue or PR as relevant to SIG Node. stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status

Comments

@pacoxu
Copy link
Member

pacoxu commented Jan 17, 2025

// Allows resource reservations at the QoS level preventing pods at lower QoS levels from
// bursting into resources requested at higher QoS levels (memory only for now)
QOSReserved featuregate.Feature = "QOSReserved"

The feature gate was added in v1.11 kubernetes/kubernetes#62509.

No enhancement or KEP is tracking this, and I opened this issue to track this feature gate.

/sig node

@k8s-ci-robot k8s-ci-robot added the sig/node Categorizes an issue or PR as relevant to SIG Node. label Jan 17, 2025
@pacoxu pacoxu added the stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status label Jan 17, 2025
@pacoxu
Copy link
Member Author

pacoxu commented Jan 17, 2025

cc @SergeyKanzhelev @haircommander
Do you have some context on this FG?
As this FG kept in alpha since 1.11 and no feedback, should we deprecated it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/node Categorizes an issue or PR as relevant to SIG Node. stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status
Projects
Status: No status
Development

No branches or pull requests

2 participants