Skip to content

Commit cef5d5b

Browse files
committed
doc: update helm instructions
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent ffb59f5 commit cef5d5b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

INSTALL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ NOTE: cert-manager install takes a while to complete.
4444

4545
```bash
4646
helm install nfd nfd/node-feature-discovery \
47-
--namespace node-feature-discovery --create-namespace --version 0.12.1 \
48-
--set 'master.extraLabelNs={gpu.intel.com,sgx.intel.com}' \
49-
--set 'master.resourceLabels={gpu.intel.com/millicores,gpu.intel.com/memory.max,gpu.intel.com/tiles,sgx.intel.com/epc}'
47+
--namespace node-feature-discovery --create-namespace --version 0.14.3
5048
```
5149

5250
### Installing operator
@@ -129,4 +127,4 @@ helm uninstall -n inteldeviceplugins-system <PLUGIN>
129127
helm uninstall -n inteldeviceplugins-system dp-operator
130128
helm uninstall -n node-feature-discovery nfd
131129
helm uninstall -n cert-manager cert-manager
132-
```
130+
```

0 commit comments

Comments
 (0)