From c21000df364dfd1852b0e2e24f086ece39918be1 Mon Sep 17 00:00:00 2001 From: Yanshu Date: Sun, 2 May 2021 17:51:57 +0000 Subject: [PATCH] Fix comment --- deploy/prow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/prow/Dockerfile b/deploy/prow/Dockerfile index 5a80817f39..7a99642b02 100644 --- a/deploy/prow/Dockerfile +++ b/deploy/prow/Dockerfile @@ -75,7 +75,7 @@ RUN echo "Installing Packages ..." \ && echo "Ensuring Legacy Iptables ..." \ && update-alternatives --set iptables /usr/sbin/iptables-legacy \ && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy \ - && echo "Ensuring Legacy Iptables ..." \ + && echo "Installing Kubectl ..." \ && curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" \ && chmod +x ./kubectl \ && cp kubectl /usr/local/bin