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: update to kind 0.9, support Kubernetes 1.19 #107

Closed pohly closed 4 years ago

pohly commented 4 years ago

/kind cleanup

What this PR does / why we need it:

The new kind release adds support for recent Kubernetes releases like 1.19 and simplifies configuration of feature gates.

With Kubernetes 1.19, new feature gates were introduced which might become relevant for the alpha Prow jobs.

Does this PR introduce a user-facing change?:

kind updated to 0.9, Kubernetes 1.19 supported
k8s-ci-robot commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pohly

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)~~ [pohly] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
pohly commented 4 years ago

/assign @msau42

This is a copy of https://github.com/kubernetes-csi/external-provisioner/pull/493 minus the alpha gates for older Kubernetes releases.

msau42 commented 4 years ago

/lgtm