kubernetes-csi / csi-release-tools

shared build and test files used by kubernetes-csi projects
Apache License 2.0
22 stars 73 forks source link

prow.sh: tag master images with a large version number #22

Closed msau42 closed 5 years ago

msau42 commented 5 years ago

kind checks kubernetes tagged versions to figure out which config to use. For master builds, tag a large version so that kind will look for the latest config versions.

Tested master alpha clusters in https://github.com/kubernetes-csi/csi-driver-host-path/pull/74

Tag master binaries with v999.999.999 so that kind will use the latest kubeadm config
k8s-ci-robot commented 5 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msau42

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-csi/csi-release-tools/blob/master/OWNERS)~~ [msau42] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
msau42 commented 5 years ago

/assign @pohly