From 993debe4765dd3157b40a5a194fecdfa98c65a59 Mon Sep 17 00:00:00 2001 From: "yuzeng.zyx" Date: Tue, 20 May 2025 13:41:29 +0800 Subject: [PATCH 1/2] docs: add alibaba cloud provider reference --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4eebfd14..6e1c58064 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ ExternalDNS allows you to keep selected zones (via `--domain-filter`) synchroniz - [TencentCloud DNSPod](https://cloud.tencent.com/product/cns) - [Plural](https://www.plural.sh/) - [Pi-hole](https://pi-hole.net/) +- [Alibaba Cloud Public DNS](https://www.alibabacloud.com/help/en/dns/alibaba-cloud-dns) +- [Alibaba Cloud DNS PrivateZone](https://www.alibabacloud.com/help/en/dns/introduction-to-intranet-analysis) ExternalDNS is, by default, aware of the records it is managing, therefore it can safely manage non-empty hosted zones. We strongly encourage you to set `--txt-owner-id` to a unique value that doesn't change for the lifetime of your cluster. @@ -127,7 +129,7 @@ We define the following stability levels for providers: The following table clarifies the current status of the providers according to the aforementioned stability levels: | Provider | Status | Maintainers | -| ------------------------------- | ------ | ---------------- | +|---------------------------------| ------ |------------------| | Google Cloud DNS | Stable | | | AWS Route 53 | Stable | | | AWS Cloud Map | Beta | | @@ -154,6 +156,7 @@ The following table clarifies the current status of the providers according to t | TencentCloud | Alpha | @Hyzhou | | Plural | Alpha | @michaeljguarino | | Pi-hole | Alpha | @tinyzimmer | +| Alibaba Cloud DNS | Alpha | | ## Kubernetes version compatibility From dae8c5370e4095b6596bfe0a8aff41d77238026f Mon Sep 17 00:00:00 2001 From: "yuzeng.zyx" Date: Tue, 20 May 2025 16:13:47 +0800 Subject: [PATCH 2/2] changed alibabacloud dns link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1c58064..64c445c91 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,7 @@ ExternalDNS allows you to keep selected zones (via `--domain-filter`) synchroniz - [TencentCloud DNSPod](https://cloud.tencent.com/product/cns) - [Plural](https://www.plural.sh/) - [Pi-hole](https://pi-hole.net/) -- [Alibaba Cloud Public DNS](https://www.alibabacloud.com/help/en/dns/alibaba-cloud-dns) -- [Alibaba Cloud DNS PrivateZone](https://www.alibabacloud.com/help/en/dns/introduction-to-intranet-analysis) +- [Alibaba Cloud DNS](https://www.alibabacloud.com/help/en/dns) ExternalDNS is, by default, aware of the records it is managing, therefore it can safely manage non-empty hosted zones. We strongly encourage you to set `--txt-owner-id` to a unique value that doesn't change for the lifetime of your cluster.