Skip to content

Commit

Permalink
Set new heading 'Other Providers' on README.md.gotmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
omerap12 committed Apr 29, 2024
1 parent cbf2e78 commit 592aab2
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions charts/external-dns/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ helm upgrade --install {{ template "chart.name" . }} external-dns/{{ template "c

## Providers

Configuring the _ExternalDNS_ provider should be done via the `provider.name` value with provider specific configuration being set via the `provider.<name>.<key>` values, where supported, and the `extraArgs` value. For legacy support `provider` can be set to the name of the provider with all additional configuration being set via the `extraArgs` value.
See [documentation](https://kubernetes-sigs.github.io/external-dns/#new-providers) for more info on available providers and tutorials.

### Providers with Specific Configuration Support

| Provider | Supported |
|------------------------|------------|
| `webhook` | ✅ |

### Other Providers

For set up for a specific provider using the Helm chart, see the following links:
- [AWS](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#using-helm-with-oidc)
- [akamai-edgedns](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/akamai-edgedns.md#using-helm)
Expand All @@ -37,15 +48,6 @@ For set up for a specific provider using the Helm chart, see the following links
- [plural](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/plural.md#using-helm)
- [vultr](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/vultr.md#using-helm)

Configuring the _ExternalDNS_ provider should be done via the `provider.name` value with provider specific configuration being set via the `provider.<name>.<key>` values, where supported, and the `extraArgs` value. For legacy support `provider` can be set to the name of the provider with all additional configuration being set via the `extraArgs` value.
See [documentation](https://kubernetes-sigs.github.io/external-dns/#new-providers) for more info on available providers and tutorials.

### Providers with Specific Configuration Support

| Provider | Supported |
|------------------------|------------|
| `webhook` | ✅ |

## Namespaced Scoped Installation

external-dns supports running on a namespaced only scope, too.
Expand Down

0 comments on commit 592aab2

Please sign in to comment.