mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:55:24 +02:00
gcloud-container: add describe command (#14227)
This commit is contained in:
parent
906e54cc14
commit
80f67bbdaa
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue