apt-mark hold not set on kubernetes installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kubernetes (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Not a bug in Ubuntu per se, but the Ubuntu installer behavior creates bugs in the Kubernetes cluster over time.
When upgrading a minor release of Kubernetes (K8s), it's essential to run post-installation upgrade scripts on the cluster in order to bring it up-to-date with the most recent kubeadm version installed by Ubuntu. The way that it stands today, upgrading Ubuntu 18.04 LTS to keep up with patches will also automatically upgrade Kubernetes without the operator knowing that they need to take further action to bring the cluster in line with the newest minor version of K8s. If you look at the official K8s upgrade instructions for Ubuntu at https:/
Thanks.
ubuntu@
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Oh, additionally... Though I've never marked any package for hold until now, I'm assuming that `apt-get upgrade` would warn that it's skipping a new package that's on hold, thereby allowing me to see that a new version is available that I can chose to upgrade when I'm ready. If not, that's ok, because I can manually check available package versions if I need to. Putting a hold on the package at initial installation would be a life-saver and would have saved me many, many hours tracking down this issue