Skip to content

Commit bdfef6d

Browse files
authored
Merge pull request #1485 from marquiz/devel/docs-deployment
docs: remove outdated instructions for minimal image
2 parents 9386bf5 + 7ebf5c0 commit bdfef6d

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

docs/deployment/helm.md

-7
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ helm install node-feature-discovery ./node-feature-discovery/ --namespace $NFD_N
4949
See the [configuration](#configuration) section below for instructions how to
5050
alter the deployment parameters.
5151

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-
5952
## Configuration
6053

6154
You can override values from `values.yaml` and provide a file with custom values:

docs/deployment/kustomize.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ nfd-worker (as daemonset) in the `node-feature-discovery` namespace.
3737
> and [Topologyupdater](#topologyupdater) below.
3838
3939
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.
4342

4443
## Overlays
4544

docs/deployment/operator.md

-8
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ is recommended to be done via
5959
EOF
6060
```
6161
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-
7062
## Uninstallation
7163
7264
If you followed the deployment instructions above you can uninstall NFD with:

0 commit comments

Comments
 (0)