GKE Workload Optimization Reviews
21252 reviews
NISHU T. · Reviewed about 2 years ago
Erion B. · Reviewed about 2 years ago
oguzhan.toy o. · Reviewed about 2 years ago
Aliaksei H. · Reviewed about 2 years ago
Ruben O. · Reviewed about 2 years ago
The instructions are missing the login step to the GKE cluster: $ gcloud container clusters get-credentials test-cluster if you don't do so, you'll get this error: "error: You must be logged in to the server (the server has asked for the client to provide credentials)" Also, in the last section, you need to include the flag: "--delete-emptydir-data" The final command would be: $ for node in $(kubectl get nodes -l cloud.google.com/gke-nodepool=default-pool -o=name); do kubectl drain --force --ignore-daemonsets --delete-emptydir-data --grace-period=10 "$node"; done
Josue V. · Reviewed about 2 years ago
Joko S. · Reviewed about 2 years ago
Russ S. · Reviewed about 2 years ago
ABHISHEK K. · Reviewed about 2 years ago
RANA SUJEET S. · Reviewed about 2 years ago
Paweł G. · Reviewed about 2 years ago
Irfan M. · Reviewed about 2 years ago
siddhi m. · Reviewed about 2 years ago
Sayak C. · Reviewed about 2 years ago
Karol P. · Reviewed about 2 years ago
Nidheesh C. · Reviewed about 2 years ago
Priyabrata M. · Reviewed about 2 years ago
Aivaras S. · Reviewed about 2 years ago
Sameer D. · Reviewed about 2 years ago
Raushan K. · Reviewed about 2 years ago
Bal Kishan R. · Reviewed about 2 years ago
Parthavi D. · Reviewed about 2 years ago
kush a. · Reviewed about 2 years ago
sanchari K. · Reviewed about 2 years ago
The commands in task4 didn't offer the desired results.
Aditya Kumar G. · Reviewed about 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.