1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 21:08:23 +00:00

docs: remove outdated instructions for minimal image

The "minimal" image variant has been the default since v0.13.
This commit is contained in:
Markus Lehtonen 2023-12-01 16:30:55 +02:00
parent 946bff2277
commit 7ebf5c02c7
3 changed files with 2 additions and 18 deletions

View file

@ -49,13 +49,6 @@ helm install node-feature-discovery ./node-feature-discovery/ --namespace $NFD_N
See the [configuration](#configuration) section below for instructions how to See the [configuration](#configuration) section below for instructions how to
alter the deployment parameters. alter the deployment parameters.
To deploy the [minimal](image-variants.md#minimal) image you need to
override the image tag:
```bash
helm install node-feature-discovery ./node-feature-discovery/ --set image.tag={{ site.release }}-minimal --namespace $NFD_NS --create-namespace
```
## Configuration ## Configuration
You can override values from `values.yaml` and provide a file with custom values: You can override values from `values.yaml` and provide a file with custom values:

View file

@ -37,9 +37,8 @@ nfd-worker (as daemonset) in the `node-feature-discovery` namespace.
> and [Topologyupdater](#topologyupdater) below. > and [Topologyupdater](#topologyupdater) below.
Alternatively you can clone the repository and customize the deployment by Alternatively you can clone the repository and customize the deployment by
creating your own overlays. For example, to deploy the creating your own overlays. See [kustomize][kustomize] for more information
[minimal](image-variants.md#minimal) image. See [kustomize][kustomize] for more about managing deployment configurations.
information about managing deployment configurations.
## Overlays ## Overlays

View file

@ -59,14 +59,6 @@ is recommended to be done via
EOF EOF
``` ```
To deploy the [minimal](image-variants.md#minimal) image you need to use
```yaml
image: {{ site.container_image }}-minimal
```
in the `NodeFeatureDiscovery` object above.
## Uninstallation ## Uninstallation
If you followed the deployment instructions above you can uninstall NFD with: If you followed the deployment instructions above you can uninstall NFD with: