Skip to content

Commit

Permalink
docs: remove outdated instructions for minimal image
Browse files Browse the repository at this point in the history
The "minimal" image variant has been the default since v0.13.
  • Loading branch information
marquiz committed Dec 1, 2023
1 parent 946bff2 commit 7ebf5c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
7 changes: 0 additions & 7 deletions docs/deployment/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

You can override values from `values.yaml` and provide a file with custom values:
Expand Down
5 changes: 2 additions & 3 deletions docs/deployment/kustomize.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ nfd-worker (as daemonset) in the `node-feature-discovery` namespace.
> and [Topologyupdater](#topologyupdater) below.
Alternatively you can clone the repository and customize the deployment by
creating your own overlays. For example, to deploy the
[minimal](image-variants.md#minimal) image. See [kustomize][kustomize] for more
information about managing deployment configurations.
creating your own overlays. See [kustomize][kustomize] for more information
about managing deployment configurations.

## Overlays

Expand Down
8 changes: 0 additions & 8 deletions docs/deployment/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ is recommended to be done via
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
If you followed the deployment instructions above you can uninstall NFD with:
Expand Down

0 comments on commit 7ebf5c0

Please sign in to comment.