Merge pull request #42584 from windsonsea/linuxne

Fix a typo * in upgrading-linux-nodes.md
pull/42594/head
Kubernetes Prow Robot 2023-08-16 16:31:51 -07:00 committed by GitHub
commit 7716c54455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %}}