1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00

docs: mention minimum required kubectl version

Kubectl prior to v1.21 contains too old version of kustomize for our
(kustomize-based) deployment to work.
This commit is contained in:
Markus Lehtonen 2021-10-26 18:01:25 +03:00
parent 661d326458
commit 9e9ff951b2

View file

@ -18,8 +18,8 @@ sort: 3
## Requirements
1. Linux (x86_64/Arm64/Arm)
1. [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl)
(properly set up and configured to work with your Kubernetes cluster)
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