Skip to content

Commit d8a2530

Browse files
authored
Merge pull request kubernetes-csi#95 from msau42/add-release-process
Add steps on promoting release images
2 parents 0345a83 + 843bddc commit d8a2530

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SIDECAR_RELEASE_PROCESS.md

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
8686
[external-provisioner example](https://github.com/kubernetes-csi/external-provisioner/releases/new)
8787
1. If release was a new major/minor version, create a new `release-<minor>`
8888
branch at that commit.
89+
1. Check [image build status](https://k8s-testgrid.appspot.com/sig-storage-image-build).
90+
1. Promote images from k8s-staging-sig-storage to k8s.gcr.io/sig-storage. From
91+
the [k8s image
92+
repo](https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage),
93+
run `./generate.sh > images.yaml`, and send a PR with the updated images.
94+
Once merged, the image promoter will copy the images from staging to prod.
8995
1. Update [kubernetes-csi/docs](https://github.com/kubernetes-csi/docs) sidecar
9096
and feature pages with the new released version.
9197
1. After all the sidecars have been released, update

0 commit comments

Comments
 (0)