(3) GKE interface with gcloud
(3) GKE interface with gcloud
Identify Node images using Google cloud
gcloud
- Command
1 2 3
gcloud container node-pools list \ --cluster=CLUSTER_NAME \ --format="table(name,version,config.imageType)"
- Output ``` NAME NODE_VERSION IMAGE_TYPE default-pool 1.19.6-gke.600 UBUNTU
kubectl
참고
This post is licensed under CC BY 4.0 by the author.