-
|
Hi, i have arch linux, with k3s on board; It would be cool if you had, for example, a prepared script; Something like this (example): |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I’m not really sure if that would work, as I don’t know k3s in enough details. I’d need to set up a k3s environment myself to properly test this scenario. |
Beta Was this translation helpful? Give feedback.
-
|
To better understand your setup and goal: are you trying to run the ShellHub agent on the host directly outside of Kubernetes, or are you aiming to run it inside Kubernetes, with one agent instance per host that has direct access to the host's resources (similar to how it would work with --privileged and host namespaces)? |
Beta Was this translation helpful? Give feedback.
-
|
Colleagues, thank you for your questions and answers, as far as I understand, i can simply compile the golang agent and put it in the systemd service. |
Beta Was this translation helpful? Give feedback.
Colleagues, thank you for your questions and answers, as far as I understand, i can simply compile the golang agent and put it in the systemd service.