-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.14.z
-
None
This is a clone of issue OCPBUGS-30232. The following is the description of the original issue:
—
This is a regression due to the fix for https://issues.redhat.com/browse/OCPBUGS-23069.
When using dual-stack networks with networks other than OVN or SDN a validation failure results. For example when using this networking config:
networking: clusterNetwork: - cidr: 10.128.0.0/14 hostPrefix: 25 - cidr: fd01::/48 hostPrefix: 64 networkType: Calico
The following error will be returned:
{ "id": "network-prefix-valid", "status": "failure", "message": "Unexpected status ValidationError" },
When the clusterNetwork prefixes are removed the following error will result:
{ "id": "network-prefix-valid", "status": "failure", "message": "Invalid Cluster Network prefix: Host prefix, now 0, must be a positive integer." },
- clones
-
OCPBUGS-30232 dualStack HostPrefix validation failures for non-(sdn/ovn) plugins
- Closed
- is blocked by
-
OCPBUGS-30232 dualStack HostPrefix validation failures for non-(sdn/ovn) plugins
- Closed
- links to
-
RHBA-2024:1887 OpenShift Container Platform 4.15.z bug fix update