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

[enterprise-4.16] Issue in file networking/ovn_kubernetes_network_provider/migrate-from-openshift-sdn.adoc

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

          There's a typo in the step "1. Remove the configuration from the Cluster Network Operator (CNO) configuration object by running the following command:" in the section "Removing the NodeNetworkConfigurationPolicy (NNCP) custom resource (CR)"
      
      $ oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{"spec":{"migration":null}}'
      
      We can't put a backslash, and then continue on the same line.
      
      We need to either:
      1) put the rest of the line on a second line
      2) remove the backslash
      
      For example:
      
      $ oc patch Network.operator.openshift.io cluster --type='merge' \ 
        --patch '{"spec":{"migration":null}}'

      Version-Release number of selected component (if applicable):

          I only see this in the 4.16 documentation. 

      How reproducible:

          N/A

      Steps to Reproduce:

          N/A

      Actual results:

          N/A

      Expected results:

          N/A

      Additional info:

          N/A

       

              rhn-support-stevsmit Steven Smith
              rh-ee-dcoronel David Coronel
              None
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: