Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-43736

[enterprise-4.14] Issue in file networking/cluster-network-operator.adoc

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 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: 

      https://docs.openshift.com/container-platform/4.14/networking/cluster-network-operator.html#nw-operator-example-cr_cluster-network-operator 

      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:

      https://docs.openshift.com/container-platform/4.14/networking/cluster-network-operator.html#nw-cno-view_cluster-network-operator

      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:

          

              jboxman@redhat.com Jason Boxman
              rhn-support-kquinn Kevin Quinn
              None
              None
              Zhanqi Zhao Zhanqi Zhao
              None
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: