Update kubectl v1.5.4 to v1.11.0

Change-Id: I51c4a4a139e87fd82f411d07683f62453889de9a
This commit is contained in:
chenming 2018-07-31 14:26:06 +08:00 committed by Marcin Juszkiewicz
parent 98a946f9d5
commit 841961d4a7
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ RUN apt-get update \
{% macro install_kubectl() %}
# TODO(mandre) check for file integrity instead of downloading from an HTTPS source
RUN curl -o /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.5.4/bin/linux/{{debian_arch}}/kubectl \
RUN curl -o /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/{{debian_arch}}/kubectl \
&& chmod 755 /usr/bin/kubectl
{% endmacro %}