-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.18
-
None
-
SDN Sprint 266, SDN Sprint 267
-
2
-
Rejected
-
False
-
TLDR; There is a test which checks kubelet probes work well for UDN-enabled pods by ensuring the no. of pod restarts is 0 which means the startup/readiness/failure probes are all healthy.... unfortunately given rhel8 workers are using cgroupsv1 where UDNs are not supported, pod's will indeed be restarting and probes are expected to fail here.
So the test has to be modified to take into account whether this is an environment with cgroupsv1 or v2
however this is a test update bug, i can confirm there is no actual bug in the core code. This bug has been opened so that the tests can be fixed.
- depends on
-
OCPBUGS-50513 ovnkube-controller container crashed on RHEL-8 worker
-
- Verified
-
- is caused by
-
OCPBUGS-50513 ovnkube-controller container crashed on RHEL-8 worker
-
- Verified
-
- links to