Hi, is it possible to increase coredns memory limit from the
default 170Mi without disabling coredns?
I tried the following:
1. Edit coredns deployment of a running cluster but it isn't persistent. I assume because it is managed by an Addon.
2. Override with HelmChartConfig doesn't work, I assume because it is deployed via Addon, not HelmChart.
3. I tried mouting coredns.yaml to
/var/lib/rancher/k3s/server/manifests/
but it is overwritten when starting a cluster.