Skip to content

Commit dffb967

Browse files
committed
Fix a typo * in upgrading-linux-nodes.md
1 parent 5d5ba13 commit dffb967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ apt-mark hold kubeadm
4141
{{% /tab %}}
4242
{{% tab name="CentOS, RHEL or Fedora" %}}
4343
```shell
44-
# replace x in {{< skew currentVersion >}}.x- with the latest patch version
44+
# replace x in {{< skew currentVersion >}}.x-* with the latest patch version
4545
yum install -y kubeadm-'{{< skew currentVersion >}}.x-*' --disableexcludes=kubernetes
4646
```
4747
{{% /tab %}}

0 commit comments

Comments
 (0)