Open jihokim2 opened 5 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
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?