Files
homelab/core-dns/private-dns.yaml
Shahab Dogar d4dd6bac73 fix: CoreDNS | configure sequential nameserver usage
This is required for core dns to pick the correct nameservers as
configured by the host's resolv.conf file, according to
https://github.com/k3s-io/k3s/discussions/7822
2024-10-24 13:49:41 +05:00

11 lines
181 B
YAML

kind: ConfigMap
apiVersion: v1
metadata:
name: coredns-custom
namespace: kube-system
data:
forward.override: |-
forward . /etc/resolv.conf {
policy sequential
}