Skip to content

Commit ef3bebf

Browse files
authored
Merge pull request #20116 from hien/hien-patch-1
Update install-kubectl.md
2 parents d8c50a1 + 8ba1410 commit ef3bebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/tools/install-kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You must use a kubectl version that is within one minor version difference of yo
5959
6060
{{< tabs name="kubectl_install" >}}
6161
{{< tab name="Ubuntu, Debian or HypriotOS" codelang="bash" >}}
62-
sudo apt-get update && sudo apt-get install -y apt-transport-https
62+
sudo apt-get update && sudo apt-get install -y apt-transport-https gnupg2
6363
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
6464
echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
6565
sudo apt-get update

0 commit comments

Comments
 (0)