1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #1485 from marquiz/devel/docs-deployment

docs: remove outdated instructions for minimal image
This commit is contained in:
Kubernetes Prow Robot 2023-12-01 17:10:24 +01:00 committed by GitHub
commit bdfef6df18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
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:

View file

@ -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

View file

@ -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: