-
Notifications
You must be signed in to change notification settings - Fork 2.7k
pull-kubernetes-node-swap-ubuntu-serial to run with cgroup v2 #30297
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
pull-kubernetes-node-swap-ubuntu-serial to run with cgroup v2 #30297
Conversation
Signed-off-by: Itamar Holder <[email protected]>
d05a838
to
bcebc0f
Compare
/cc @SergeyKanzhelev |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iholder101, SergeyKanzhelev 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 |
/test pull-test-infra-unit-test |
@iholder101: Updated the
In response to this:
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. |
Since in Beta1 NodeSwap does not support cgroup v1,
pull-kubernetes-node-swap-ubuntu-serial
should be using cgroup v2. See kubernetes/kubernetes#118764 for more info.This PR is a pre-requisite for kubernetes/kubernetes#119327, which aims to fail kubelet when swap is being used with cgroup v1. As of now, jobs like
pull-kubernetes-node-swap-ubuntu-serial
fail instantly with this PR since they use cgroup v1. With this PR merged, I wish all tests would pass with the above PR.Fixes kubernetes/kubernetes#119726