in rke2 version 1.28.9… did the agent\worker nodes connection config change?
In my config file on the managers i have it connect to a LB using port :9345 and the managers connect to the primary manager and join the cluster but for agents i have the same setup and the agent connects (i can see the secret for the agent is created in the cluster) but it cant fully connect to the cluster… it seems to be trying to use the “connect” lb instead of getting the lb with the api on port 6443 form the primary manger
this config was working fine in 1.27.x so not sure what changed and why in 1.28?
some-umbrella-24614
05/30/2024, 2:17 AM
looks like if i add 6443 as a port on the LB the worker is able to connect correctly, cant find any documentation of this change anywhere but i have a work around
c
creamy-pencil-82913
05/30/2024, 5:43 AM
The servers have always needed 6443 open... That's the apiserver port, without that all they get is the supervisor for provisioning stuff.