Skip to content

Commit

Permalink
Merge pull request #120 from ykulazhenkov/pr-fix-swithcev-nicclusterp…
Browse files Browse the repository at this point in the history
…olicy

fix: examples for NicClusterPolicy
  • Loading branch information
rollandf authored Oct 24, 2024
2 parents 892c34f + 737c533 commit 175e3d6
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions docs/getting-started-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1933,16 +1933,17 @@ Once the Network Operator has been installed create a NicClusterPolicy with nv-i
version: |nvidia-ipam-version|
imagePullSecrets: []
enableWebhook: false
cniPlugins:
image: plugins
repository: ghcr.io/k8snetworkplumbingwg
version: |cni-plugins-version|
imagePullSecrets: []
multus:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: |multus-version|
imagePullSecrets: []
secondaryNetwork:
cniPlugins:
image: plugins
repository: ghcr.io/k8snetworkplumbingwg
version: |cni-plugins-version|
imagePullSecrets: []
multus:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: |multus-version|
imagePullSecrets: []
Enable ``manageSoftwareBridges`` featureGate for sriov-network-operator
Expand Down Expand Up @@ -2252,16 +2253,17 @@ Once the Network Operator has been installed create a NicClusterPolicy with nv-i
version: |nvidia-ipam-version|
imagePullSecrets: []
enableWebhook: false
cniPlugins:
image: plugins
repository: ghcr.io/k8snetworkplumbingwg
version: |cni-plugins-version|
imagePullSecrets: []
multus:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: |multus-version|
imagePullSecrets: []
secondaryNetwork:
cniPlugins:
image: plugins
repository: ghcr.io/k8snetworkplumbingwg
version: |cni-plugins-version|
imagePullSecrets: []
multus:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: |multus-version|
imagePullSecrets: []
Switch sriov-network-operator to `systemd` configuration mode.

Expand Down

0 comments on commit 175e3d6

Please sign in to comment.