Hi,
I’m using the Pro(2.3.2) version on deb11-amd64. While using the create-cluster command and waiting for few minutes the status of the cluster shows up as “FAILED”.
Based on the localstack logs I found the below error :
“Waiting for control-plane node k3d-clusterserver-server-0 startup: nodes "k3d-clusterserver-server-0" not found” (clusterserver is my cluster name)
Has anyone faced this issue before ? Can anyone please help me to resolve this issue ?
Any help in this regard is appreciated
I am facing similar issue with creating eks on localstack team edition.
I followed the below steps to start the localstack and to create the eks cluster.
Please check your Docker bridge IP. Localstack assume the Docker bridge IP the default one which is 172.17.0.0. If you Docker bridge IP is different from the default one the cluster creation fails. In that case you need to provide the Docker bridge IP as the env while starting localstack like below
DOCKER_BRIDGE_IP=your docker bridge IP localstack start -d