-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 k3s fails to start on multiple distros #2125
Comments
The issue is also happening on Ubuntu |
After a restart, it seems to be possible to run
|
ok after debugging we found out that:
What we need to do, is stop producing our own service files and just enable the service that was created by the k3s installer scripts (and maybe the override file if needed, we need to check). According to @Itxaka , the original reason for creating an empty service file was that on the qualcomm board, for some reason the original k3s service files were missing. We don't need to worry about that anymore so we'll get rid of that code. |
As a note, this is what makes sure, the original files from the kairos image make it to the persistent directory when we bind mount it: https://github.com/kairos-io/immucore/blob/e75c66b2d0715fc740180759c733d8d75cd0b69f/internal/utils/mounts.go#L96 |
just use the one that was created by the k3s installer script Fixes: kairos-io/kairos#2125 Signed-off-by: Dimitris Karakasilis <dimitris@spectrocloud.com>
just use the one that was created by the k3s installer script Fixes: kairos-io/kairos#2125 Signed-off-by: Dimitris Karakasilis <dimitris@spectrocloud.com> Co-authored-by: Mauro Morales <mauro.morales@spectrocloud.com>
fedora working with the fix, I'll continue doing the release tests but will close this for now and reopen if I find it doesn't work in another distro |
The text was updated successfully, but these errors were encountered: