Problems with production using Kubernete of Google Cloud Platform, and GitLab CI/CD

6/13/2018

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.

-- Moisés Aray
gitlab-ci
gitlab-ci-runner
google-cloud-platform
google-kubernetes-engine
kubernetes

1 Answer

7/4/2018

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
Source: StackOverflow