Skip to content

Commit

Permalink
Correcting README
Browse files Browse the repository at this point in the history
Updating the kubernetes version compatibility section in README
  • Loading branch information
milindchawre authored Jan 23, 2022
1 parent e21f2c4 commit 3d98225
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,13 @@ The following table clarifies the current status of the providers according to t

## Kubernetes version compatibility

| ExternalDNS | <= 0.9.x | >= 0.10.0 |
| ------------------ | :----------------: | :----------------: |
| Kubernetes <= 1.18 | :white_check_mark: | :x: |
| Kubernetes >= 1.19 | :x: | :white_check_mark: |
A [breaking change](https://github.com/kubernetes-sigs/external-dns/pull/2281) was added in external-dns v0.10.0.

| ExternalDNS | <= 0.9.x | >= 0.10.0 |
| ------------------------------ | :----------------: | :----------------: |
| Kubernetes <= 1.18 | :white_check_mark: | :x: |
| Kubernetes >= 1.19 and <= 1.21 | :white_check_mark: | :white_check_mark: |
| Kubernetes >= 1.22 | :x: | :white_check_mark: |

## Running ExternalDNS:

Expand Down

0 comments on commit 3d98225

Please sign in to comment.