You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
This worked fine up until a reboot, since then the mounts below /srv are not visible inside the rkt container anymore:
j1900 core # rkt enter c0 /bin/mount|grep /srv/bitbucketPGData
vs
j1900 core # mount|grep /srv/bitbucketPGData
/dev/mapper/data-lvol2 on /srv/bitbucketPGData type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
Neither restarting the node again nor restarting the kubelet has solved the issue. The only workaround I've found so far was to remount the respective mounts after the kubelet was started which IMHO is a terrible "solution" as this means the Kubelet already has started the containers that use those mounts
The text was updated successfully, but these errors were encountered:
Hello,
I'm mounting a host volume into the kubelet rkt container via
Below
/srv
I mount some volumes on the host via systemd units, e.g.This worked fine up until a reboot, since then the mounts below
/srv
are not visible inside the rkt container anymore:vs
Neither restarting the node again nor restarting the kubelet has solved the issue. The only workaround I've found so far was to remount the respective mounts after the kubelet was started which IMHO is a terrible "solution" as this means the Kubelet already has started the containers that use those mounts
The text was updated successfully, but these errors were encountered: