Hacker News new | ask | show | jobs
by pbarnes_1 3281 days ago
Can you guys please add this to the default VPC for people?

For whatever reason every other region is there already but not this.

I can't create GCE instances because it's missing the subnet and you can't add a subnet to the default VPC.

  $ gcloud compute networks describe default
  autoCreateSubnetworks: true
  creationTimestamp: '2017-06-11T21:02:YY.XXX-07:00'
  description: Default network for the project
  id: 'XXX'
  kind: compute#network
  name: default
  selfLink: https://www.googleapis.com/compute/v1/projects/project/global/networks/default
  subnetworks:
  - https://www.googleapis.com/compute/v1/projects/project/regions/asia-east1/subnetworks/default
  - https://www.googleapis.com/compute/v1/projects/project/regions/us-east4/subnetworks/default
  - https://www.googleapis.com/compute/v1/projects/project/regions/europe-west2/subnetworks/default
  - https://www.googleapis.com/compute/v1/projects/project/regions/us-east1/subnetworks/default
  - https://www.googleapis.com/compute/v1/projects/project/regions/asia-southeast1/subnetworks/default
  - https://www.googleapis.com/compute/v1/projects/project/regions/us-west1/subnetworks/default
  - https://www.googleapis.com/compute/v1/projects/project/regions/asia-northeast1/subnetworks/default
  - https://www.googleapis.com/compute/v1/projects/project/regions/us-central1/subnetworks/default
  - https://www.googleapis.com/compute/v1/projects/project/regions/europe-west1/subnetworks/default
  x_gcloud_mode: auto
1 comments

GCP support here. We're aware of some users hitting this, it's an artifact of how the new regions are published to existing projects. This should be resolved for all users by the end of the day (Sydney time).

In the meantime, try these workarounds:

* Create a new project, it should work off the bat

* Create a manual network and explicitly add the subnetworks you want