kubernetes-sigs / kubetest2

Kubetest2 is the framework for launching and running end-to-end tests on Kubernetes.
Apache License 2.0
325 stars 105 forks source link

fix: remove reference to kubernetes-release bucket #228

Closed rjsadow closed 1 year ago

rjsadow commented 1 year ago

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

There are still references to gs://kubernetes-release which is being replaced with a fully community-owned bucket. However the new bucket does not support listing and finding files in a similar fashion to gsutil ls. This change points users towards the kubernetes release page to locate appropriate versions.

ref: https://github.com/kubernetes/k8s.io/issues/2396

richackard commented 1 year ago

/approve /lgtm

rjsadow commented 1 year ago

/assign @spiffxp

MushuEE commented 1 year ago

/lgtm /approve

k8s-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MushuEE, richackard, rjsadow

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-sigs/kubetest2/blob/master/OWNERS)~~ [MushuEE] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment