Skip to content

Commit 9335dcd

Browse files
authored
fix older content of 1.17.x
1 parent 0854666 commit 9335dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ The upgrade workflow at high level is the following:
5050

5151
## Determine which version to upgrade to
5252

53-
1. Find the latest stable 1.17 version:
53+
1. Find the latest stable 1.18 version:
5454

5555
{{< tabs name="k8s_install_versions" >}}
5656
{{% tab name="Ubuntu, Debian or HypriotOS" %}}
5757
apt update
5858
apt-cache madison kubeadm
59-
# find the latest 1.17 version in the list
59+
# find the latest 1.18 version in the list
6060
# it should look like 1.18.x-00, where x is the latest patch
6161
{{% /tab %}}
6262
{{% tab name="CentOS, RHEL or Fedora" %}}
6363
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
6565
# it should look like 1.18.x-0, where x is the latest patch
6666
{{% /tab %}}
6767
{{< /tabs >}}

0 commit comments

Comments
 (0)