Skip to content

Commit

Permalink
Merge pull request #39 from ykulazhenkov/fix-upgrade-note
Browse files Browse the repository at this point in the history
Fix format of upgrade note for parallel node
  • Loading branch information
rollandf authored May 2, 2024
2 parents be4258c + b7f0e1e commit eae4b86
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 eae4b86

Please sign in to comment.