-
Couldn't load subscription status.
- Fork 66
Open
Description
I, [2022-04-08T15:35:38.303359 #1] INFO -- : Corefile has changed! New contents:
.:53 {
rewrite name foo.foo.ch hairpin-proxy.hairpin-proxy.svc.cluster.local # Added by hairpin-proxy
errors
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
forward . /etc/resolv.conf
cache 30
loop
reload
loadbalance
}
Sending updated ConfigMap to Kubernetes API server...
but the resulting config map then does not contain the updated config with rewrites:
kubectl get configmap -n kube-system coredns -o=jsonpath='{.data.Corefile}'
.:53 {
errors
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
fallthrough in-addr.arpa ip6.arpa
}
prometheus :9153
forward . /etc/resolv.conf
cache 30
loop
reload
loadbalance
}
What do i miss? I use the standard ingress-nginx (no Target override necessary.)
Metadata
Metadata
Assignees
Labels
No labels