Skip to content

Commit

Permalink
Upgrade eksctl to 0.33.0-rc
Browse files Browse the repository at this point in the history
In order to support spot instances in managed ngs
  • Loading branch information
thinkernel authored Dec 3, 2020
1 parent f7b68da commit 1d60752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RUN set -x && \
mv ./aws-iam-authenticator /usr/local/bin

# Install eksctl
ENV EKSCTL_VERSION=0.33.0-rc.0
RUN set -x && \
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/${EKSCTL_VERSION}/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
mv /tmp/eksctl /usr/local/bin

# Install kubectl
Expand Down

0 comments on commit 1d60752

Please sign in to comment.