关于“了解并综合运用 GKE 自动扩缩策略”的评价
18908 条评价
Matthias M. · 已于 over 3 years前审核
Man C. · 已于 over 3 years前审核
Wong P. · 已于 over 3 years前审核
Naveen C. · 已于 over 3 years前审核
Kancho K. · 已于 over 3 years前审核
NinChun K. · 已于 over 3 years前审核
Samir S. · 已于 over 3 years前审核
Kubes take forever
Bryan S. · 已于 over 3 years前审核
There is an error on task 8: student_02_55c22ab1e077@cloudshell:~ (qwiklabs-gcp-01-59efd08e536f)$ kubectl apply -f pause-pod.yaml deployment.apps/overprovisioning configured error: resource mapping not found for name: "overprovisioning" namespace: "" from "pause-pod.yaml": no matches for kind "PriorityClass" in version "scheduling.k8s.io/v1beta1" ensure CRDs are installed first This has the solutions: https://kubernetes.io/docs/reference/using-api/deprecation-guide/ which is basically replace the content in pause-pod.yaml: to: student_02_55c22ab1e077@cloudshell:~ (qwiklabs-gcp-01-59efd08e536f)$ cat pause-pod.yaml --- apiVersion: scheduling.k8s.io/v1 kind: PriorityClass metadata: name: overprovisioning value: -1 globalDefault: false description: "Priority class used by overprovisioning." --- apiVersion: apps/v1 kind: Deployment metadata: name: overprovisioning namespace: kube-system spec: replicas: 1 selector: matchLabels: run: overprovisioning template: metadata: labels: run: overprovisioning spec: priorityClassName: overprovisioning containers: - name: reserve-resources image: k8s.gcr.io/pause resources: requests: cpu: 1 memory: 4Gi
Marcos Vinicius M. · 已于 over 3 years前审核
HIU PO C. · 已于 over 3 years前审核
Kelven B. · 已于 over 3 years前审核
Kevin A. · 已于 over 3 years前审核
Vrushali P. · 已于 over 3 years前审核
Utkan S. · 已于 over 3 years前审核
parveen j. · 已于 over 3 years前审核
PriorityClass is now in v1 and not v1beta1 after cluster version v1.22. please update tutorial to reflect this for pause pods. See below :) apiVersion: scheduling.k8s.io/v1beta1 kind: PriorityClass metadata: name: overprovisioning value: -1 globalDefault: false description: "Priority class used by overprovisioning."
Raamkanna S. · 已于 over 3 years前审核
there is an outdated script for pause-pod
Kus A. · 已于 over 3 years前审核
Shyam H. · 已于 over 3 years前审核
Wing Chung M. · 已于 over 3 years前审核
Bogdan M. · 已于 over 3 years前审核
Miguel A. · 已于 over 3 years前审核
Avinash P. · 已于 over 3 years前审核
Thang H. · 已于 over 3 years前审核
There is an outdated manifest that prevents pause nodes to create
Jonathan L. · 已于 over 3 years前审核
Carime B. · 已于 over 3 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。