Merge "Update kubectl v1.5.4 to v1.11.0"
This commit is contained in:
commit
2829f36360
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user