GKE Workload Optimization Reviews
21268 reviews
The content is interesting. But the nodes wouldn't drain because of this error: error: unable to drain node "gke-test-cluster-default-pool-524ca45b-hv36" due to error:cannot delete Pods with local storage (use --delete-emptydir-data to override): gmp-system/alertmanager-0, continuing command... There are pending nodes to be drained: I got them to drain by using the flag mentioned in the error: --delete-emptydir-data. But this seemed to effect the PDB as draining the nodes with the PDB in place just kept one Pod available even thoug --min-available 4. Not sure why this happened. Maybe adding --delete-emptydir-data resulted in some kube-system pod that's needed for PDB got removed
Ciaran T. · Reviewed over 2 years ago
Francisco C. · Reviewed over 2 years ago
Sakshi T. · Reviewed over 2 years ago
Bhakti J. · Reviewed over 2 years ago
Rushikesh V. · Reviewed over 2 years ago
Raluca D. · Reviewed over 2 years ago
Laboratorio não funciona o Cloud Shell, não consegui fazer.
Mauricio C. · Reviewed over 2 years ago
Bhakti J. · Reviewed over 2 years ago
Bastien L. · Reviewed over 2 years ago
Allan I. · Reviewed over 2 years ago
Rupa J. · Reviewed over 2 years ago
Eduardo M. · Reviewed over 2 years ago
Manoj K. · Reviewed over 2 years ago
Jason E. · Reviewed over 2 years ago
Daniel S. · Reviewed over 2 years ago
anoud m. · Reviewed over 2 years ago
Apurva V. · Reviewed over 2 years ago
Francisco C. · Reviewed over 2 years ago
Dhanabal V. · Reviewed over 2 years ago
Sakshi T. · Reviewed over 2 years ago
Tai D. · Reviewed over 2 years ago
Sabato G. · Reviewed over 2 years ago
Harsh D. · Reviewed over 2 years ago
Locusta web page didn't opened in my ingonito browser (it worked on mobile phone). To let work drai command I had to add -delete-emptydir-data flag: for node in $(kubectl get nodes -l cloud.google.com/gke-nodepool=default-pool -o=name); do kubectl drain --delete-emptydir-data --force --ignore-daemonsets --grace-period=10 "$node"; done
Giovanni B. · Reviewed over 2 years ago
Again it's worth being clearer that the reason it appears you have failed some steps is that you just need to wait.
Ben B. · Reviewed over 2 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.