mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +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.
(cherry picked from commit 9e9ff951b2
)
This commit is contained in:
parent
df44914e81
commit
b9ce57d35b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue