You are creating a Google Kubernetes Engine (GKE) cluster and run this command: The command fails with the error: You want to resolve the issue. What should you do?
A.
Request additional GKE quota in the GCP Console.
B.
Request additional Compute Engine quota in the GCP Console.
C.
Open a support case to request additional GKE quota.
D.
Decouple services in the cluster, and rewrite new clusters to function with fewer cores.
The issue with the command for creating the Google Kubernetes Engine (GKE) cluster is that it fails due to insufficient regional quota for CPUs. GKE clusters utilize Compute Engine resources, so when you encounter a quota issue like this, it is related to the Compute Engine quotas, not directly to GKE.
To resolve the issue, you should: B. Request additional Compute Engine quota in the GCP Console.
Compute Engine quotas are set per region and include resources like CPUs, GPUs, and disk. When you create a GKE cluster, you're actually creating Compute Engine instances that will serve as nodes for the cluster. If your project doesn't have enough quota for the CPUs required to create the cluster, you need to request additional quota for CPUs in the relevant region.
Option A is incorrect because the error message mentions Compute Engine quota, not GKE quota. Option C is incorrect because you can request additional quota through the GCP Console, rather than opening a support case. Option D is not a solution to the issue, as it does not address the shortage of Compute Engine quota.
Correct answer B: you should request additional Compute Engine quota in the GCP Console.
https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture:
"A cluster typically has one or more nodes, which are the worker machines that run your containerized applications and other workloads. The individual machines are Compute Engine VM instances that GKE creates on your behalf when you create a cluster."
Error message mentions "CPU" so this would refer to Compute Engine VMs
Answer is B
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
santoshchauhan
7 months, 3 weeks ago__rajan__
1 year, 1 month agoomermahgoub
1 year, 9 months agoExamTopiczz
2 years agohello_code
2 years agobrunoguzzo18
2 years, 2 months agotomato123
2 years, 2 months agoruben82
2 years, 5 months agoherocc
2 years, 9 months agoParagSanyashiv
2 years, 9 months agosyu31svc
3 years, 4 months agodonchick
3 years, 10 months agosaurabh1805
3 years, 11 months ago