@@ -41,7 +41,7 @@ export CHANNELS
4141
4242export KOPS_RUN_TOO_NEW_VERSION=1
4343
44- if [[ -z " ${DISCOVERY_STORE-} " ]]; then
44+ if [[ -z " ${DISCOVERY_STORE-} " ]]; then
4545 DISCOVERY_STORE=" ${KOPS_STATE_STORE-} "
4646fi
4747
@@ -98,7 +98,7 @@ function kops-base-from-marker() {
9898 if [[ " ${1} " =~ ^https: ]]; then
9999 curl -fs " ${1} "
100100 elif [[ " ${1} " == " latest" ]]; then
101- curl -fs " https://storage.googleapis.com/kops-ci/bin /latest-ci-updown-green.txt"
101+ curl -fs " https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master /latest-ci-updown-green.txt"
102102 else
103103 curl -fs " https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/release-${1} /latest-ci.txt"
104104 fi
@@ -107,7 +107,7 @@ function kops-base-from-marker() {
107107# This function will download the latest kops if in a periodic job, otherwise build from the current tree
108108function kops-acquire-latest() {
109109 if [[ " ${JOB_TYPE-} " == " periodic" ]]; then
110- KOPS_BASE_URL=" $( curl -fs https://storage.googleapis.com/kops-ci/bin /latest-ci-updown-green.txt) "
110+ KOPS_BASE_URL=" $( curl -fs https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master /latest-ci-updown-green.txt) "
111111 KOPS=$( kops-download-from-base)
112112 CHANNELS=$( kops-channels-download-from-base)
113113 else
@@ -150,4 +150,4 @@ function kops-up() {
150150 --create-args=" ${create_args} " \
151151 --control-plane-count=" ${KOPS_CONTROL_PLANE_COUNT:- 1} " \
152152 --template-path=" ${KOPS_TEMPLATE-} "
153- }
153+ }
0 commit comments