use madison instead of policy (#18558)

pull/18561/head
kvaps 2020-01-09 10:55:46 +01:00 committed by Kubernetes Prow Robot
parent 70be30e86e
commit 391eef3c2f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ The upgrade workflow at high level is the following:
{{< tabs name="k8s_install_versions" >}}
{{% tab name="Ubuntu, Debian or HypriotOS" %}}
apt update
apt-cache policy kubeadm
apt-cache madison kubeadm
# find the latest 1.17 version in the list
# it should look like 1.17.x-00, where x is the latest patch
{{% /tab %}}