-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
how to deploy Nanocl using the bare process method? #1035
Comments
Hey, i'm not totally sure i understand what you wanna do, what you wanna debug ? To install nanocl locally for development purpose you can use the There is an example on how you can use it for local development there: |
can the components, including |
Where it's technically possible, it's not really designed this way, it's way more easier to have them as container for security and update, you can patch the components without causing downtime. For debugging purpose you should be able to attach GDB using the process ID. To run outside a container, the components would require (for some of them) root access, it would also require to write systemd scripts to restart them in case of failure. |
This should be better represented in the readme & guides. |
I want to deploy nanocl locally using a binary method and then debug it. Could you provide a script similar to the hack/local-up-cluster.sh script in Kubernetes?”
The text was updated successfully, but these errors were encountered: