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.
1 parent 6d1cc3d commit 3a799fcCopy full SHA for 3a799fc
content/hi/docs/tasks/tools/install-kubectl-linux.md
@@ -135,7 +135,7 @@ baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
135
enabled=1
136
gpgcheck=1
137
repo_gpgcheck=1
138
-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
139
EOF
140
yum install -y kubectl
141
{{< /tab >}}
0 commit comments