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:
parent
f6d4804152
commit
7e1f5cb347
1 changed files with 5 additions and 8 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue