-
Notifications
You must be signed in to change notification settings - Fork 15
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
BUG: container kaniko exit 1 Susbtra-backend crash #809
Comments
Hi there, In both logs we can see the line |
Hi @guilhem-barthes! I changed the dns resolver and add the Google DNS. But now I'm having trouble with the previous step, when I try "sudo skaffold run" for the orchestator, the process wait for the Helm release manager installation and then crash. Logs for the Services launcher: logs_K3SLaunch.txt I do not see anything weird. There is not much information, the skaffold process just stop: error_SubstraOrchestator.txt Second try for the skaffold orchestator: Sorry if is something trivial I'm a rookie handling Network Deployment and Substra. |
Hey @SantiagoMoreno-UdeA! No worries for your questions. For your new question, I think you should check if One of our colleague had a similar problem on the last MacOs docker version (v4.27.1). It was fixed by going to the Docker desktop > Settings > Resources > Network > Untick "Use kernel networking for UDP". |
What are you trying to do?
Deploy locally substra following the steps in: https://docs.substra.org/en/stable/how-to/developing-substra/local-deployment.html
Issue Description (what is happening?)
skaffold crash for permissions when running without sudo.
Then I ran all the steps with sudo, but when I try to launch substra-backend (sudo skaffold run) the process crash. error_SubstraBackend.txt
Then I try "sudo skaffold run" again and this was the result: error_SubstraBackend_secondTry.txt
CPU: Intel Core i7-1355U
RAM: 16GB
OS: Ubuntu 22.04.3 LTS 64-bit
Expected Behavior (what should happen?)
The substra backend service would launch.
Reproducible Example
No response
Operating system
ububtu 22.04
Python version
3.10.112
Installed Substra versions
Installed versions of dependencies
helm == v3.14.0
skaffold == v2.1.0
numpy == 1.24.3
pytorch == 2.0.1+cu117
Logs / Stacktrace
error_SubstraBackend.txt
error_SubstraBackend_secondTry.txt
The text was updated successfully, but these errors were encountered: