GoogleCloudPlatform / solutions-modern-cicd-anthos

An end-to-end operating model for onboarding and continually deploying services with Anthos.
Apache License 2.0
86 stars 60 forks source link

Setup sometimes fail when creating GitLab Endpoints #126

Closed bgood closed 3 years ago

bgood commented 4 years ago

Sometimes the setup scripts will fail when creating the Endpoints for GitLab.

Step #5 - "trigger-gitlab": Step #0 - "create-gitlab": module.gke-gitlab.helm_release.gitlab: Creation complete after 3m22s [id=gitlab]
Step #5 - "trigger-gitlab": Step #0 - "create-gitlab":
Step #5 - "trigger-gitlab": Step #0 - "create-gitlab": Error: Error waiting for Performing service rollout.: Error code 13, message: Internal Error
Step #5 - "trigger-gitlab": Step #0 - "create-gitlab":
Step #5 - "trigger-gitlab": Step #0 - "create-gitlab":   on .terraform/modules/cloud-endpoints-dns-registry/main.tf line 58, in resource "google_endpoints_service" "default":
Step #5 - "trigger-gitlab": Step #0 - "create-gitlab":   58: resource "google_endpoints_service" "default" {
Step #5 - "trigger-gitlab": Step #0 - "create-gitlab":
Step #5 - "trigger-gitlab": Step #0 - "create-gitlab":
Step #5 - "trigger-gitlab": Finished Step #0 - "create-gitlab"
Step #5 - "trigger-gitlab": ERROR
Step #5 - "trigger-gitlab": ERROR: build step 0 "gcr.io/pr-anthos-demo/anthos-platform-installer" failed: step exited with non-zero status: 1
Step #5 - "trigger-gitlab": --------------------------------------------------------------------------------
Step #5 - "trigger-gitlab":
Finished Step #5 - "trigger-gitlab"
ERROR
ERROR: build step 5 "gcr.io/cloud-builders/gcloud" failed: step exited with non-zero status: 1
-------------------------------------------------------------------------------------------------------------------

Simply re-running the setup scripts will usually fix the problem.