[es] Update install-kubectl-linux.md

pull/41526/head
Arhell 2023-06-08 00:35:38 +03:00
parent fec6281fe8
commit 635fceead1
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-\$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOF
yum install -y kubectl
{{< /tab >}}