mirror of https://github.com/kubernetes/kops.git
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:
parent
031941cba6
commit
378155bc51
|
@ -34,5 +34,5 @@ cp /go/bin/channels /src/.build/artifacts/
|
||||||
|
|
||||||
# channels uses protokube
|
# channels uses protokube
|
||||||
cd /src/.build/artifacts/
|
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
|
chmod +x kubectl
|
||||||
|
|
Loading…
Reference in New Issue