-2

I'm using GitLab CI/CD to automatically transfer the code after every push to the master branch. Everything is going well there. But when Kubernete gets the code, it throws this error message:

screenshot #1

Extended error:

screenshot #2

I need some help about that.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
  • You're going to have to include the container logs, as **no one** can troubleshoot from a screenshot saying "it crashed" – mdaniel Jun 14 '18 at 02:26

1 Answers1

0

A CrashLoopBackoff error means that GKE is trying to launch a Pod but the containers within are crashing or being terminated.

There is no simple answer to this. This is a specific error within your application which could be caused by various reasons. You will have to investigate it by looking through the logs.

By the way, I found another thread that looks very similar to yours.

Mahmoud Sharif
  • 1,085
  • 6
  • 12