mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
Document gcloud command used to get container image details
The "gcloud container images describe" command is used to get the SHA256 hash of an image in the staging registry. The SHA256 hash is required for the image promotion process. https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io#image-promoter
This commit is contained in:
@@ -33,6 +33,11 @@ List descheduler image tags in the staging registry.
|
||||
gcloud container images list-tags gcr.io/k8s-staging-descheduler/descheduler
|
||||
```
|
||||
|
||||
Get SHA256 hash for a specific image in the staging registry.
|
||||
```
|
||||
gcloud container images describe gcr.io/k8s-staging-descheduler/descheduler:v20200206-0.9.0-94-ge2a23f284
|
||||
```
|
||||
|
||||
Pull image from the staging registry.
|
||||
```
|
||||
docker pull gcr.io/k8s-staging-descheduler/descheduler:v20200206-0.9.0-94-ge2a23f284
|
||||
|
||||
Reference in New Issue
Block a user