-
Bug
-
Resolution: Done
-
Normal
-
4.13, 4.12
-
None
-
Quality / Stability / Reliability
-
False
-
-
3
-
None
-
No
-
None
-
None
-
OSDOCS Sprint 237, OSDOCS Sprint 238, OSDOCS Sprint 239
-
3
-
None
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
This issue was first reported in https://github.com/openshift/openshift-docs/issues/55285. I am moving this to OCPBUGS for better tracking as we reach a resolution.
Which section(s) is the issue in?
Table 4. ovnKubernetesConfig object
https://docs.openshift.com/container-platform/4.12/networking/cluster-network-operator.html
What needs fixing?
Two issues:
- I don't know what the following text is doing in this table: "For example, if the clusterNetwork.cidr is 10.128.0.0/14 and the clusterNetwork.hostPrefix is /23, then the maximum number of nodes is 2^(23-14)=128." That is not describing the v4InternalSubnet. It belongs in the 'spec.clusterNetwork' field of the 'Table 1. Cluster Network Operator configuration object.'
- The formula is correct, but the math is wrong for the number of nodes. 2^(23-14)=512, not 128. With 10.128.0.0/14 and hostPrefix /23 you can have 512 nodes. This is the default.
- links to