mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
Merge pull request #5431 from zengyuxing007/add-provider-for-alibabacloud
docs: add alibaba cloud provider reference
This commit is contained in:
commit
3731ff63e5
@ -65,6 +65,7 @@ ExternalDNS allows you to keep selected zones (via `--domain-filter`) synchroniz
|
||||
- [IBM Cloud DNS](https://www.ibm.com/cloud/dns)
|
||||
- [Plural](https://www.plural.sh/)
|
||||
- [Pi-hole](https://pi-hole.net/)
|
||||
- [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.
|
||||
@ -127,7 +128,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 | |
|
||||
@ -151,6 +152,7 @@ The following table clarifies the current status of the providers according to t
|
||||
| Gandi | Alpha | @packi |
|
||||
| Plural | Alpha | @michaeljguarino |
|
||||
| Pi-hole | Alpha | @tinyzimmer |
|
||||
| Alibaba Cloud DNS | Alpha | |
|
||||
|
||||
## Kubernetes version compatibility
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user