mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 21:34:34 +03:00
75e12e8981
This is needed for shutdown ordering: while at startup, it's not a problem that containerd start before dbus (the dbus socket already exists) it needs to shutdown before dbus to do its cleanup (asking systemd via dbus to cleanup cgroups). Co-authored-by: Max Gautier <mg@max.gautier.name>