unhold the binaries on the worker nodes during upgrade (#14708)

This commit is contained in:
RA489
2019-06-05 04:21:53 +05:30
committed by Kubernetes Prow Robot
parent aa9384eb19
commit 2ca9136ef6
2 changed files with 5 additions and 0 deletions
@@ -285,8 +285,10 @@ A possible workaround is described [here](https://github.com/kubernetes/kubeadm/
{{< tabs name="k8s_kubelet_and_kubeadm" >}}
{{% tab name="Ubuntu, Debian or HypriotOS" %}}
# replace x in 1.13.x-00 with the latest patch version
apt-mark unhold kubelet kubeadm
apt-get update
apt-get install -y kubelet=1.13.x-00 kubeadm=1.13.x-00
apt-mark hold kubelet kubeadm
{{% /tab %}}
{{% tab name="CentOS, RHEL or Fedora" %}}
# replace x in 1.13.x-0 with the latest patch version