This message was deleted.
# rke2
a
This message was deleted.
h
e
Thanks for the link, yes I checked the documentation and I think I understood the logic now. As far as I can tell, I should create a new file under: /var/lib/rancher/rke2/server/manifests/ with
kind: HelmChartConfig
, using the same name and namespace as the existing HelmChart (e.g.,
rke2-ingress-nginx
). This file will provide the additional configuration, like disabling snippet annotations, via
valuesContent
. Since this is a production cluster and I haven’t done this kind of change before, I want to be extra cautious. 👉 My question: We have 5 master nodes in this cluster. Do I need to place this
HelmChartConfig
file on all of them, or just one master is enough and it will propagate?
Thanks again for the help!
b
Just one, it will kick off the helm job in the cluster which will update all nginx components