Skip to content

Commit ec6a611

Browse files
authored
Merge pull request #22 from yuva29/docs
Use different helm repo name for network operator (#180) (#181)
2 parents 187acd7 + 5916acd commit ec6a611

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation/kubernetes-helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
104104
helm repo update
105105
```
106106

@@ -109,7 +109,7 @@ helm repo update
109109
Basic 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.
461461
3.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
465465
helm repo update
466466
```
467467

468468
3.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 \

0 commit comments

Comments
 (0)