Hello, upgraded on 1.36 but during the inital upgr...
# rke2
n
Hello, upgraded on 1.36 but during the inital upgrade, i missed that i have to add
Copy code
disable:
  - rke2-traefik
since i used
Copy code
- rke2-ingress-nginx
before I actually already moved to traefik before that, so i deploy traefik myself. Now though the CRD chart for traefik is failing on the cluster and adding
Copy code
disable:
  - rke2-traefik
and running the installation again does not reomve it
1
is there any way to get rid of
helm-install-rke2-traefik-crd-6v28w
the proper way. Is this the wrong disable flag or cant i disable it after the fact?
i see there is the
helm-install-rke2-traefik-crd
job, but removing it will just recreate it. So there is some operator pushing that
q
Hi Eugen
ingress-controller:
none
as you have installed traefik by our own. This tells rke2 to not provision any ingress controller by itself
n
@quick-accountant-97840 i mean, here it is about traefik, not ingress-nginx - or can you disable "all ingress controllers" using ingress-controller: none beside that, how to "uninstall" when it has been deployed?
q
yes you can disable both
is it a rancher managed rke2 or standalone rke2 ? if rancher managed you can adjust the cluster.yaml. If its standalone you need to adjust the rke2 config on the nodes and the restart rke2 process
1
n
standalone rke2 (no rancher involved). adding your suggestion and restarting the rke2 plane fixed it. I'am suprised that disabling the addons does not work the same way, but in some way, this is even more semantic /makes more sense
1
will this be the new way for k3s too?
q
for k3s there was nor ingress-nginx loadbalancer in the first place I assume it should work the same.
addons can be configured via helm-chart config objects
if you want to override the rke2-traefik values for example you set it as the loadbalancer on the rke2 config and set write your config in the helm chart config object which merges them