diff --git a/docs/get-started/deployment-and-usage.md b/docs/get-started/deployment-and-usage.md index 1c9c7758b..5f11f40d4 100644 --- a/docs/get-started/deployment-and-usage.md +++ b/docs/get-started/deployment-and-usage.md @@ -81,6 +81,14 @@ is recommended to be done via EOF ``` +In order to deploy the [minimal](#minimal) image you need to add + +```yaml + image: {{ site.container_image }}-minimal +``` + +to the metadata of NodeFeatureDiscovery object above. + ### Deployment templates The template specs provided in the repo can be used directly: @@ -94,7 +102,7 @@ This will required RBAC rules and deploy nfd-master (as a deployment) and nfd-worker (as a daemonset) in the `node-feature-discovery` namespace. Alternatively you can download the templates and customize the deployment -manually. +manually. For example, to deploy the [minimal](#minimal) image. #### Master-worker pod @@ -148,6 +156,13 @@ The command deploys Node Feature Discovery on the Kubernetes cluster in the default configuration. The Configuration section describes how it can be configured during installation. +In order to deploy the [minimal](#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: