-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathERRORS_CLUSTER.txt
14 lines (8 loc) · 3.45 KB
/
ERRORS_CLUSTER.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
Create Cluster Success
"WARNING: Starting in 1.12, default node pools in new clusters will have their legacy Compute Engine instance metadata endpoints disabled by default. To create a cluster with legacy instance metadata endpoints disabled in the default node pool, run `clusters create` with the flag `--metadata disable-legacy-endpoints=true`.\nWARNING: The Pod address range limits the maximum size of the cluster. Please refer to https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr to learn how to optimize IP address allocation.\nThis will enable the autorepair feature for nodes. Please see https://cloud.google.com/kubernetes-engine/docs/node-auto-repair for more information on node autorepairs.\nCreating cluster upayan-loyalty-cluster in asia-southeast1-b...\n........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done.\nCreated [https://container.googleapis.com/v1beta1/projects/busy-burglar/zones/asia-southeast1-b/clusters/upayan-loyalty-cluster].\nTo inspect the contents of your cluster, go to: https://console.cloud.google.com/kubernetes/workload_/gcloud/asia-southeast1-b/upayan-loyalty-cluster?project=busy-burglar\nkubeconfig entry generated for upayan-loyalty-cluster.\nNAME LOCATION MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS\nupayan-loyalty-cluster asia-southeast1-b 1.14.10-gke.17 35.240.168.95 n1-standard-1 1.14.10-gke.17 8 RUNNING\n"
Create Cluster when it exists Already
ERROR: (gcloud.beta.container.clusters.create) ResponseError: code=409, message=Already exists: projects/busy-burglar/zones/asia-southeast1-b/clusters/test-k8-1.
Create New Cluster when one exists due to insufficient IN_USE_ADDRESSES
ERROR: (gcloud.beta.container.clusters.create) ResponseError: code=403, message=
(1) insufficient regional quota to satisfy request: resource "CPUS": request requires '8.0' and is short '8.0'. project has a quota of '8.0'with '0.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=busy-burglar
(2) insufficient regional quota to satisfy request: resource "IN_USE_ADDRESSES": request requires '8.0' and is short '8.0'. project has a quota of '8.0' with '0.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=busy-burglar.