-
Bug
-
Resolution: Done
-
Undefined
-
4.16.0
-
Quality / Stability / Reliability
-
False
-
-
3
-
Important
-
No
-
None
-
None
-
OSDOCS Sprint 256
-
1
-
None
-
Release Note Not Required
-
NA
-
None
-
None
-
None
-
None
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:
- links to