Skip to content

Commit

Permalink
Merge pull request #36 from rollandf/parallel
Browse files Browse the repository at this point in the history
fix api group for sriov pool config
  • Loading branch information
rollandf authored Apr 9, 2024
2 parents 2149edf + 9517a83 commit 716a15c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ To apply SR-IOV configuration on several nodes in parallel, create a ``SriovNetw

.. code-block:: yaml
apiVersion: v1
apiVersion: sriovnetwork.openshift.io/v1
kind: SriovNetworkPoolConfig
metadata:
name: pool-1
Expand All @@ -886,7 +886,7 @@ To apply SR-IOV configuration on several nodes in parallel, create a ``SriovNetw

.. code-block:: yaml
apiVersion: v1
apiVersion: sriovnetwork.openshift.io/v1
kind: SriovNetworkPoolConfig
metadata:
name: pool-1
Expand Down Expand Up @@ -921,7 +921,7 @@ New method to configure nodes in a parallel:

.. code-block:: yaml
apiVersion: v1
apiVersion: sriovnetwork.openshift.io/v1
kind: SriovNetworkPoolConfig
metadata:
name: pool-1
Expand Down

0 comments on commit 716a15c

Please sign in to comment.