You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've setup a devcontainer with Kind feature and also the official Kubernetes, Helm, Minikube one.
I followed the instructions to setup Docker-from-Docker setup, and can launch docker containers in host from within the devcontainer successfully. However, kind is not working correctly. I either get /etc/kubernetes/admin.conf not found, which I copied manually.
Or I get The connection to the server test-control-plane:6443 was refused.
My host is windows. I can use kubectl with Kubernetes/Docker Desktop, but Kind is not working.
The text was updated successfully, but these errors were encountered:
I've setup a devcontainer with Kind feature and also the official Kubernetes, Helm, Minikube one.
I followed the instructions to setup Docker-from-Docker setup, and can launch docker containers in host from within the devcontainer successfully. However, kind is not working correctly. I either get /etc/kubernetes/admin.conf not found, which I copied manually.
Or I get The connection to the server test-control-plane:6443 was refused.
My host is windows. I can use kubectl with Kubernetes/Docker Desktop, but Kind is not working.
The text was updated successfully, but these errors were encountered: