-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.14, 4.15, 4.16, 4.17, 4.18
-
Quality / Stability / Reliability
-
False
-
-
3
-
None
-
None
-
None
-
None
-
None
-
OSDOCS Sprint 274, OSDOCS Sprint 275
-
2
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
I think the example here is incorrect:
Cluster Network MTU: is indented too far looking at some other examples and API definition I think it should be:
in API it is at same level as clusterNetwork https://docs.openshift.com/container-platform/4.14/rest_api/config_apis/network-config-openshift-io-v1.html plus another example here:
Think it should be like this:
apiVersion: operator.openshift.io/v1
kind: Network
metadata:
name: cluster
spec:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
serviceNetwork:
- 172.30.0.0/16
networkType: OVNKubernetes
clusterNetworkMTU: 8900
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
- links to
(2 links to)