smarrk
smarrk
Problem/Error does not occur when `/run` is a static volume. ``` volumes: - "/var/lib/k0s" - "/run" ``` Not sure if this is a good solution, though 🤔
The problem with this solution could be: If the container is killed (and not stopped), k0s does not get a chance to clean up its socket and PID files in...
Thank you for your help! Mounting `/run` as `tmpfs` fixed the problem on `down` and `up`. I still see "Failed to create existing container" (see below) when using `--force-recreate`, though...
Thank you for the quick response and for outlining your plan to address the issue. I’m unsure whether this issue should remain open for reference until the fix is implemented...