mirror of https://github.com/kubernetes/kops.git
Fix nodeup_url - adding .s3
This commit is contained in:
parent
ad5f18a423
commit
3d7a22c03b
|
@ -75,7 +75,7 @@ cd $KOPS_DIRECTORY/..
|
|||
GIT_VER=git-$(git describe --always)
|
||||
[ -z "$GIT_VER" ] && echo "we do not have GIT_VER something is very wrong" && exit 1;
|
||||
|
||||
NODEUP_URL="https://${NODEUP_BUCKET}.amazonaws.com/kops/${GIT_VER}/linux/amd64/nodeup"
|
||||
NODEUP_URL="https://${NODEUP_BUCKET}.s3.amazonaws.com/kops/${GIT_VER}/linux/amd64/nodeup"
|
||||
|
||||
echo ==========
|
||||
echo "Starting build"
|
||||
|
|
Loading…
Reference in New Issue