Carlo Giordano • 7 months ago
Help me on understanding logs
Hi,
someone can help me to understand this snippet of log:
2023-05-14T16:37:07+00:00
loading env.yaml ...
2023-05-14T16:37:07+00:00
computing deployment status ...
2023-05-14T16:37:08+00:00
cluster situation preview:
Component "api" -> crashing
Pod "api-68c795b768-mmww5" -> pod_crashing
Container "api" -> waiting_crash_loop_back_off
Component "app" -> crashing
Pod "app-7774769db4-54nw6" -> pod_crashing
Container "app" -> waiting_crash_loop_back_off
Component "db" -> running_ok
Pod "db-6f8b6846c4-7kgd2" -> pod_running
Container "db" -> running
Container "bns-volume-permissions" -> terminated_completed
2023-05-14T16:37:10+00:00
timeout of 900 seconds exceeded for waiting all the components to be running. Deployment considered failed
2023-05-14T16:37:10+00:00
Deployment Job 20174 is stuck for 15 minutes
The url repository is here: https://gitlab.com/hackatons9425919/bunnyshell-stack-jam-hackathon/prova
I'm trying to deploy the "springboot-angular-mysql" template. The only file that I have changed is this: components\springboot-rest-api\.docker\Dockerfile
with "RUN chmod +x mvnw"
Comments are closed.
1 comment
Alex Oprișan • 7 months ago
It looks like a container (named "app") in your environment keeps crashing.
You can see more logs about this component in the env page:
- expand the "app" component (by clicking on the chevron icon on the left of the component)
- click on the "deployment" in the expanded list
- see logs in the right pane