From 7ebf5c02c7670a40f3967717ab1b11276cfaf287 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 1 Dec 2023 16:30:55 +0200 Subject: [PATCH] docs: remove outdated instructions for minimal image The "minimal" image variant has been the default since v0.13. --- docs/deployment/helm.md | 7 ------- docs/deployment/kustomize.md | 5 ++--- docs/deployment/operator.md | 8 -------- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/docs/deployment/helm.md b/docs/deployment/helm.md index 692502c4b..4902996ce 100644 --- a/docs/deployment/helm.md +++ b/docs/deployment/helm.md @@ -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: diff --git a/docs/deployment/kustomize.md b/docs/deployment/kustomize.md index 54501d78d..fe17ea2fb 100644 --- a/docs/deployment/kustomize.md +++ b/docs/deployment/kustomize.md @@ -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 diff --git a/docs/deployment/operator.md b/docs/deployment/operator.md index 77729d1a1..eb4bf54df 100644 --- a/docs/deployment/operator.md +++ b/docs/deployment/operator.md @@ -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: