This message was deleted.
# rke2
a
This message was deleted.
h
in your config.yaml you can set this:
Copy code
disable:
- rke2-ingress-nginx
And if you are deploying this cluster via Rancher UI there is an option on Cluster Configuration screen during Create cluster:
c
although if you want traefik you might consider just using k3s instead
p
Disabling nginx is not the wanted outcome, only not hosting it bind to hostport, I will use metallb and give a LB to the ingress controller, on a specific ip. I also want to have both traefik and nginx
The need is not having it bind to host net
Is k3s a better option than rke2?