-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Set unified field cgroups v2 #119233
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
Set unified field cgroups v2 #119233
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
/sig node |
Is this test not run in CI? I verified that it is failing and your fix works for me. /lgtm |
LGTM label has been added. Git tree hash: 6e701f7a7da96b403e62015114830b5faf7fc30a
|
/retest |
1 similar comment
/retest |
I'm not sure, mayve CI uses Ubuntu which doesn't have cgroupsv2 unified mode? /retest |
/test ? |
@harche: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-kubernetes-node-crio-cgrpv2-e2e |
Duplicate of #119145 |
81553b5
to
6660cd9
Compare
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bertinatto The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-kubernetes-node-crio-cgrpv2-e2e |
@bertinatto: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/test pull-kubernetes-cos-cgroupv2-containerd-node-e2e |
/test pull-kubernetes-node-crio-cgrpv2-e2e |
Fixed by #118764 |
/test pull-kubernetes-cos-cgroupv1-containerd-node-e2e-features |
What type of PR is this?
/kind bug
/kind failing-test
What this PR does / why we need it:
Fixes test failures in
TestCalculateLinuxResources
,TestGenerateLinuxContainerResources
andTestApplySandboxResources
when on unified mode.Meant to be a folllow up to #117793.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: