Skip to content

Check mounting /var/lib/kubelet without relabeling

When launching hyperkube container, /var/lib/kubelet is bindmounted with relabeling:

If kubelet is restarted while there are existing FUSE mounts managed by CSI drivers, this will cause podman run to fail (see https://gitlab.cern.ch/kubernetes/project/-/issues/43) -- FUSE doesn't support xattrs. We can check running without relabeling to avoid this issue.