Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/quick-start/host-device-rdma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ Verify the deployment:

kubectl exec -it hostdev-test-pod -- lspci | grep Mellanox

.. dropdown:: Complete Configuration
:color: primary
:icon: code
**Complete Configuration**

.. literalinclude:: ../../examples/processed/host-device-rdma/complete.yaml
:language: yaml
.. literalinclude:: ../../examples/processed/host-device-rdma/complete.yaml
:language: yaml
8 changes: 3 additions & 5 deletions docs/quick-start/ipoib-rdma-shared.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ Verify the deployment:
kubectl exec -it ipoib-test-pod-c -- ibstat
kubectl exec -it ipoib-test-pod-c -- ip addr show

.. dropdown:: Complete Configuration
:color: primary
:icon: code
**Complete Configuration**

.. literalinclude:: ../../examples/processed/ipoib-rdma-shared/complete.yaml
:language: yaml
.. literalinclude:: ../../examples/processed/ipoib-rdma-shared/complete.yaml
:language: yaml
8 changes: 3 additions & 5 deletions docs/quick-start/macvlan-rdma-shared.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ Verify the deployment:
kubectl exec -it macvlan-test-pod -- ip addr show
kubectl exec -it macvlan-test-pod -- ibv_devinfo

.. dropdown:: Complete Configuration
:color: primary
:icon: code
**Complete Configuration**

.. literalinclude:: ../../examples/processed/macvlan-rdma-shared/complete.yaml
:language: yaml
.. literalinclude:: ../../examples/processed/macvlan-rdma-shared/complete.yaml
:language: yaml
8 changes: 3 additions & 5 deletions docs/quick-start/sriov-ib-rdma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ Verify the deployment:
kubectl exec -it sriov-ib-test-pod -- ibv_devices
kubectl exec -it sriov-ib-test-pod -- ibstat

.. dropdown:: Complete Configuration
:color: primary
:icon: code
**Complete Configuration**

.. literalinclude:: ../../examples/processed/sriov-ib-rdma/complete.yaml
:language: yaml
.. literalinclude:: ../../examples/processed/sriov-ib-rdma/complete.yaml
:language: yaml
8 changes: 3 additions & 5 deletions docs/quick-start/sriov-network-rdma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ Verify the deployment:
kubectl exec -it sriov-test-pod -- ip addr show
kubectl exec -it sriov-test-pod -- ibv_devices

.. dropdown:: Complete Configuration
:color: primary
:icon: code
**Complete Configuration**

