fierce-lighter-30479
03/25/2025, 5:32 PMhelm upgrade [RELEASE_NAME] [CHART] --install
on the control plane or do I have to do a RKE2 upgrade like here: https://docs.rke2.io/upgrades/manual_upgradecreamy-pencil-82913
03/25/2025, 5:45 PMfierce-lighter-30479
03/25/2025, 5:46 PMelegant-candle-74808
03/26/2025, 6:43 AMcool-wall-58285
03/26/2025, 7:18 PMfierce-lighter-30479
03/26/2025, 7:21 PMvictorious-glass-17139
03/27/2025, 10:26 PM/var/lib/rancher/rke2/server/manifests/rke2-ingress-nginx.yaml
in each of the control nodes (with nano). I added the section:
...
valuesContent: |-
controller:
admissionWebhooks:
enabled: false
extraArgs:
enable-annotation-validation: true
at the end of the file. After doing this, all the rke2-ingress pods got re-started automatically, and rke2-ingress-nginx had the expected change.