Description
Which jobs are failing?
https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-swap-ubuntu and https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-swap-ubuntu-serial
Which tests are failing?
https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-swap-ubuntu and https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-swap-ubuntu-serial
These tests are not failing but they are not actually testing what we want.
Since when has it been failing?
A long time.
Testgrid link
No response
Reason for failure (if possible)
If you look at the logs of the swap jobs, you will see this:
STEP: Expecting no swap. feature gate on? false isCgroupV2? false is QoS burstable? false @ 11/02/23 18:47:41.956
These logs are saying that there are two issues for the swap tests.
- The feature toggle is not enabled for ubuntu jobs.
- The job is running cgroup v1.
One can be fixed by adding --feature-service-gates=NodeSwap=true
.
Anything else we need to know?
kubernetes/test-infra#31134 was an example to fix the fedora swap jobs.
It looks like there is some more work needed to configure a containerd cgroup v2 machine.
Relevant SIG(s)
/sig node