.. literalinclude:: ../../examples/processed/sriov-network-rdma/complete.yaml
:language: yaml
.. literalinclude:: ../../examples/processed/sriov-network-rdma/complete.yaml
:language: yaml
8 changes: 4 additions & 4 deletions examples/processed/host-device-rdma/10-nicclusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
sriovDevicePlugin:
image: sriov-network-device-plugin
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
config: |
{
"resourceList": [
Expand All @@ -23,15 +23,15 @@ spec:
nvIpam:
image: nvidia-k8s-ipam
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
imagePullSecrets: []
enableWebhook: false
secondaryNetwork:
cniPlugins:
image: plugins
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
multus:
image: multus-cni
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
2 changes: 1 addition & 1 deletion examples/processed/host-device-rdma/20-ippool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
spec:
subnet: 192.168.3.0/24
perNodeBlockSize: 50
gateway: 192.168.3.1
gateway: 192.168.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
{
"type": "nv-ipam",
"poolName": "hostdev-pool"
}
}
2 changes: 1 addition & 1 deletion examples/processed/host-device-rdma/40-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
requests:
nvidia.com/hostdev: '1'
limits:
nvidia.com/hostdev: '1'
nvidia.com/hostdev: '1'
14 changes: 7 additions & 7 deletions examples/processed/host-device-rdma/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
sriovDevicePlugin:
image: sriov-network-device-plugin
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
config: |
{
"resourceList": [
Expand All @@ -23,18 +23,18 @@ spec:
nvIpam:
image: nvidia-k8s-ipam
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
imagePullSecrets: []
enableWebhook: false
secondaryNetwork:
cniPlugins:
image: plugins
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
multus:
image: multus-cni
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
---
apiVersion: nv-ipam.nvidia.com/v1alpha1
kind: IPPool
Expand All @@ -44,7 +44,7 @@ metadata:
spec:
subnet: 192.168.3.0/24
perNodeBlockSize: 50
gateway: 192.168.3.1
gateway: 192.168.3.1
---
apiVersion: mellanox.com/v1alpha1
kind: HostDeviceNetwork
Expand All @@ -57,7 +57,7 @@ spec:
{
"type": "nv-ipam",
"poolName": "hostdev-pool"
}
}
---
apiVersion: v1
kind: Pod
Expand All @@ -77,4 +77,4 @@ spec:
requests:
nvidia.com/hostdev: '1'
limits:
nvidia.com/hostdev: '1'
nvidia.com/hostdev: '1'
12 changes: 6 additions & 6 deletions examples/processed/ipoib-rdma-shared/10-nicclusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 25.04-0.6.1.0-2
version: doca3.1.0-25.07-0.8.0.0-0
rdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
config: |
{
"configList": [
Expand Down Expand Up @@ -38,19 +38,19 @@ spec:
nvIpam:
image: nvidia-k8s-ipam
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
imagePullSecrets: []
enableWebhook: false
secondaryNetwork:
cniPlugins:
image: plugins
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
multus:
image: multus-cni
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
ipoib:
image: ipoib-cni
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
2 changes: 1 addition & 1 deletion examples/processed/ipoib-rdma-shared/20-ippool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ metadata:
spec:
subnet: 192.168.7.0/24
perNodeBlockSize: 50
gateway: 192.168.7.1
gateway: 192.168.7.1
2 changes: 1 addition & 1 deletion examples/processed/ipoib-rdma-shared/30-ipoibnetwork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
{
"type": "nv-ipam",
"poolName": "ipoib-pool-a"
}
}
-----
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
Expand Down
16 changes: 8 additions & 8 deletions examples/processed/ipoib-rdma-shared/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 25.04-0.6.1.0-2
version: doca3.1.0-25.07-0.8.0.0-0
rdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
config: |
{
"configList": [
Expand Down Expand Up @@ -38,22 +38,22 @@ spec:
nvIpam:
image: nvidia-k8s-ipam
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
imagePullSecrets: []
enableWebhook: false
secondaryNetwork:
cniPlugins:
image: plugins
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
multus:
image: multus-cni
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
ipoib:
image: ipoib-cni
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
---
apiVersion: nv-ipam.nvidia.com/v1alpha1
kind: IPPool
Expand Down Expand Up @@ -83,7 +83,7 @@ metadata:
spec:
subnet: 192.168.7.0/24
perNodeBlockSize: 50
gateway: 192.168.7.1
gateway: 192.168.7.1
---
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
Expand All @@ -96,7 +96,7 @@ spec:
{
"type": "nv-ipam",
"poolName": "ipoib-pool-a"
}
}
-----
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
rdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
config: |
{
"configList": [
Expand All @@ -22,15 +22,15 @@ spec:
nvIpam:
image: nvidia-k8s-ipam
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
imagePullSecrets: []
enableWebhook: false
secondaryNetwork:
cniPlugins:
image: plugins
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
multus:
image: multus-cni
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v25.7.0-beta.1
version: network-operator-v25.7.0-rc.1
2 changes: 1 addition & 1 deletion examples/processed/macvlan-rdma-shared/20-ippool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
spec:
subnet: 192.168.4.0/24
perNodeBlockSize: 50
gateway: 192.168.4.1
gateway: 192.168.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
{
"type": "nv-ipam",
"poolName": "macvlan-pool"
}
}
2 changes: 1 addition & 1 deletion examples/processed/macvlan-rdma-shared/40-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
requests:
rdma/rdma_shared_device_a: 1
limits:
rdma/rdma_shared_device_a: 1
rdma/rdma_shared_device_a: 1
Loading