Skip to content

Commit

Permalink
Fix format of upgrade note for parallel node
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Kulazhenkov <[email protected]>
  • Loading branch information
ykulazhenkov committed May 2, 2024
1 parent be4258c commit b7f0e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ Upgrade from NVIDIA Network Operator v24.1.0
To upgrade SR-IOV Network operator you need to create ``SriovNetworkPoolConfig`` CR with the number of nodes to be configured in a parallel as we did in `SriovOperatorConfig`` in previous releases.

E.g.: old method to configure nodes in a parallel:

.. code-block:: bash
kubectl patch sriovoperatorconfigs.sriovnetwork.openshift.io -n network-operator default --patch '{ "spec": { "maxParallelNodeConfiguration": 5 } }' --type='merge'
Expand Down

0 comments on commit b7f0e1e

Please sign in to comment.