Skip to content

Commit 2ac966e

Browse files
authored
Merge pull request #28978 from tlfalcon/patch-1
BZ#1916453 - SR-IOV Operator device config - master node selection
2 parents 52bd337 + 4f2b9b4 commit 2ac966e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

modules/nw-sriov-configuring-device.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,21 @@ You can configure an SR-IOV network device by creating a SriovNetworkNodePolicy
2020
[NOTE]
2121
=====
2222
When applying the configuration specified in a `SriovNetworkNodePolicy` object, the SR-IOV Operator might drain the nodes, and in some cases, reboot nodes.
23+
2324
It might take several minutes for a configuration change to apply.
24-
Ensure that there are enough available nodes in your cluster to handle the evicted workload beforehand.
2525
=====
2626

2727
.Prerequisites
2828

29-
* Install the OpenShift CLI (`oc`).
30-
* An account with `cluster-admin` privileges.
31-
* You must have installed the SR-IOV Operator.
29+
* You installed the OpenShift CLI (`oc`).
30+
* You have access to the cluster as a user with the `cluster-admin` role.
31+
* You have installed the SR-IOV Network Operator.
32+
* You have enough available nodes in your cluster to handle the evicted workload from drained nodes.
33+
* You have not selected any control plane nodes for SR-IOV network device configuration.
3234

3335
.Procedure
3436

35-
. Create an SriovNetworkNodePolicy object, and then save the YAML in the `<name>-sriov-node-network.yaml` file. Replace `<name>` with the name for this configuration.
37+
. Create an `SriovNetworkNodePolicy` object, and then save the YAML in the `<name>-sriov-node-network.yaml` file. Replace `<name>` with the name for this configuration.
3638

3739
ifdef::virt-sriov[]
3840
// The list breaks because of the [NOTE]

0 commit comments

Comments
 (0)