-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[KEP-2400] Update swap with beta2 deprecations #45128
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
/sig node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still true:
To enable swap on a node, the
NodeSwap
feature gate must be enabled on
the kubelet, and the--fail-swap-on
command line flag orfailSwapOn
configuration setting
must be set to false.
I'll update that. |
/hold |
hold for kubernetes/kubernetes#122745 |
/milestone 1.30 |
Hello @kannon92 👋 please take a look at Documenting for a release - PR Ready for Review to get your PR ready for review before Tuesday March 12th 2024 18:00 PST. Thank you! |
Co-authored-by: Itamar Holder <[email protected]>
/hold cancel This PR is good to go for 1.30 since k/k PR merged. |
/lgtm |
LGTM label has been added. Git tree hash: f08ae545eba14eed19fdafbd408323ce3808744d
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
/milestone 1.30 |
In our code, we removed
UnlimitedSwap
and added a default setting ofNoSwap
.Waiting on kubernetes/kubernetes#122745