Fix comment

pull/11251/head
Yanshu 2021-05-02 17:51:57 +00:00
parent b2240d1f9e
commit c21000df36
1 changed files with 1 additions and 1 deletions

View File

@ -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