adamant-kite-43734
03/31/2026, 10:04 AMnarrow-guitar-87575
03/31/2026, 10:04 AMbrainy-kilobyte-33711
03/31/2026, 10:24 AMnarrow-guitar-87575
03/31/2026, 10:34 AMhundreds-evening-84071
03/31/2026, 1:21 PMnarrow-guitar-87575
03/31/2026, 1:44 PMingress-controller: has been changed to an array?narrow-guitar-87575
03/31/2026, 4:03 PMkubernetesIngressNginx:
ingressClass: traefik
to make it different to nginx , it randomly select some of the nginx classed ingresses and move them to the traefik (the treafik has different publish status address).
if I add:
controllerClass: "rke2.cattle.io/ingress-nginx-migration"
as described, it does not claim any nginx class ingress, however, publishstatusaddress apparently does not work, because it puts IP addresses into status instead of the name from the publishStatusAddress option.
do I something wrong? My idea is to create a new nginx ingress class (traefik), expose traefik at different IPs and migrate ingresses manually from nginx to traefik. Some of them have unsupported annotations like whitelist-source-range , so I cannot move them all just like that.