-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
4.10
-
Important
-
None
-
5
-
Rejected
-
False
-
-
-
Description of problem:
When deploying a dual stack Bare Metal cluster with version OCP 4.10 the IPv6 address is not included InternalIP (NOTE by janders: this only applies to workers, masters don't seem to be affected!) list when running oc describe node. Only the IPv4 address appears. This does not happen when deploying 4.9 or 4.11+. The lack of IPv6 address in the InternalIP list cause all of our IPv6 test cases to fail.
Version-Release number of selected component (if applicable):
4.10
How reproducible:
Deploy a dual stack bare metal cluster using any version of OCP 4.10.
Steps to Reproduce:
1. Deploy dual stack OCP 4.10 2. After deployment run oc describe node 3. The IPv6 address will not appear in InteranlList but you will see it in annotations and on the node itself.
Actual results:
The IPv6 address will not appear in InteranlList but you will see it in annotations and on the node itself.
Expected results:
IPv6 and IPv4 address should appear in the InternalIP list when deploying dual stack
Additional info:
Was originally opened in Bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2073754