Como entender e combinar estratégias de escalonamento automático do GKE avaliações
18908 avaliações
Matthias M. · Revisado há over 3 years
Man C. · Revisado há over 3 years
Wong P. · Revisado há over 3 years
Naveen C. · Revisado há over 3 years
Kancho K. · Revisado há over 3 years
NinChun K. · Revisado há over 3 years
Samir S. · Revisado há over 3 years
Kubes take forever
Bryan S. · Revisado há 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. · Revisado há over 3 years
HIU PO C. · Revisado há over 3 years
Kelven B. · Revisado há over 3 years
Kevin A. · Revisado há over 3 years
Vrushali P. · Revisado há over 3 years
Utkan S. · Revisado há over 3 years
parveen j. · Revisado há 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. · Revisado há over 3 years
there is an outdated script for pause-pod
Kus A. · Revisado há over 3 years
Shyam H. · Revisado há over 3 years
Wing Chung M. · Revisado há over 3 years
Bogdan M. · Revisado há over 3 years
Miguel A. · Revisado há over 3 years
Avinash P. · Revisado há over 3 years
Thang H. · Revisado há over 3 years
There is an outdated manifest that prevents pause nodes to create
Jonathan L. · Revisado há over 3 years
Carime B. · Revisado há over 3 years
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.