use madison instead of policy (#18558)

This commit is contained in:
kvaps
2020-01-09 10:55:46 +01:00
committed by Kubernetes Prow Robot
parent 70be30e86e
commit 391eef3c2f
@@ -52,7 +52,7 @@ The upgrade workflow at high level is the following:
{{< 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 policy kubeadm apt-cache madison kubeadm
# find the latest 1.17 version in the list # find the latest 1.17 version in the list
# it should look like 1.17.x-00, where x is the latest patch # it should look like 1.17.x-00, where x is the latest patch
{{% /tab %}} {{% /tab %}}