-
Notifications
You must be signed in to change notification settings - Fork 9
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
Create the k3s package using the upstream installer script #335
Conversation
Signed-off-by: Dimitris Karakasilis <[email protected]>
202d0c2
to
2c33d2a
Compare
Signed-off-by: Dimitris Karakasilis <[email protected]>
Though the autobumper will be confused: kairos-io/kairos#1624 Signed-off-by: Dimitris Karakasilis <[email protected]>
CI fails. It's reproducible locally with:
not sure what's wrong yet. |
|
packages/k8s/k3s/build.yaml
Outdated
- INSTALL_K3S_SKIP_ENABLE="true" | ||
- INSTALL_K3S_SKIP_SELINUX_RPM="true" | ||
prelude: | ||
{{$arch:=(default .Values.arch "amd64")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could this be the issue? After all this is a templating instruction so the prelude will be empy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Signed-off-by: Dimitris Karakasilis <[email protected]>
The steps are run as dockerfile
|
Im guessing you can get it to detect systemd by setting the Now Im guessing that is why the check for init.systemd was in there lol. But it could also mean that we need two packages? one for systemd and one for openrc? |
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
For now I opted for installing service files for both systemd (openrc and systemd). No OS would ever consume both so just having the other one laying around shouldn't be a problem (or is it?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if it works, it works!
Signed-off-by: Dimitris Karakasilis <[email protected]>
because the default argument comes first, then the value to check Signed-off-by: Dimitris Karakasilis <[email protected]>
Hoping to replace these commands with a simple luet install.