-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.14.z
-
None
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." },
- blocks
-
OCPBUGS-31538 dualStack HostPrefix validation failures for non-(sdn/ovn) plugins
- Closed
- is cloned by
-
OCPBUGS-31538 dualStack HostPrefix validation failures for non-(sdn/ovn) plugins
- Closed
- is duplicated by
-
OCPBUGS-29420 3 node cluster via assisted installer failing
- Closed
- links to
-
RHEA-2024:0041 OpenShift Container Platform 4.16.z bug fix update
- mentioned on