mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
fix: use dl.k8s.io, not kubernetes-release bucket
Signed-off-by: Corey <brant742@gmail.com>
This commit is contained in:
parent
27eb607509
commit
b3a3d97596
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ if [[ -n "${KIND_E2E}" ]]; then
|
||||||
if [[ -z "${SKIP_INSTALL}" ]]; then
|
if [[ -z "${SKIP_INSTALL}" ]]; then
|
||||||
BIN="${E2E_DIR}/bin"
|
BIN="${E2E_DIR}/bin"
|
||||||
mkdir -p "${BIN}"
|
mkdir -p "${BIN}"
|
||||||
curl -Lo "${BIN}/kubectl" "https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl" && chmod +x "${BIN}/kubectl"
|
curl -Lo "${BIN}/kubectl" "https://dl.k8s.io/release/${K8S_VERSION}/bin/linux/amd64/kubectl" && chmod +x "${BIN}/kubectl"
|
||||||
curl -Lo "${BIN}/kind" "https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-linux-amd64" && chmod +x "${BIN}/kind"
|
curl -Lo "${BIN}/kind" "https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-linux-amd64" && chmod +x "${BIN}/kind"
|
||||||
export PATH="${BIN}:${PATH}"
|
export PATH="${BIN}:${PATH}"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue