-
-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] Cluster not reachable on localhost with kubectl #339
Comments
Solved the problem myself by explicitly adding the 0.0.0.0 IP to /etc/environment "no_proxy" parameter. |
Hi @rr-appadaptive , thanks for opening this issue! |
Also solved my problem. I use a global proxy to download kubectl and other install scripts. |
Then you can probably as well use |
@iwilltry42 why does K3D reference the server by 0.0.0.0 anyway? AFAIK it's not even a valid ip address. |
@Ka0o0 we make the server listen on |
What did you do?
How was the cluster created?
k3d cluster create mycluster --api-port 6550 -p 8081:80@loadbalancer --switch-context
What did you do afterwards?
What did you expect to happen?
command 'kubectl cluster-info' should return info about the newly created cluster.
Screenshots or terminal output
Which OS & Architecture?
Which version of
k3d
?Which version of docker?
The text was updated successfully, but these errors were encountered: