Replies: 1 comment
-
Hi @southwolf , thanks for opening this issue! kubeAPI:
host: "127.0.0.1" k3d does a lot of guessing to get the correct value there and falls back to the default |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if it's a bug or what,
K3d creates a cluster (
k3d cluster create k3d-default
) with a kubeconfig file sayingserver: https://0.0.0.0:57156
.When I try
kubectl get pods -A
it just times out.Later I changed the server address to
https://127.0.0.1:57156
and everything works.OS: MacOS Monterey 12.2
Docker: Docker for desktop MacOS 4.5.0
K3d: 5.3.0
Beta Was this translation helpful? Give feedback.
All reactions