fix: update kube version requirement to 1.21
The controller depends on the v1 version of EndpointSlice, but the discovery.k8s.io/v1 API was first introduced in Kubernetes version 1.21.
This commit is contained in:
parent
b9e0c281d0
commit
e09baac992
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/5
|
||||||
keywords:
|
keywords:
|
||||||
- ingress
|
- ingress
|
||||||
- nginx
|
- nginx
|
||||||
kubeVersion: '>=1.20.0-0'
|
kubeVersion: '>=1.21.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Gacko
|
- name: Gacko
|
||||||
- name: rikatz
|
- name: rikatz
|
||||||
|
|
Loading…
Reference in a new issue