mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 05:39:27 +00:00
Problem: Before, to customize CoreDNS, one had to edit the default configmap, which gets re-written on every K3s server restart. Solution: Mount an additional coredns-custom configmap into the CoreDNS container and import overrides and additional server blocks from the included files. Signed-off-by: Thorsten Klein <iwilltry42@gmail.com>