Understanding and Combining GKE Autoscaling Strategies Reviews

18907 reviews

Man C. · Reviewed over 3 years ago

Wong P. · Reviewed over 3 years ago

Naveen C. · Reviewed over 3 years ago

Kancho K. · Reviewed over 3 years ago

NinChun K. · Reviewed over 3 years ago

Samir S. · Reviewed over 3 years ago

Kubes take forever

Bryan S. · Reviewed over 3 years ago

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. · Reviewed over 3 years ago

HIU PO C. · Reviewed over 3 years ago

Kelven B. · Reviewed over 3 years ago

Kevin A. · Reviewed over 3 years ago

Vrushali P. · Reviewed over 3 years ago

Utkan S. · Reviewed over 3 years ago

parveen j. · Reviewed over 3 years ago

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. · Reviewed over 3 years ago

there is an outdated script for pause-pod

Kus A. · Reviewed over 3 years ago

Shyam H. · Reviewed over 3 years ago

Wing Chung M. · Reviewed over 3 years ago

Bogdan M. · Reviewed over 3 years ago

Miguel A. · Reviewed over 3 years ago

Avinash P. · Reviewed over 3 years ago

Thang H. · Reviewed over 3 years ago

There is an outdated manifest that prevents pause nodes to create

Jonathan L. · Reviewed over 3 years ago

Carime B. · Reviewed over 3 years ago

井佑香里 平. · Reviewed over 3 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.