We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8c50a1 + 8ba1410 commit ef3bebfCopy full SHA for ef3bebf
content/en/docs/tasks/tools/install-kubectl.md
@@ -59,7 +59,7 @@ You must use a kubectl version that is within one minor version difference of yo
59
60
{{< tabs name="kubectl_install" >}}
61
{{< tab name="Ubuntu, Debian or HypriotOS" codelang="bash" >}}
62
-sudo apt-get update && sudo apt-get install -y apt-transport-https
+sudo apt-get update && sudo apt-get install -y apt-transport-https gnupg2
63
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
64
echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
65
sudo apt-get update
0 commit comments