Skip to content

Commit 50228c7

Browse files
Merge pull request #14 from oracle-quickstart/OguzPastirmaci-patch-1
Update README.md
2 parents 96084e4 + 73f1527 commit 50228c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,16 @@ helm install --wait \
129129
--set-json sriovDevicePlugin.resources='[{"name": "sriov_rdma_vf", "drivers": ["mlx5_core"], "devices": ["101e"], "isRdma": [true]}]'
130130
```
131131

132+
### Deploy SR-IOV CNI
133+
```
134+
[kubectl apply -f [https://raw.githubusercontent.com/openshift/sriov-cni/master/images/k8s-v1.16/sriov-cni-daemonset.yaml](https://raw.githubusercontent.com/oracle-quickstart/oci-hpc-oke/main/manifests/sriov-cni-daemonset.yaml](https://raw.githubusercontent.com/oracle-quickstart/oci-hpc-oke/main/manifests/sriov-cni-daemonset.yaml))
135+
```
136+
137+
### Deploy RDMA CNI
138+
```
139+
kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/rdma-cni/master/deployment/rdma-cni-daemonset.yaml
140+
```
141+
132142
Wait until all network operator pods are running with `kubectl get pods -n network-operator`.
133143

134144
### Deploy the Virtual Function Configuration daemonset

0 commit comments

Comments
 (0)