From 378155bc51ad7d5b2718cbc9f2b8408b97521b5d Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sat, 1 Jul 2017 12:05:39 -0400 Subject: [PATCH] Lock kubectl version Going with 1.6 because the compatability guarantees should cover us for 1.4 - 1.8, AIUI. --- images/protokube-builder/onbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/protokube-builder/onbuild.sh b/images/protokube-builder/onbuild.sh index 12474eb6a85a8..4f925a093a55a 100755 --- a/images/protokube-builder/onbuild.sh +++ b/images/protokube-builder/onbuild.sh @@ -34,5 +34,5 @@ cp /go/bin/channels /src/.build/artifacts/ # channels uses protokube cd /src/.build/artifacts/ -curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl +curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.6.6/bin/linux/amd64/kubectl chmod +x kubectl