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

update sriov install part from cli to apply the SriovOperatorConfig resource

XMLWordPrintable

    • Important
    • No
    • 3
    • OSDOCS Sprint 256
    • 1
    • False
    • Hide

      None

      Show
      None
    • NA
    • Release Note Not Required

      Description of problem:

          base on https://issues.redhat.com/browse/OCPBUGS-30947
      
        we need to update document https://docs.openshift.com/container-platform/4.15/networking/hardware_networks/installing-sriov-operator.html#install-operator-cli_installing-sriov-operator
      
      to add one step create SriovoperatorConfig resource after step 4
      
      cat <<EOF | oc create -f -
      apiVersion: sriovnetwork.openshift.io/v1
      kind: SriovOperatorConfig
      metadata:
        name: default
        namespace: openshift-sriov-network-operator
      spec:
        enableInjector: true
        enableOperatorWebhook: true
        logLevel: 2
        disableDrain: false
      EOF

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

          

      How reproducible:

          

      Steps to Reproduce:

          1. 
          2.
          3.
          

      Actual results:

        

      Expected results:

          in sriov install CLI part  https://docs.openshift.com/container-platform/4.15/networking/hardware_networks/installing-sriov-operator.html#install-operator-cli_installing-sriov-operator
      
      need to add one more step to create SriovOperatorConfig resource after step 4

      Additional info:

          

            rhn-support-mapandya Manushri Pandya (Inactive)
            zzhao1@redhat.com Zhanqi Zhao
            Zhanqi Zhao Zhanqi Zhao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: