Upgrade questoin: Im trying top upgrade a cluster from a version 1.20.0 to 1.2 . . .

Joe:
Upgrade questoin:

Im trying top upgrade a cluster from a version 1.20.0 to 1.20.1; however, when I run the command

apt update
apt-cache madison kubeadm

I dont see the version 1.20.1 in the list. and when I try to upgrade using below

apt-mark unhold kubeadm && \
apt-get update && apt-get install -y kubeadm=1.20.1-00 && \
apt-mark hold kubeadm

I get an error that says “version doesnt exist” or something along those lines. - Has anyone run into this before?

new_day:
check the kubeadm upgarde plan

new_day:
maybe it’s can help as recommendation to upgrade