Skip to content

Commit

Permalink
Upgrade to Kops 1.8.0, Kubectl 1.8.7 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Jan 19, 2018
1 parent f4c1c1f commit cddfe7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ RUN curl --fail -sSL -O https://releases.hashicorp.com/terraform/${TERRAFORM_VER
&& mv terraform /usr/local/bin

# Install kubectl
ENV KUBERNETES_VERSION 1.7.10
ENV KUBERNETES_VERSION 1.8.7
RUN curl --fail -sSL -O https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl \
&& mv kubectl /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& kubectl completion bash > /etc/bash_completion.d/kubectl.sh

# Install kops
ENV KOPS_VERSION 1.7.1
ENV KOPS_VERSION 1.8.0
ENV KOPS_STATE_STORE s3://undefined
ENV KOPS_STATE_STORE_REGION us-east-1
ENV AWS_SDK_LOAD_CONFIG=1
Expand Down

0 comments on commit cddfe7c

Please sign in to comment.