Skip to content

Commit 5489795

Browse files
authored
Merge pull request #44439 from steve-hardman/fix-yum-step
Fix typo in instruction for Kubernetes repository configuration on CentOS/RHEL/Fedora
2 parents fbd2a0f + 242296a commit 5489795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/change-package-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ version.
189189
```
190190
[kubernetes]
191191
name=Kubernetes
192-
baseurl=https://pkgs.k8s.io/core:/stable:/v{{< param "version" >}}/rpm/
192+
baseurl=https://pkgs.k8s.io/core:/stable:/{{< param "version" >}}/rpm/
193193
enabled=1
194194
gpgcheck=1
195-
gpgkey=https://pkgs.k8s.io/core:/stable:/v{{< param "version" >}}/rpm/repodata/repomd.xml.key
195+
gpgkey=https://pkgs.k8s.io/core:/stable:/{{< param "version" >}}/rpm/repodata/repomd.xml.key
196196
exclude=kubelet kubeadm kubectl cri-tools kubernetes-cni
197197
```
198198

0 commit comments

Comments
 (0)