GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

"make cluster" surfaces an error when the cluster doesn't already exist #129

Open adamdkane opened 4 years ago

adamdkane commented 4 years ago

"make cluster" does an idempotency check on whether the cluster being created already exists or not. In the case that the cluster doesn't already exist, it surfaces a 404 Error to the user. The command still completes successfully, but it's a confusing user experience.