File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,29 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
100
100
and [ k/k
101
101
in-tree] ( https://github.com/kubernetes/kubernetes/tree/HEAD/test/e2e/testing-manifests/storage-csi/hostpath/hostpath )
102
102
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
+
103
126
## Adding support for a new Kubernetes release
104
127
105
128
1 . Add the new release to ` k8s_versions ` in
You can’t perform that action at this time.
0 commit comments