Fix a typo * in upgrading-linux-nodes.md

This commit is contained in:
Michael 2023-08-16 21:31:59 +08:00
parent 5d5ba138a0
commit dffb9673b2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ apt-mark hold kubeadm
{{% /tab %}}
{{% tab name="CentOS, RHEL or Fedora" %}}
```shell
# replace x in {{< skew currentVersion >}}.x- with the latest patch version
# replace x in {{< skew currentVersion >}}.x-* with the latest patch version
yum install -y kubeadm-'{{< skew currentVersion >}}.x-*' --disableexcludes=kubernetes
```
{{% /tab %}}