hello,
I am trying to add a custom configuration to core DNS using the following yaml:
apiVersion: v1
kind: ConfigMap metadata:
name: coredns-custom
namespace: kube-system
data:
docker.override: |
hosts {
192.168.12.6 oracle.fedora.local
fallthrough
}
and I'm getting the following:
Plugin/hosts: this plugin can only be used once per Server Block```
as far as I can tell I'm doing this properly?