Skip to content

Commit 72766b3

Browse files
authored
chore(doc): update k8s compatiblity table (#5747)
1 parent 8950e7d commit 72766b3

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,18 @@ The following table clarifies the current status of the providers according to t
162162

163163
## Kubernetes version compatibility
164164

165-
A [breaking change](https://github.com/kubernetes-sigs/external-dns/pull/2281) was added in external-dns v0.10.0.
166-
167-
| ExternalDNS | <= 0.9.x | >= 0.10.0 |
168-
| ------------------------------ | :----------------: | :----------------: |
169-
| Kubernetes <= 1.18 | :white_check_mark: | :x: |
170-
| Kubernetes >= 1.19 and <= 1.21 | :white_check_mark: | :white_check_mark: |
171-
| Kubernetes >= 1.22 | :x: | :white_check_mark: |
165+
Breaking changes were introduced in external-dns in the following versions:
166+
167+
- [`v0.10.0`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.10.0): use of `networking.k8s.io/ingresses` instead of `extensions/ingresses` (see [#2281](https://github.com/kubernetes-sigs/external-dns/pull/2281))
168+
- [`v0.18.0`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.18.0): use of `discovery.k8s.io/endpointslices` instead of `endpoints` (see [#5493](https://github.com/kubernetes-sigs/external-dns/pull/5493))
169+
170+
| ExternalDNS | ≤ 0.9.x | ≤ 0.10.x and ≥ 0.17.x | ≥ 0.18.x |
171+
| ---------------------------- | :----------------: | :-------------------: | :----------------: |
172+
| Kubernetes ≤ 1.18 | :white_check_mark: | :x: | :x: |
173+
| Kubernetes 1.19 and 1.20 | :white_check_mark: | :white_check_mark: | :x: |
174+
| Kubernetes 1.21 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
175+
| Kubernetes ≥ 1.22 and ≤ 1.32 | :x: | :white_check_mark: | :white_check_mark: |
176+
| Kubernetes ≥ 1.33 | :x: | :x: | :white_check_mark: |
172177

173178
## Running ExternalDNS
174179

0 commit comments

Comments
 (0)