This message was deleted.
# k3s
a
This message was deleted.
b
Yes?
Just don't run the service
s
Any guide / docs?
b
did i misunderstand? you're asking how to install a piece of software that's run from systemd, without running it?
s
more like k3s when you run the install script will start it automatically ?
b
systemctl disable <servicename>
I don't understand that sentence
s
I want to prebuild k3s images with a OS version so that when k3s starts up selinux stuff and all that is already there but don't start k3s
b
The installer is basically concerned with setting up the service. Either disable the service after installation, or don't use the installer. You can just download the binary and execute it
e.g.
Copy code
curl -Lo /usr/local/bin/k3s <https://github.com/k3s-io/k3s/releases/download/v1.26.5+k3s1/k3s>; chmod a+x /usr/local/bin/k3s
Maybe English isn't your first language? I'm trying to understand but your last sentence is just word soup... "when k3s starts up selinux stuff and all that is already there but don't start k3s" what are you trying to say?
Sorry, "word soup" isn't meant to be rude. I'm just not 100% sure what you mean. You want to build a machine image with selinux configured, k3s binary installed, but which won't run k3s until told to?
is that it?
s
Yes sorry for the bad sentencing
b
well, then you have your answer i think?
np, it's not your fault - just wasn't sure we had understood each other
f
You can keep the service from starting automatically with the installer script. 👍
s
@faint-shampoo-17603 how? 🙂
f
c