File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ cert-manager-webhook-6d5cb854fc-h6vbk 1/1 Running 0 2m
100100### 1. Add the AMD Helm Repository
101101
102102``` bash
103- helm repo add rocm https://rocm.github.io/network-operator
103+ helm repo add rocm-network https://rocm.github.io/network-operator
104104helm repo update
105105```
106106
@@ -109,7 +109,7 @@ helm repo update
109109Basic installation:
110110
111111``` bash
112- helm install amd-network-operator rocm/network-operator-charts \
112+ helm install amd-network-operator rocm-network /network-operator-charts \
113113 --namespace kube-amd-network \
114114 --create-namespace \
115115 --version=v1.0.0
@@ -461,13 +461,13 @@ After installing AMD GPU Operator you can start to install AMD Network Operator.
4614613.1.1 Add ROCm helm chart repository
462462` ` ` bash
463463# Add AMD Network Operator helm repository
464- helm repo add rocm https://rocm.github.io/network-operator
464+ helm repo add rocm-network https://rocm.github.io/network-operator
465465helm repo update
466466` ` `
467467
4684683.1.2 Install AMD Network Operator helm chart
469469` ` ` bash
470- helm install amd-network-operator rocm/network-operator-charts \
470+ helm install amd-network-operator rocm-network /network-operator-charts \
471471 -n kube-amd-network \
472472 --create-namespace \
473473 --set kmm.enabled=false \
You can’t perform that action at this time.
0 commit comments