Hi, Ok a weird one. We add config for `rke2-cilium...
# rke2
r
Hi, Ok a weird one. We add config for
rke2-cilium
and
rke2-coredns
with `chart_values`(https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/cluster_v2#chart_values-1) but noticed a big problem today. When we
edit config
in the Rancher GUI (cluster management) to add for example a user to the cluster, the rke2-coredns values disappears and the
helm-install-rke2-coredns
job is triggered and resets the settings for coredns, which in our case removes daemonset
node-local-dns
... which is a huge problem for us in production. If we check
edit yaml
on the cluster and under
chartValues rke-coredns
is no longer there but
rke2-cilium
is there... So the problem seems to be only for
rke2-coredns
. Any thoughts or help with this?