able-dream-65187
12/18/2024, 11:21 PMCATTLE_SERVER
parameter to point at the new cluster. I see in startup logs that the agent connects to the new address:
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:
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?