Skip to content

localkube problems with Docker for Mac Beta #49

@wstrange

Description

@wstrange

A couple of issues with the new native "Docker for Mac" https://beta.docker.com/docs/

  1. 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"

  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions