Browse Source

gcloud-container: add describe command (#14227)

Nissaar 4 tháng trước cách đây
mục cha
commit
80f67bbdaa
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      pages/common/gcloud-container.md

+ 4 - 0
pages/common/gcloud-container.md

@@ -23,3 +23,7 @@
 - List tag and digest metadata for a container image:
 
 `gcloud container images list-tags {{image}}`
+
+- Describe an existing cluster for running containers:
+
+`gcloud container clusters describe {{cluster_name}}`