googledatalab / datalab

Interactive tools and developer experiences for Big Data on Google Cloud Platform.
Apache License 2.0
974 stars 249 forks source link

I tried datalab create, but I meet Project blocked #2115

Open jihokim2 opened 5 years ago

jihokim2 commented 5 years ago

Hello, I want to use datalab.

But I command 'datalab create datalab-jiho-test' but they answer 'Creating the network datalab-network

ERROR: (gcloud.compute.networks.create) Could not fetch resource:

I don't know what I do. Can you help me?

abhinay1112 commented 2 years ago

Create subnet in the host project-:

gcloud compute networks create elastifile-support --subnet-mode custom

Define subnet region and range in the host project-:

gcloud compute networks subnets create elastifile-central1 --network elastifile-support --region us-central1 --range

Save account credentials for the custom subnet to file-:

gcloud beta compute networks subnets get-iam-policy elastifile-central1 --project support-team-a --format json > subnet-policy.json