Skip to content

Commit

Permalink
Upgrade kubectl for e2e tests (#1550)
Browse files Browse the repository at this point in the history
Work on #1478
  • Loading branch information
markmandel authored May 14, 2020
1 parent 67eb60c commit ea6c070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/e2e-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz && \
ENV PATH /usr/local/go/bin:/go/bin:$PATH

# install kubectl without gcloud as we want the last version
ENV KUBECTL_VER 1.14.10
ENV KUBECTL_VER 1.15.11
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl && \
chmod go+rx ./kubectl && \
mv ./kubectl /usr/local/bin/kubectl
Expand Down

0 comments on commit ea6c070

Please sign in to comment.