I am having a problem with the Global DNS. Anyone with success here?
I am currently using Route 53 but no new dns record is being generated in Route 53.
Is there something I am missing here? Or is there a way to debug this?
Thank you
I am having a problem with the Global DNS. Anyone with success here?
I am currently using Route 53 but no new dns record is being generated in Route 53.
Is there something I am missing here? Or is there a way to debug this?
Thank you
Hi,
It’s working for me, the steps I followed
key value
rancher.io/globalDNS.hostname somednshost
You can check you app log
if you run
kubectl get pods -A
You going to see an app like this:
cattle-global-data systemapp-hmg–rancher-external-dns-7ccbcc4484-5fvnj (it always refer to integration name that you choose)
You can run
kubectl logs systemapp-hmg–rancher-external-dns-7ccbcc4484-5fvnj -n cattle-global-data
And see whats going on.
Here’s the doc:
https://rancher.com/docs/rancher/v2.x/en/catalog/globaldns/
Hope that’s help you.
Cheers,
Alberto Viana