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