kube-system
namespace, there will be a ConfigMap
with name coredns
. It will contain a section:
kubernetes cluster.local in-addr.arpa ip6.arpa {
...
ttl 30
...
}
Edit the ttl
value to be 5
, CoreDNS will automatically see a change in the configMap and reload it.