-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.15
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
No
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Below template:
is not adapted for ipv6 so when running below test in dualstack ipv6primary cluster, they fail:
sig-apps] poddisruptionbudgets with unhealthyPodEvictionPolicy should evict according to the AlwaysAllow policy [Skipped:Disconnected] [Suite:openshift/conformance/parallel] [sig-apps] poddisruptionbudgets with unhealthyPodEvictionPolicy should evict according to the IfHealthyBudget policy [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
$ oc get pdb -n e2e-test-poddisruptionbudgets-ptvhq -o json | jq .items[0].status
{
"conditions": [
{
"lastTransitionTime": "2024-01-10T16:45:05Z",
"message": "",
"observedGeneration": 1,
"reason": "InsufficientPods",
"status": "False",
"type": "DisruptionAllowed"
}
],
"currentHealthy": 0,
"desiredHealthy": 2,
"disruptionsAllowed": 0,
"expectedPods": 3,
"observedGeneration": 1
}
How reproducible: Always
Steps to Reproduce: Run above tests in ipv6primary dualstack cluster.
Actual results: Tests failing
Expected results: Tests passing