Skip to content

Commit 0f2dd8d

Browse files
authored
Update install-kubectl-linux.md
gpg check did not work on RHEL8, seems to be missing an argument.
1 parent 2736724 commit 0f2dd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ name=Kubernetes
160160
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-\$basearch
161161
enabled=1
162162
gpgcheck=1
163-
gpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
163+
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
164164
EOF
165165
sudo yum install -y kubectl
166166
```

0 commit comments

Comments
 (0)