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
This is expected.
You can set the host to whatever you like using k3d cluster create --api-port HOST:HOSTPORT, e.g. --api-port 127.0.0.1:6443
That's also how it will be used for exposing the port in Docker.
You might as well use an external IP.
FWIW, since the port is exposed to your host, you can also edit the kubeconfig file manually and just replace 0.0.0.0 with 127.0.0.1 for your local tools.
What did you do
How was the cluster created?
k3d registry create linkerd --default-network podman
k3d cluster create linkerd --registry-use k3d-linkerd -a 2 -s 1 -i rancher/k3s:v1.32.0-k3s1
What did you do afterwards?
kubectl works fine but tools like headlamp won't connect i solved this by changing https://0.0.0.0:11892 https://127.0.0.1:11892
What did you expect to happen
headlamp should connect to the cluster
Screenshots or terminal output
If applicable, add screenshots or terminal output (code block) to help explain your problem.
Which OS & Architecture
i'm running this on windows 11 with podman desktop 1.15 & wsl 2 installed
Which version of
k3d
Which version of docker
The text was updated successfully, but these errors were encountered: