File tree 3 files changed +2
-18
lines changed
3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,6 @@ helm install node-feature-discovery ./node-feature-discovery/ --namespace $NFD_N
49
49
See the [ configuration] ( #configuration ) section below for instructions how to
50
50
alter the deployment parameters.
51
51
52
- To deploy the [ minimal] ( image-variants.md#minimal ) image you need to
53
- override the image tag:
54
-
55
- ``` bash
56
- helm install node-feature-discovery ./node-feature-discovery/ --set image.tag={{ site.release }}-minimal --namespace $NFD_NS --create-namespace
57
- ```
58
-
59
52
## Configuration
60
53
61
54
You can override values from ` values.yaml ` and provide a file with custom values:
Original file line number Diff line number Diff line change @@ -37,9 +37,8 @@ nfd-worker (as daemonset) in the `node-feature-discovery` namespace.
37
37
> and [ Topologyupdater] ( #topologyupdater ) below.
38
38
39
39
Alternatively you can clone the repository and customize the deployment by
40
- creating your own overlays. For example, to deploy the
41
- [ minimal] ( image-variants.md#minimal ) image. See [ kustomize] [ kustomize ] for more
42
- information about managing deployment configurations.
40
+ creating your own overlays. See [ kustomize] [ kustomize ] for more information
41
+ about managing deployment configurations.
43
42
44
43
## Overlays
45
44
Original file line number Diff line number Diff line change @@ -59,14 +59,6 @@ is recommended to be done via
59
59
EOF
60
60
` ` `
61
61
62
- To deploy the [minimal](image-variants.md#minimal) image you need to use
63
-
64
- ` ` ` yaml
65
- image: {{ site.container_image }}-minimal
66
- ` ` `
67
-
68
- in the ` NodeFeatureDiscovery` object above.
69
-
70
62
# # Uninstallation
71
63
72
64
If you followed the deployment instructions above you can uninstall NFD with:
You can’t perform that action at this time.
0 commit comments