Understanding and Combining GKE Autoscaling Strategies Reviews
18908 reviews
Matthias M. · Reviewed 3 yıldan fazla ago
Man C. · Reviewed 3 yıldan fazla ago
Wong P. · Reviewed 3 yıldan fazla ago
Naveen C. · Reviewed 3 yıldan fazla ago
Kancho K. · Reviewed 3 yıldan fazla ago
NinChun K. · Reviewed 3 yıldan fazla ago
Samir S. · Reviewed 3 yıldan fazla ago
Kubes take forever
Bryan S. · Reviewed 3 yıldan fazla 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 3 yıldan fazla ago
HIU PO C. · Reviewed 3 yıldan fazla ago
Kelven B. · Reviewed 3 yıldan fazla ago
Kevin A. · Reviewed 3 yıldan fazla ago
Vrushali P. · Reviewed 3 yıldan fazla ago
Utkan S. · Reviewed 3 yıldan fazla ago
parveen j. · Reviewed 3 yıldan fazla 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 3 yıldan fazla ago
there is an outdated script for pause-pod
Kus A. · Reviewed 3 yıldan fazla ago
Shyam H. · Reviewed 3 yıldan fazla ago
Wing Chung M. · Reviewed 3 yıldan fazla ago
Bogdan M. · Reviewed 3 yıldan fazla ago
Miguel A. · Reviewed 3 yıldan fazla ago
Avinash P. · Reviewed 3 yıldan fazla ago
Thang H. · Reviewed 3 yıldan fazla ago
There is an outdated manifest that prevents pause nodes to create
Jonathan L. · Reviewed 3 yıldan fazla ago
Carime B. · Reviewed 3 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.