GoogleCloudPlatform / gke-gitops-tutorial-cloudbuild

GitOps-style Continuous Delivery For Kubernetes Engine With Cloud Build
https://cloud.google.com/kubernetes-engine/docs/tutorials/gitops-cloud-build
Apache License 2.0
119 stars 106 forks source link

wrong region in cloudbuild-delivery.yaml file #10

Closed gabriel131188 closed 2 years ago

gabriel131188 commented 2 years ago

After performing the lab 2 times and support insisting on checking other points, I found that the error was just the region that was wrong, after changing:

--region="us-central1"

for

--region="us-central1-b"

the lab worked 100%.

Please, update the file "cloudbuild-delivery.yaml" in region.

Best Regards, Gabriel D. Albuquerque

MrTrustor commented 2 years ago

Hi,

I think that the issue you are referring to was recently fixed with #9. Are you using the latest version of this repository? If not, can you retry with the latest version?

Thank you

gabriel131188 commented 2 years ago

Perfect, i did this lab "https://googlecourses.qwiklabs.com/course_sessions/520107/labs/102000", but now url doesnt open for me.

The git clone command should be pointing to a specific tag and not the most up-to-date one. Thanks for the quick feedback.

gabriel131188 commented 2 years ago

The problem was in the course that performed the clone command by pointing out a tag where the region was missing the zone. lab: https://googlecourses.qwiklabs.com/course_sessions/520107/labs/102000