From c265825166f91599e6103e40032a4a01dcec77d2 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Fri, 22 May 2020 11:33:45 -0500 Subject: [PATCH] Add URL For Viewing Staging Registry This newly documented URL can be used to view the descheduler staging registry in a web browser. This is easier to browse if the gcloud command is not available. --- docs/release-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-guide.md b/docs/release-guide.md index f50ddf611..d462fd748 100644 --- a/docs/release-guide.md +++ b/docs/release-guide.md @@ -27,6 +27,9 @@ ## Notes See [post-descheduler-push-images dashboard](https://testgrid.k8s.io/sig-scheduling#post-descheduler-push-images) for staging registry image build job status. +View the descheduler staging registry using [this URL](https://console.cloud.google.com/gcr/images/k8s-staging-descheduler/GLOBAL/descheduler) in a web browser +or use the below `gcloud` commands. + List images in staging registry. ``` gcloud container images list --repository gcr.io/k8s-staging-descheduler