You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
I have a kubernetes 1.6.4 cluster, previously I used weave-kube(and weave-npc) 1.9.7, then I upgraded weave to 2.0.1, with https://git.io/weave-kube, everything seems to keep working, but docker complains a lot:
root@192-168-161-102:~# journalctl -f | grep weave
Jun 29 23:17:44 192-168-161-102 dockerd[4187]: time="2017-06-29T23:17:44.345853219+08:00" level=error msg="Error setting up exec command in container weaveproxy: No such container: weaveproxy"
Jun 29 23:17:44 192-168-161-102 dockerd[4187]: time="2017-06-29T23:17:44.347153957+08:00" level=error msg="Handler for POST /containers/weaveproxy/exec returned error: No such container: weaveproxy"
Jun 29 23:17:44 192-168-161-102 dockerd[4187]: time="2017-06-29T23:17:44.348392929+08:00" level=error msg="Handler for GET /containers/weaveplugin/json returned error: No such container: weaveplugin"
Jun 29 23:17:54 192-168-161-102 dockerd[4187]: time="2017-06-29T23:17:54.349975464+08:00" level=error msg="Handler for GET /containers/weaveplugin/json returned error: No such container: weaveplugin"
Jun 29 23:17:54 192-168-161-102 dockerd[4187]: time="2017-06-29T23:17:54.352455852+08:00" level=error msg="Error setting up exec command in container weaveproxy: No such container: weaveproxy"
Jun 29 23:17:54 192-168-161-102 dockerd[4187]: time="2017-06-29T23:17:54.352841049+08:00" level=error msg="Handler for POST /containers/weaveproxy/exec returned error: No such container: weaveproxy"
Jun 29 23:18:14 192-168-161-102 dockerd[4187]: time="2017-06-29T23:18:14.392577223+08:00" level=error msg="Handler for GET /containers/weaveplugin/json returned error: No such container: weaveplugin"
Jun 29 23:18:14 192-168-161-102 dockerd[4187]: time="2017-06-29T23:18:14.492361575+08:00" level=error msg="Error setting up exec command in container weaveproxy: No such container: weaveproxy"
Jun 29 23:18:14 192-168-161-102 dockerd[4187]: time="2017-06-29T23:18:14.492749995+08:00" level=error msg="Handler for POST /containers/weaveproxy/exec returned error: No such container: weaveproxy"
Jun 29 23:18:44 192-168-161-102 dockerd[4187]: time="2017-06-29T23:18:44.536729226+08:00" level=error msg="Error setting up exec command in container weaveproxy: No such container: weaveproxy"
Jun 29 23:18:44 192-168-161-102 dockerd[4187]: time="2017-06-29T23:18:44.537598063+08:00" level=error msg="Handler for POST /containers/weaveproxy/exec returned error: No such container: weaveproxy"
Jun 29 23:18:44 192-168-161-102 dockerd[4187]: time="2017-06-29T23:18:44.538097349+08:00" level=error msg="Handler for GET /containers/weaveplugin/json returned error: No such container: weaveplugin"
Jun 29 23:19:14 192-168-161-102 dockerd[4187]: time="2017-06-29T23:19:14.598098853+08:00" level=error msg="Handler for GET /containers/weaveplugin/json returned error: No such container: weaveplugin"
Jun 29 23:19:14 192-168-161-102 dockerd[4187]: time="2017-06-29T23:19:14.598487158+08:00" level=error msg="Error setting up exec command in container weaveproxy: No such container: weaveproxy"
Jun 29 23:19:14 192-168-161-102 dockerd[4187]: time="2017-06-29T23:19:14.598524338+08:00" level=error msg="Handler for POST /containers/weaveproxy/exec returned error: No such container: weaveproxy"
Jun 29 23:20:44 192-168-161-102 dockerd[4187]: time="2017-06-29T23:20:44.945948692+08:00" level=error msg="Error setting up exec command in container weaveproxy: No such container: weaveproxy"
Jun 29 23:20:44 192-168-161-102 dockerd[4187]: time="2017-06-29T23:20:44.946370515+08:00" level=error msg="Handler for POST /containers/weaveproxy/exec returned error: No such container: weaveproxy"
Jun 29 23:20:45 192-168-161-102 dockerd[4187]: time="2017-06-29T23:20:45.105914499+08:00" level=error msg="Handler for GET /containers/weaveplugin/json returned error: No such container: weaveplugin"
Jun 29 23:22:15 192-168-161-102 dockerd[4187]: time="2017-06-29T23:22:15.152258556+08:00" level=error msg="Error setting up exec command in container weaveproxy: No such container: weaveproxy"
Jun 29 23:22:15 192-168-161-102 dockerd[4187]: time="2017-06-29T23:22:15.152658548+08:00" level=error msg="Handler for POST /containers/weaveproxy/exec returned error: No such container: weaveproxy"
Jun 29 23:22:15 192-168-161-102 dockerd[4187]: time="2017-06-29T23:22:15.336278084+08:00" level=error msg="Handler for GET /containers/weaveplugin/json returned error: No such container: weaveplugin"
Anything else we need to know?
I configured kubernetes with kubeadm.
I also installed weave-scope with kubectl apply --namespace kube-system -f "https://cloud.weave.works/k8s/scope.yaml?k8s-version=$(kubectl version | base64 | tr -d '\n')"
inetfuture
changed the title
With weave-kube 2.0.1 and kubernetes 1.6.4, seeing a log docker error logs
With weave-kube 2.0.1 and kubernetes 1.6.4, seeing a lot docker error logs
Jun 29, 2017
What you expected to happen?
no annoying docker error logs
What happened?
I have a kubernetes 1.6.4 cluster, previously I used weave-kube(and weave-npc) 1.9.7, then I upgraded weave to 2.0.1, with https://git.io/weave-kube, everything seems to keep working, but docker complains a lot:
Anything else we need to know?
I configured kubernetes with kubeadm.
I also installed weave-scope with
kubectl apply --namespace kube-system -f "https://cloud.weave.works/k8s/scope.yaml?k8s-version=$(kubectl version | base64 | tr -d '\n')"
Versions:
The text was updated successfully, but these errors were encountered: