fix older content of 1.17.x

This commit is contained in:
soolaugust
2020-04-07 16:36:54 +08:00
committed by GitHub
parent 0854666f54
commit 9335dcda91
@@ -50,18 +50,18 @@ The upgrade workflow at high level is the following:
## Determine which version to upgrade to ## Determine which version to upgrade to
1. Find the latest stable 1.17 version: 1. Find the latest stable 1.18 version:
{{< tabs name="k8s_install_versions" >}} {{< tabs name="k8s_install_versions" >}}
{{% tab name="Ubuntu, Debian or HypriotOS" %}} {{% tab name="Ubuntu, Debian or HypriotOS" %}}
apt update apt update
apt-cache madison kubeadm apt-cache madison kubeadm
# find the latest 1.17 version in the list # find the latest 1.18 version in the list
# it should look like 1.18.x-00, where x is the latest patch # it should look like 1.18.x-00, where x is the latest patch
{{% /tab %}} {{% /tab %}}
{{% tab name="CentOS, RHEL or Fedora" %}} {{% tab name="CentOS, RHEL or Fedora" %}}
yum list --showduplicates kubeadm --disableexcludes=kubernetes yum list --showduplicates kubeadm --disableexcludes=kubernetes
# find the latest 1.17 version in the list # find the latest 1.18 version in the list
# it should look like 1.18.x-0, where x is the latest patch # it should look like 1.18.x-0, where x is the latest patch
{{% /tab %}} {{% /tab %}}
{{< /tabs >}} {{< /tabs >}}