Trouble with kubernetes helm not finding docker0 interface

I’m trying to run the local-cluster.sh command of kubernetes/helm. It tries to get the IP of the docker0 interface, but it can’t find one.

When I run ifconfig manually, I don’t see it either. If I run “docker network ls”, I see a bridge named bridge. If I run “docker network inspect bridge”, it even shows the property:
com.docker.network.bridge.name”: “docker0”,
but it doesn’t seem to be using that name in ifconfig.

The updated docs for the beta partially answer this question. There is no docker0 bridge in the OSX Host anymore, it only lives in xhyve. Not sure what to do about kubernetes helm though.