Add After=dbus.service to containerd.service #11769
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
What would you like to be added
Like: containerd/containerd#10798
Add it to https://github.com/kubernetes-sigs/kubespray/blob/master/roles/container-engine/containerd/templates/containerd.service.j2
Why is this needed
containerd launches runc, which communicates via dbus with systemd to start transient units. Thus, containerd should have an After dependency on dbus.service to prevent dbus from being shut down concurrently with containerd.
The text was updated successfully, but these errors were encountered: