Hello, I'm trying to migrate an rke cluster to an ...
# general
a
Hello, I'm trying to migrate an rke cluster to an existing aks cluster in azure. I have rancher installed in the new cluster (using helm) and I'm trying to use backup/restore. I've restored to the new cluster but the new cluster is on a new dns. I have updated one of my cluster agents's
CATTLE_SERVER
parameter to point at the new cluster. I see in startup logs that the agent connects to the new address:
Copy code
INFO: <https://new.address.com/ping> is accessible
INFO: <http://new.address.com|new.address.com> resolves to 12.34.56.789
INFO: Value from <https://new.address.com/v3/settings/cacerts> is an x509 certificate
but then is immediately followed by a websocket connection to the OLD address:
Copy code
time="2024-12-18T23:07:10Z" level=info msg="Connecting to <wss://old.address.com/v3/connect/register> with token starting with dfs97fsdna9sd7gnw97fvsd"
time="2024-12-18T23:07:10Z" level=info msg="Connecting to proxy" url="<wss://old.address.com/v3/connect/register>"
I can't find where that
wss
address is coming from, and it's driving me nuts. Does anyone know where I can find that parameter and how to modify it?