From 3d98225f5dce9c2ab7ce4b1c0ac4edfdec594523 Mon Sep 17 00:00:00 2001 From: Milind Chawre Date: Sun, 23 Jan 2022 23:35:19 +0530 Subject: [PATCH] Correcting README Updating the kubernetes version compatibility section in README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d91b60cbae..a9ef92295c 100644 --- a/README.md +++ b/README.md @@ -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: