Topic 1 Question 28
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?Request additional GKE quota in the GCP Console.
Request additional Compute Engine quota in the GCP Console.
Open a support case to request additional GKE quota.
Decouple services in the cluster, and rewrite new clusters to function with fewer cores.
ユーザの投票
コメント(11)
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
👍 4syu31svc2021/06/25- 正解だと思う選択肢: B
The GKE node are Compute Engine instances, so if you need more CPUs you need to ask more quota of these.
Asnwer is B for me.
👍 4brunoguzzo182022/08/22 Correct answer would be B, as its for number of node,
👍 3saurabh18052020/11/08
シャッフルモード