Set up the network
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
gcloud compute networks create care-vpc --project=$PROJECT --subnet-mode=custom --mtu=1460 --bgp-routing-mode=regionalgcloud compute networks subnets create cluster-snet --project=$PROJRCT --range=10.0.0.0/16 --stack-type=IPV4_ONLY --network=care-vpc --region=asia-south1 --enable-private-ip-google-accessgcloud compute addresses create pip-care --project=$PROJECT --region=asia-south1