redspread / localkube

DEPRECRATED - See https://github.com/kubernetes/minikube
Apache License 2.0
184 stars 11 forks source link

runContainer: API error (500): weave container is not present. Have you launched it? #35

Closed wstrange closed 8 years ago

wstrange commented 8 years ago

I am getting runContainer: API error (500): weave container is not present. Have you launched it?

When trying to run a K8s app

docker ps shows weave is running:

CONTAINER ID        IMAGE                            COMMAND                  CREATED             STATUS              PORTS               NAMES
27e07988a626        weaveworks/weaveexec:1.4.5       "/home/weave/weavepro"   6 minutes ago       Up 6 minutes                            weaveproxy
60e18eb4b86b        redspreadapps/localkube:latest   "start.sh"               6 minutes ago       Up 6 minutes                            localkube

This is on a mac, docker-machine version 0.5.5, build 02c4254

wstrange commented 8 years ago

An update:

I restarted my docker-machine, and it seems to have cleared up things. I now have two weave images running:

b1e12113d3a        weaveworks/weaveexec:1.4.5           "/home/weave/weavepro"   About a minute ago   Up About a minute                       weaveproxy
9fbe0206c52f        weaveworks/weave:1.4.5               "/home/weave/weaver -"   About a minute ago   Up About a minute                       weave

I will close this out for now - and if it happens again I will reopen.