Restarting dbus results in kubelet being unable to start pods #2172
Labels
status/in-progress
This issue is currently being worked on
status/needs-triage
Pending triage or re-evaluation
Milestone
Image I'm using: Any Kubernetes variant
What I expected to happen:
If the
dbus
service is restarted, scheduling pods with Kubernetes should not be impacted.What actually happened:
Scheduling a pod does not complete after dbus has been restarted unless the kubelet is also restarted:
How to reproduce the problem:
systemctl restart dbus
as admin in a nodeAdditional Details:
This is fixed in runc in opencontainers/runc#3475 and backported to 1.1.x in opencontainers/runc#3476; however, to use this fix, we need our kubernetes packaging to stop using vendored
libct
and instead get a cached version from our build of runc.The text was updated successfully, but these errors were encountered: