Merge pull request #42584 from windsonsea/linuxne
Fix a typo * in upgrading-linux-nodes.mdpull/42594/head
commit
7716c54455
|
@ -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 %}}
|
||||
|
|
Loading…
Reference in New Issue