We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5ba13 commit dffb967Copy full SHA for dffb967
content/en/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes.md
@@ -41,7 +41,7 @@ apt-mark hold kubeadm
41
{{% /tab %}}
42
{{% tab name="CentOS, RHEL or Fedora" %}}
43
```shell
44
-# replace x in {{< skew currentVersion >}}.x- with the latest patch version
+# replace x in {{< skew currentVersion >}}.x-* with the latest patch version
45
yum install -y kubeadm-'{{< skew currentVersion >}}.x-*' --disableexcludes=kubernetes
46
```
47
0 commit comments