Hi everyone,
I am new to this community, and hope to find help for the following problem:
Related Topics: Setting up Kubeflow on GCP → Deploying Management Cluster
Problem statement:
I am following the tutorial on Deploying Management cluster | Kubeflow on Google Cloud Platform
and when I get to the part
make create-cluster
I get an error for SSD quote issue: “SSD_TOTAL_GB”: request requires ‘300.0’ and is short ‘50.0’. project has a quota of ‘250.0’ with ‘250.0’ available"
Thus I change the location from region: us-east1 to zone: us-east1-c
but then I get another error
(gcloud.anthos.config.controller.create) PERMISSION_DENIED: Location us-east1-c is not found or access is unauthorized.
May I get any tips from you?