1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 04:57:56 +00:00

docs: clarify deployment requirements

This commit is contained in:
Markus Lehtonen 2022-01-21 15:21:51 +02:00
parent f6d4804152
commit 7e1f5cb347

View file

@ -15,16 +15,11 @@ sort: 3
---
## Requirements
1. Linux (x86_64/Arm64/Arm)
1. [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) v1.21 or
later (properly set up and configured to work with your Kubernetes cluster)
## Image variants
NFD currently offers two variants of the container image. The "full" variant is
currently deployed by default.
currently deployed by default. Released container images are available for
x86_64 and Arm64 architectures.
### Full
@ -89,7 +84,9 @@ to the metadata of NodeFeatureDiscovery object above.
### Deployment with kustomize
The kustomize overlays provided in the repo can be used directly:
This requires [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl)
v1.21 or later. The kustomize overlays provided in the repo can be used
directly:
```bash
kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref={{ site.release }}