diff --git a/templates/test/ci/cluster-template-prow-ci-version.yaml b/templates/test/ci/cluster-template-prow-ci-version.yaml index c335c9a5980..767160786f9 100644 --- a/templates/test/ci/cluster-template-prow-ci-version.yaml +++ b/templates/test/ci/cluster-template-prow-ci-version.yaml @@ -123,7 +123,7 @@ spec: echo "* testing CI version $$CI_VERSION" # Check for semver if [[ "$${CI_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - CI_URL="gs://kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" VERSION_WITHOUT_PREFIX="${CI_VERSION#v}" DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - @@ -137,9 +137,9 @@ spec: DEBIAN_FRONTEND=noninteractive apt-get install -y $$CI_PACKAGE=$$PACKAGE_VERSION done else - CI_URL="gs://k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" if ! $${GSUTIL} ls "$${CI_URL}" > /dev/null; then - CI_URL="gs://k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" fi for CI_PACKAGE in "$${PACKAGES_TO_TEST[@]}"; do echo "* downloading binary: $$CI_URL/$$CI_PACKAGE" @@ -311,7 +311,7 @@ spec: echo "* testing CI version $$CI_VERSION" # Check for semver if [[ "$${CI_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - CI_URL="gs://kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" VERSION_WITHOUT_PREFIX="${CI_VERSION#v}" DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - @@ -325,9 +325,9 @@ spec: DEBIAN_FRONTEND=noninteractive apt-get install -y $$CI_PACKAGE=$$PACKAGE_VERSION done else - CI_URL="gs://k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" if ! $${GSUTIL} ls "$${CI_URL}" > /dev/null; then - CI_URL="gs://k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" fi for CI_PACKAGE in "$${PACKAGES_TO_TEST[@]}"; do echo "* downloading binary: $$CI_URL/$$CI_PACKAGE" diff --git a/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml b/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml index a5d60bbb1f2..0edcb58b76f 100644 --- a/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml +++ b/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml @@ -123,7 +123,7 @@ spec: echo "* testing CI version $$CI_VERSION" # Check for semver if [[ "$${CI_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - CI_URL="gs://kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" VERSION_WITHOUT_PREFIX="${CI_VERSION#v}" DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - @@ -137,9 +137,9 @@ spec: DEBIAN_FRONTEND=noninteractive apt-get install -y $$CI_PACKAGE=$$PACKAGE_VERSION done else - CI_URL="gs://k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" if ! $${GSUTIL} ls "$${CI_URL}" > /dev/null; then - CI_URL="gs://k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" fi for CI_PACKAGE in "$${PACKAGES_TO_TEST[@]}"; do echo "* downloading binary: $$CI_URL/$$CI_PACKAGE" @@ -313,7 +313,7 @@ spec: echo "* testing CI version $$CI_VERSION" # Check for semver if [[ "$${CI_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - CI_URL="gs://kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" VERSION_WITHOUT_PREFIX="${CI_VERSION#v}" DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - @@ -327,9 +327,9 @@ spec: DEBIAN_FRONTEND=noninteractive apt-get install -y $$CI_PACKAGE=$$PACKAGE_VERSION done else - CI_URL="gs://k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" if ! $${GSUTIL} ls "$${CI_URL}" > /dev/null; then - CI_URL="gs://k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" fi for CI_PACKAGE in "$${PACKAGES_TO_TEST[@]}"; do echo "* downloading binary: $$CI_URL/$$CI_PACKAGE" diff --git a/templates/test/ci/patches/control-plane-ci-version.yaml b/templates/test/ci/patches/control-plane-ci-version.yaml index 10840e0713f..9e922073e0a 100644 --- a/templates/test/ci/patches/control-plane-ci-version.yaml +++ b/templates/test/ci/patches/control-plane-ci-version.yaml @@ -44,7 +44,7 @@ spec: echo "* testing CI version $$CI_VERSION" # Check for semver if [[ "$${CI_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - CI_URL="gs://kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" VERSION_WITHOUT_PREFIX="${CI_VERSION#v}" DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - @@ -58,9 +58,9 @@ spec: DEBIAN_FRONTEND=noninteractive apt-get install -y $$CI_PACKAGE=$$PACKAGE_VERSION done else - CI_URL="gs://k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" if ! $${GSUTIL} ls "$${CI_URL}" > /dev/null; then - CI_URL="gs://k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" fi for CI_PACKAGE in "$${PACKAGES_TO_TEST[@]}"; do echo "* downloading binary: $$CI_URL/$$CI_PACKAGE" diff --git a/templates/test/ci/prow-ci-version/patches/machine-deployment-ci-version.yaml b/templates/test/ci/prow-ci-version/patches/machine-deployment-ci-version.yaml index 52ad190d7e6..9068571f3ed 100644 --- a/templates/test/ci/prow-ci-version/patches/machine-deployment-ci-version.yaml +++ b/templates/test/ci/prow-ci-version/patches/machine-deployment-ci-version.yaml @@ -42,7 +42,7 @@ spec: echo "* testing CI version $$CI_VERSION" # Check for semver if [[ "$${CI_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - CI_URL="gs://kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" VERSION_WITHOUT_PREFIX="${CI_VERSION#v}" DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - @@ -56,9 +56,9 @@ spec: DEBIAN_FRONTEND=noninteractive apt-get install -y $$CI_PACKAGE=$$PACKAGE_VERSION done else - CI_URL="gs://k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" if ! $${GSUTIL} ls "$${CI_URL}" > /dev/null; then - CI_URL="gs://k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" fi for CI_PACKAGE in "$${PACKAGES_TO_TEST[@]}"; do echo "* downloading binary: $$CI_URL/$$CI_PACKAGE" diff --git a/templates/test/ci/prow-machine-pool-ci-version/patches/machine-pool-ci-version.yaml b/templates/test/ci/prow-machine-pool-ci-version/patches/machine-pool-ci-version.yaml index 98f788230cd..16025014445 100644 --- a/templates/test/ci/prow-machine-pool-ci-version/patches/machine-pool-ci-version.yaml +++ b/templates/test/ci/prow-machine-pool-ci-version/patches/machine-pool-ci-version.yaml @@ -40,7 +40,7 @@ spec: echo "* testing CI version $$CI_VERSION" # Check for semver if [[ "$${CI_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - CI_URL="gs://kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/kubernetes-release/release/$$CI_VERSION/bin/linux/amd64" VERSION_WITHOUT_PREFIX="${CI_VERSION#v}" DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - @@ -54,9 +54,9 @@ spec: DEBIAN_FRONTEND=noninteractive apt-get install -y $$CI_PACKAGE=$$PACKAGE_VERSION done else - CI_URL="gs://k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci-periodic/$$CI_VERSION/bin/linux/amd64" if ! $${GSUTIL} ls "$${CI_URL}" > /dev/null; then - CI_URL="gs://k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" + CI_URL="dl.k8s.io/k8s-release-dev/ci/$$CI_VERSION/bin/linux/amd64" fi for CI_PACKAGE in "$${PACKAGES_TO_TEST[@]}"; do echo "* downloading binary: $$CI_URL/$$CI_PACKAGE"