File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,18 +50,18 @@ The upgrade workflow at high level is the following:
50
50
51
51
## Determine which version to upgrade to
52
52
53
- 1 . Find the latest stable 1.17 version:
53
+ 1 . Find the latest stable 1.18 version:
54
54
55
55
{{< tabs name="k8s_install_versions" >}}
56
56
{{% tab name="Ubuntu, Debian or HypriotOS" %}}
57
57
apt update
58
58
apt-cache madison kubeadm
59
- # find the latest 1.17 version in the list
59
+ # find the latest 1.18 version in the list
60
60
# it should look like 1.18.x-00, where x is the latest patch
61
61
{{% /tab %}}
62
62
{{% tab name="CentOS, RHEL or Fedora" %}}
63
63
yum list --showduplicates kubeadm --disableexcludes=kubernetes
64
- # find the latest 1.17 version in the list
64
+ # find the latest 1.18 version in the list
65
65
# it should look like 1.18.x-0, where x is the latest patch
66
66
{{% /tab %}}
67
67
{{< /tabs >}}
You can’t perform that action at this time.
0 commit comments