mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
doc: advertise current plan on providers (#4365)
* doc: advertise current plan on providers * Update README.md Co-authored-by: Raffaele Di Fazio <raffo@github.com> * Update README.md --------- Co-authored-by: Raffaele Di Fazio <raffo@github.com>
This commit is contained in:
parent
5ac129d9f8
commit
46dd6d2e2b
12
README.md
12
README.md
@ -88,15 +88,11 @@ Known providers using webhooks:
|
|||||||
| Netcup | https://github.com/mrueg/external-dns-netcup-webhook |
|
| Netcup | https://github.com/mrueg/external-dns-netcup-webhook |
|
||||||
| STACKIT | https://github.com/stackitcloud/external-dns-stackit-webhook |
|
| STACKIT | https://github.com/stackitcloud/external-dns-stackit-webhook |
|
||||||
|
|
||||||
## Status of providers
|
## Status of in-tree providers
|
||||||
|
|
||||||
ExternalDNS supports multiple DNS providers which have been implemented by the [ExternalDNS contributors](https://github.com/kubernetes-sigs/external-dns/graphs/contributors). Maintaining all of those in a central repository is a challenge and we have limited resources to test changes. This means that it is very hard to test all providers for possible regressions and, as written in the [Contributing](#Contributing) section, we encourage contributors to step in as maintainers for the individual providers and help by testing the integrations.
|
ExternalDNS supports multiple DNS providers which have been implemented by the [ExternalDNS contributors](https://github.com/kubernetes-sigs/external-dns/graphs/contributors). Maintaining all of those in a central repository is a challenge, which introduces lots of toil and potential risks.
|
||||||
|
|
||||||
End-to-end testing of ExternalDNS is currently
|
This mean that `external-dns` has begun the process to move providers out of tree. See #4347 for more details. Those who are interested can create a webhook provider based on an _in-tree_ provider and after submit a PR to reference it here.
|
||||||
[performed](https://github.com/zalando-incubator/kubernetes-on-aws/blob/dev/test/e2e/external_dns.go)
|
|
||||||
in the separate
|
|
||||||
[kubernetes-on-aws](https://github.com/zalando-incubator/kubernetes-on-aws)
|
|
||||||
repository.
|
|
||||||
|
|
||||||
We define the following stability levels for providers:
|
We define the following stability levels for providers:
|
||||||
|
|
||||||
@ -112,7 +108,7 @@ The following table clarifies the current status of the providers according to t
|
|||||||
| AWS Route 53 | Stable | |
|
| AWS Route 53 | Stable | |
|
||||||
| AWS Cloud Map | Beta | |
|
| AWS Cloud Map | Beta | |
|
||||||
| Akamai Edge DNS | Beta | |
|
| Akamai Edge DNS | Beta | |
|
||||||
| AzureDNS | Beta | |
|
| AzureDNS | Stable | |
|
||||||
| BlueCat | Alpha | @seanmalloy @vinny-sabatini |
|
| BlueCat | Alpha | @seanmalloy @vinny-sabatini |
|
||||||
| Civo | Alpha | @alejandrojnm |
|
| Civo | Alpha | @alejandrojnm |
|
||||||
| CloudFlare | Beta | |
|
| CloudFlare | Beta | |
|
||||||
|
Loading…
Reference in New Issue
Block a user