Skip to content

Commit 762e22d

Browse files
authored
Merge pull request #184 from pohly/image-publishing-troubleshooting
SIDECAR_RELEASE_PROCESS.md: add troubleshooting for image publishing
2 parents 31aa44d + 81e26c3 commit 762e22d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

SIDECAR_RELEASE_PROCESS.md

+23
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,29 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
100100
and [k/k
101101
in-tree](https://github.com/kubernetes/kubernetes/tree/HEAD/test/e2e/testing-manifests/storage-csi/hostpath/hostpath)
102102

103+
### Troubleshooting
104+
105+
#### Image build jobs
106+
107+
The following jobs are triggered after tagging to produce the corresponding
108+
image(s):
109+
https://k8s-testgrid.appspot.com/sig-storage-image-build
110+
111+
Clicking on a failed build job opens that job in https://prow.k8s.io. Next to
112+
the job title is a rerun icon (circle with arrow). Clicking it opens a popup
113+
with a "rerun" button that maintainers with enough permissions can use. If in
114+
doubt, ask someone on #sig-release to rerun the job.
115+
116+
Another way to rerun a job is to search for it in https://prow.k8s.io and click
117+
the rerun icon in the resulting job list:
118+
https://prow.k8s.io/?job=canary-csi-test-push-images
119+
120+
#### Verify images
121+
122+
Canary and staged images can be viewed at https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage
123+
124+
Promoted images can be viewed at https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/us/sig-storage
125+
103126
## Adding support for a new Kubernetes release
104127

105128
1. Add the new release to `k8s_versions` in

0 commit comments

Comments
 (0)