skip to content
Alvin Lucillo

Node version not updated after upgrade

/ 1 min read

Once you upgraded kubeadm and the node, you must perform the following restarts:

sudo systemctl daemon-reload
sudo systemctl restart kubelet

After that, query all nodes again to check their versions: k get nodes