This message was deleted.
# rke2
a
This message was deleted.
a
You installed it inside a kubernetes cluster?
s
The LB is external and installed in a VM
a
What dose it mean external
s
As in not in any cluster
a
And the rancher is inside a k8s cluster?
s
I am following the rancher docs, which suggests creating 4 VMs. Install rke2 on 3 of them for the rancher server. Install nginx on the 4th.
a
Anyway the listeners are configured as a configuration of nginx https://www.nginx.com/products/nginx/load-balancing/
m
domain needs an entry in /etc/rancher/rke2/config.yaml under tls-san right?
s
I had the domain in the tls-san. The issue was with the nginx config. For nodes to communicate with each other on port 9345, the LB config needs a listener and forward the request
Thanks