cert manager is failing with Waiting for dns-01 challenge propagation: Could not determine authoritative nameservers

4/2/2020

I have created cert-manager on aks-engine using below command kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.12.0/cert-manager.yaml

my certificate spec

enter image description here

issuer spec

enter image description here

Im using nginx as ingress, I could see txt record in the azure dns zone created my azuredns service principle, but not sure what is the issue on nameservers

-- Vineesha.C
azure-dns
cert-manager
kubernetes
kubernetes-ingress
nginx

0 Answers