Hi Everyone,
K3d agent node is always trying to find the the api server on localhost:8080 although the api server is configured to be running on 6550.
Cluster was created using command:
k3d cluster create demo --api-port 6550 --servers 1 --agents 1 --port 8888:80@loadbalancer
Error on the agent node logs:
2025-08-17 13
4027 E0817 08
1027.621088 1353 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"
http://localhost:8080/api?timeout=32s\": dial tcp [:
1]8080: connect: connection refused"
Please help me troubleshoot the issue?