Skip to content

Commit

Permalink
Merge pull request #14 from oracle-quickstart/OguzPastirmaci-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
OguzPastirmaci authored May 7, 2024
2 parents 96084e4 + 73f1527 commit 50228c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@ helm install --wait \
--set-json sriovDevicePlugin.resources='[{"name": "sriov_rdma_vf", "drivers": ["mlx5_core"], "devices": ["101e"], "isRdma": [true]}]'
```

### Deploy SR-IOV CNI
```
[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))
```

### Deploy RDMA CNI
```
kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/rdma-cni/master/deployment/rdma-cni-daemonset.yaml
```

Wait until all network operator pods are running with `kubectl get pods -n network-operator`.

### Deploy the Virtual Function Configuration daemonset
Expand Down

0 comments on commit 50228c7

Please sign in to comment.