Added kubectl install to wsl-setup.org

This commit is contained in:
2019-12-13 11:32:20 +00:00
parent e9ddfe5ff2
commit f21558af02

View File

@ -76,8 +76,8 @@
# Import the Google Cloud public key:
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
# Update and install the Cloud SDK:
sudo apt-get update && sudo apt-get install google-cloud-sdk
# Update then install the Google Cloud SDK & kubectl:
sudo apt-get update && sudo apt-get install google-cloud-sdk kubectl
#+END_SRC