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

OVN-Kubernetes hybrid network overlay configuration after the cluster installation

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 3
    • Important
    • No
    • None
    • None
    • None
    • OSDOCS Sprint 249, OSDOCS Sprint 250, OSDOCS Sprint 251
    • 3
    • None
    • Release Note Not Required
    • N/A
    • None
    • None
    • None
    • None

      Hi Team,

      AS per doc[1] from OCP 4.13.x we can configure the OVN-Kubernetes hybrid network overlay post-installation.
      ~~~
      To configure the OVN-Kubernetes hybrid network overlay, enter the following command:

      $ oc patch networks.operator.openshift.io cluster --type=merge \
      -p '{
      "spec":{
      "defaultNetwork":{
      "ovnKubernetesConfig":{
      "hybridOverlayConfig":{
      "hybridClusterNetwork":[

      { "cidr": "<cidr>", "hostPrefix": <prefix> }

      ],
      "hybridOverlayVXLANPort": <overlay_port>
      }
      }
      }
      }
      }'
      ~~~
      But the doc[2] says in the prerequisite we have to configure OVN-Kubernetes hybrid network overlay during the cluster installation.
      ~~~
      You have configured hybrid networking with OVN-Kubernetes for your cluster. This must be completed during the installation of your cluster. For more information, see Configuring hybrid networking.
      ~~~
      [1] https://docs.openshift.com/container-platform/4.13/networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.html
      [2] https://docs.openshift.com/container-platform/4.13/windows_containers/enabling-windows-container-workloads.html

      • Need to change the documentation on doc[2]

      Thanks
      Suyambu

              mburke@redhat.com Michael Burke
              rhn-support-suc SUYAMBULINGAM C
              None
              None
              Aharon Rasouli Aharon Rasouli
              None
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: