Skip to content
New issue

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

Error 400: Project "xxxx-xxx-xxxxxx" has no network named "default". #339

Open
eastflag opened this issue Feb 21, 2024 · 1 comment
Open

Comments

@eastflag
Copy link

eastflag commented Feb 21, 2024

The following error occurred while running the ./run-install.sh $PROJECT-ID in google cloud shell.

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
@ensonic
Copy link
Contributor

ensonic commented Feb 21, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants