external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**Description** Fixes #2675 . This PR is supposed to be appoved/merged only when the files in the owners have been added to the Kubernetes-sigs org. We will wait to have...
Hello Team, I'm trying to integrate external dns with coredns but etcd pods are not coming up the, init-container for dns-check is failing. could you please ? error: Server: 10.247.3.10...
**What happened**: External dns pod set up (loop on event set, interval 30m) - --metrics-address=:7979 - --log-level=info - --log-format=json - --events - --domain-filter=blahblah.net - --domain-filter=blahblah.dev - --policy=sync - --provider=azure -...
**Description** When changing --txt-owner-id on an existing external-dns resource, it does not update the existing TXT records it owns, therefore losing ownership. Meaning that we have to manually delete the...
**Description** As noted https://github.com/kubernetes-sigs/external-dns/pull/2251 I am recreating PR. About the change: upgrade oci-go-sdk to have private zone support add relevant code to support private zones Fixes #2326 **Checklist** - [x]...
The recommended deployment manifests (e.g. `kustomize/external-dns-deployment.yaml`) should add ``` securityContext: seccompProfile: type: RuntimeDefault ``` to the PodSpec in order to be compatible with the Restricted policy of [Pod Securiy Standards](https://kubernetes.io/docs/concepts/security/pod-security-standards/).
**Description** ~~Marking this WIP primarily until I get some feedback on design decisions I likely made poorly 😄, but also it needs tests and documentation.~~ ~~Still need tests, but this...
**What happened**: `"No endpoints could be generated from VirtualService app-ns/app-virtual-service"` **What you expected to happen**: External-dns is able to figure out the VirtualService's endpoint (tied to Kubernetes svc, Kubernetes Ingress...
**Description** The GoVultr dependency is a few versions behind. There haven't been any breaking changes that would change the behavior of the vultr provider (low impact). cc: @optik-aper No GH...
**Description** Adds centralized documentation for Kubernetes Annotations, as well as CLI usage for the external-dns binary. **Checklist** - [ ] Unit tests updated - [x] End user documentation updated