Lock kubectl version

Going with 1.6 because the compatability guarantees should cover us for
1.4 - 1.8, AIUI.
This commit is contained in:
Justin Santa Barbara 2017-07-01 12:05:39 -04:00
parent 031941cba6
commit 378155bc51
1 changed files with 1 additions and 1 deletions

View File

@ -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