We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error occurred while running the ./run-install.sh $PROJECT-ID in google cloud shell.
./run-install.sh $PROJECT-ID
Error: googleapi: Error 400: Project "xxxx-xxx-xxxxxx" has no network named "default". Details: [ { "@type": "type.googleapis.com/google.rpc.RequestInfo", "requestId": "0xddec4f552739326d" } ] , badRequest on cluster.tf line 13, in resource "google_container_cluster" "cloud-robotics": 13: resource "google_container_cluster" "cloud-robotics" { terraform apply failed
The text was updated successfully, but these errors were encountered:
Looks like some GC default changed. Googling for the error lead me to: https://cloud.google.com/anthos-config-management/docs/how-to/troubleshoot-config-controller
If you run:
gcloud compute networks create default --subnet-mode=auto
and then retry, does that help?
Sorry, something went wrong.
No branches or pull requests
The following error occurred while running the
./run-install.sh $PROJECT-ID
in google cloud shell.The text was updated successfully, but these errors were encountered: