-
Is it possible to (bind) mount a volume to a path on the read-only As in, my k8s distro wants to write to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
A bind mount may be lost due to systemd-sysext images being (re)loaded. A solution that brings in a symlink through a systemd-sysext image is what we did here: https://github.com/flatcar/sysext-bakery/blob/7bbe7864bac89cbbeb2f71f206a794240bd63155/create_kubernetes_sysext.sh#L87 We should add this symlink to the generic image, I created an issue for that: #1193 |
Beta Was this translation helpful? Give feedback.
A bind mount may be lost due to systemd-sysext images being (re)loaded. A solution that brings in a symlink through a systemd-sysext image is what we did here: https://github.com/flatcar/sysext-bakery/blob/7bbe7864bac89cbbeb2f71f206a794240bd63155/create_kubernetes_sysext.sh#L87
We should add this symlink to the generic image, I created an issue for that: #1193