This message was deleted.
# rke2
a
This message was deleted.
c
f
You're the best Brandon, thanks a ton.
e
Morning, can I ask you how did you managed to apply the advices there? which of them ( maybe the https://github.com/rancher/rke2/issues/7953#issuecomment-2751856328?) I have some rke2 clusters with rke2-ingress-nginx:4.12.003
c
f
Does this mean I can do a manual upgrade now and bring in this fix? https://docs.rke2.io/upgrades/manual_upgrade
v
To deploy the recommended mitigation, all I had to do is edit existing file
/var/lib/rancher/rke2/server/manifests/rke2-ingress-nginx.yaml
in each of the control nodes (with nano). I added the section:
Copy code
...  
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.