-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cri-containerd doesnt successfully reboot kubelet #26
Comments
|
Does this still happen with Kube 1.9 (just merged via #33)? I think I saw some improvements in this area. If not then please open an issue against kubernetes or cri-containerd (whichever seems more appropriate, and assuming there isn't already one) since they should be more robust at startup time. My guy feeling is that it is kubernetes which should be more robust to waiting for CRI than vice versa, so a kube issue would seem the way to go. |
I just built and booted current master (d39e6ba), booted and ran I repeated the So either this is fixed in 1.9.0 or the odds of hitting the problem have changed dramatically, or perhaps something is different in your environment (perhaps just timings). |
I tried restarting the master 3 times with no problems but could reproduce it after setting up some nodes and pods :/. From what I know Systemd usually handles Socket Activation. |
LinuxKit doesn't use systemd. As said in #26 (comment) I think this is an upstream issue. |
Sure, but the upstream implementations use systemd which does socket activation. I will check if i can solve it with manually waiting until the socket is there. |
Description
Steps to reproduce the issue:
start master, wait until all pods are started, poweroff and restart. In ~<10% it reboots successfully
Describe the results you received:
kubelet log
cri-containerd
Describe the results you expected:
running kubelet
Additional information you deem important (e.g. issue happens only occasionally):
I could reproduce this back to at least
f9a2a31
The text was updated successfully, but these errors were encountered: