The ExternalDNS Operator deploys and manages ExternalDNS, which dynamically manages external DNS records in specific DNS Providers for specific Kubernetes resources.
This Operator is in the early stages of implementation. For the time being, please reference the ExternalDNS Operator OpenShift Enhancement Proposal.
- Build and push the operator image to a registry:
$ podman build -t <registry>/<username>/external-dns-operator:latest -f Dockerfile . $ podman push <registry>/<username>/external-dns-operator:latest
- Make sure to uncomment the
image
inconfig/manager/kustomization.yaml
and set it to the operator image you pushed - Run
oc apply -k config/default