You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for multi-namespace watch on services and made nodeInformer optional for service source (#1)
* Make external-dns run in a restricted k8s cluster
* Added zarf and updated Makefile
* Made service nodeInformer optional
* Added support for multinamespace watching
* Added dedicated extraArgs parameter for namespaces
* Added Github action for docker build and push to ghcr
Co-authored-by: Razvan Dobre <[email protected]>
Copy file name to clipboardExpand all lines: charts/external-dns/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ The following table lists the configurable parameters of the _ExternalDNS_ chart
69
69
|`txtPrefix`| Prefix to create a TXT record with a name following the pattern `prefix.<CNAME record>`. |`""`|
70
70
|`domainFilters`| Limit possible target zones by domain suffixes. |`[]`|
71
71
|`provider`| DNS provider where the DNS records will be created, for the available providers and how to configure them see the [README](https://github.com/kubernetes-sigs/external-dns#deploying-to-a-cluster) (this can be templated). |`aws`|
72
+
|`watchNamespaces`| List of namespaces to be observed for new DNS entries. |`[]`|
72
73
|`extraArgs`| Extra arguments to pass to the _external-dns_ container, these are needed for provider specific arguments (these can be templated). |`[]`|
73
74
|`deploymentStrategy`| .spec.strategy of the external-dns Deployment. Defaults to 'Recreate' since multiple external-dns pods may conflict with each other. |`{type: Recreate}`|
0 commit comments