Add Custom CoreDNS Configuration
apiVersion: v1
kind: ConfigMap
metadata:
name: coredns-additional-conf
namespace: kube-system
data:
extra.conf: |
example.abc:53 {
hosts {
1.2.3.4 example.abc
2.3.4.5 server.example.abc
fallthrough
}
}Last updated
Was this helpful?