Hello everyone,
in our openstack(not self hosted) environment we have multiple RKE clusters and we want to replace one of those with k3s.
In our RKE setup we use
openstack ccm and with nginx ingress controller we create amphora loadbalancer.
This all works fine in RKE and in k3s as well to point where we have CCM installed, nginx ingress controller as well.
Even loadbalancer is created in openstack, but for some reason we dont get traffic from loadbalancer to ingress.
• we have disabled cloud-controller
• we have disabled traefik installation
• added no-deploy servicelb as parameter
• for installation of k3s we have used
https://github.com/k3s-io/k3s-ansible/blob/master/roles/k3s_server/tasks/main.yml
From network perspective everything should work as RKE is working and network setup is same. Only difference is that we use k3s, is there something we are missing please? Or do you have any idea what could be the problem? If needed I can share some of configs.
Thank you