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.
** Is this a FEATURE REQUEST? **
If so, please search existing feature requests, and if you find a similar one, up-vote it and/or add your comments to it instead.
If you did not find a similar one, please describe in details:
why: your use-case, specific constraints you may have, etc.
what: the feature/behaviour/change you would like to see in Weave Net
Do not hesitate, when appropriate, to share the exact commands or API you would like, and/or to share a diagram (e.g.: asciiflow.com): "a picture is worth a thousand words".
** Is this a BUG REPORT? **
Please fill in as much of the template below as you can.
Thank you!
-->
Weave container restarting due to liveliness probe
Weave container restarting due to liveliness probe
What you expected to happen?
Weave pod container Liveness probe failed and container restarted.
What happened?
Weave container within the pod is getting restarted due to liveliness probe. On some worker nodes.
How to reproduce it?
Not sure.
Anything else we need to know?
Kubernetes cluster is running on Onprime HP ProLiant DL380.
Versions:
$ weave version - 2.1.3
$ docker version - 18.06.0-ce
$ uname -a
Linux 3.10.0-693.el7.x86_64 #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.10", GitCommit:"e3c134023df5dea457638b614ee17ef234dc34a6", GitTreeState:"clean", BuildDate:"2019-07-08T03:50:59Z", GoVersion:"go1.10.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.10", GitCommit:"e3c134023df5dea457638b614ee17ef234dc34a6", GitTreeState:"clean", BuildDate:"2019-07-08T03:40:54Z", GoVersion:"go1.10.8", Compiler:"gc", Platform:"linux/amd64"}
log:
$ kubectl logs -n kube-system weave
Output attached in a file
Network:
$ ip route
default via 10.143.69.1 dev bond0
10.32.0.0/12 dev weave proto kernel scope link src 10.44.64.0
10.143.69.0/24 dev bond0 proto kernel scope link src 10.143.69.19
169.254.0.0/16 dev bond0 scope link metric 1010
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1
[<!--]
Hi, thank you for opening an issue!
Before hitting the button...
** Is this a REQUEST FOR HELP? **
If so, please have a look at:
** Is this a FEATURE REQUEST? **
If so, please search existing feature requests, and if you find a similar one, up-vote it and/or add your comments to it instead.
If you did not find a similar one, please describe in details:
Do not hesitate, when appropriate, to share the exact commands or API you would like, and/or to share a diagram (e.g.: asciiflow.com): "a picture is worth a thousand words".
** Is this a BUG REPORT? **
Please fill in as much of the template below as you can.
Thank you!
-->
Weave container restarting due to liveliness probe
Weave container restarting due to liveliness probe
What you expected to happen?
Weave pod container Liveness probe failed and container restarted.
What happened?
Weave container within the pod is getting restarted due to liveliness probe. On some worker nodes.
How to reproduce it?
Not sure.
Anything else we need to know?
Kubernetes cluster is running on Onprime HP ProLiant DL380.
Versions:
$ weave version - 2.1.3
$ docker version - 18.06.0-ce
$ uname -a
Linux 3.10.0-693.el7.x86_64 #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.10", GitCommit:"e3c134023df5dea457638b614ee17ef234dc34a6", GitTreeState:"clean", BuildDate:"2019-07-08T03:50:59Z", GoVersion:"go1.10.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.10", GitCommit:"e3c134023df5dea457638b614ee17ef234dc34a6", GitTreeState:"clean", BuildDate:"2019-07-08T03:40:54Z", GoVersion:"go1.10.8", Compiler:"gc", Platform:"linux/amd64"}
log:
$ kubectl logs -n kube-system weave
Output attached in a file
Network:
$ ip route
default via 10.143.69.1 dev bond0
10.32.0.0/12 dev weave proto kernel scope link src 10.44.64.0
10.143.69.0/24 dev bond0 proto kernel scope link src 10.143.69.19
169.254.0.0/16 dev bond0 scope link metric 1010
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1
$ ip -4 -o addr
1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever
10: bond0 inet 10.143.69.19/24 brd 10.143.69.255 scope global bond0\ valid_lft forever preferred_lft forever
11: docker0 inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0\ valid_lft forever preferred_lft forever
14: weave inet 10.44.64.0/12 scope global weave\ valid_lft forever preferred_lft forever
The text was updated successfully, but these errors were encountered: