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
What happened?
k0s fails because /usr is read only.
How To Reproduce
Run k0s on any system where /usr is read only.
Expected behavior
k0s should be configurable to avoid using /usr on systems where it cannot be read.
Currently I've found this to apply to Calico and it's flexvol-driver-host and the default volumePluginDir.
Additional context
This applies to all(?) systems using rpm-ostree for package managment. I've only been able to try it on Fedora IoT, Fedora Silverblue and Fedora CoreOS though, so it might not apply for all systems with rpm-ostree.
The text was updated successfully, but these errors were encountered:
Version
Platform
Which platform did you run k0s on?
What happened?
k0s fails because
/usr
is read only.How To Reproduce
Run k0s on any system where
/usr
is read only.Expected behavior
k0s should be configurable to avoid using
/usr
on systems where it cannot be read.Currently I've found this to apply to Calico and it's
flexvol-driver-host
and the defaultvolumePluginDir
.Additional context
This applies to all(?) systems using rpm-ostree for package managment. I've only been able to try it on Fedora IoT, Fedora Silverblue and Fedora CoreOS though, so it might not apply for all systems with rpm-ostree.
The text was updated successfully, but these errors were encountered: