-
Notifications
You must be signed in to change notification settings - Fork 11
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
localkube problems with Docker for Mac Beta #49
Comments
@wstrange I haven't gotten an invite yet so not sure how far I will be able to troubleshoot
|
Hi Dan I am having trouble running localkube now - the containers keep restarting. Here is the output https://gist.github.com/wstrange/9d13524f2a5f9956ad8c95840b387deb |
Any update on this? Should I re-create this issue in minikube? |
@zoidbergwill that's a good idea, as minikube becomes more stable the plan is to start closing this localkube. I'm still waiting to get into the beta so haven't been able to get going with this :( |
A couple of issues with the new native "Docker for Mac" https://beta.docker.com/docs/
The ~/.kube/config entry for localkube uses server 127.0.0.1:8080 to talk to the Kube API server.
Changing this to 192.168.64.8:8080 fixed the issue for me. This is the IP used by the new docker daemon. I discovered this via "ping docker.local"
Kubernetes comes up (I think) -in that I can talk to the API server- but a kubectl get nodes shows
"not ready"
All my pods show "pending" state - because there are no nodes to schedule them on
The text was updated successfully, but these errors were encountered: