File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deployment/network-operator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ $ helm repo add mellanox https://mellanox.github.io/network-operator
7070$ helm repo update
7171
7272# Install Operator
73- $ helm install --devel - n network-operator --create-namespace --wait network-operator mellanox/network-operator
73+ $ helm install -n network-operator --create-namespace --wait network-operator mellanox/network-operator
7474
7575# View deployed resources
7676$ kubectl -n network-operator get pods
@@ -84,7 +84,7 @@ If the nodes where already labeled by other means, it is possible to disable the
8484` nfd.enabled=false ` chart parameter.
8585
8686```
87- $ helm install --devel -- set nfd.enabled=false -n network-operator --create-namespace --wait network-operator mellanox/network-operator
87+ $ helm install --set nfd.enabled=false -n network-operator --create-namespace --wait network-operator mellanox/network-operator
8888```
8989
9090##### Currently the following NFD labels are used:
@@ -276,7 +276,7 @@ override to the parameter via CLI it would simply be cumbersome.
276276Below are several deployment examples ` values.yaml ` provided to helm during installation
277277of the network operator in the following manner:
278278
279- ` $ helm install --devel - f ./values.yaml -n network-operator --create-namespace --wait network-operator mellanox/network-operator `
279+ ` $ helm install -f ./values.yaml -n network-operator --create-namespace --wait network-operator mellanox/network-operator `
280280
281281#### Example 1
282282Network Operator deployment with a specific version of OFED driver and a single RDMA resource mapped to ` enp1 `
You can’t perform that action at this time.
0 commit comments