1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 21:38:23 +00:00

Merge pull request #745 from marquiz/documentation/deployment

docs: clarify deployment requirements
This commit is contained in:
Kubernetes Prow Robot 2022-01-21 05:41:59 -08:00 committed by GitHub
commit cec81bb4a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ## Image variants
NFD currently offers two variants of the container image. The "full" variant is 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 ### Full
@ -89,7 +84,9 @@ to the metadata of NodeFeatureDiscovery object above.
### Deployment with kustomize ### 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 ```bash
kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref={{ site.release }} kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref={{ site.release }}