-
Notifications
You must be signed in to change notification settings - Fork 737
Add kubernetes packages to package manager exclude lists #954
Copy link
Copy link
Closed
kubernetes/website
#9509Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/critical-urgentHighest priority. Must be actively worked on as someone's top priority right now.Highest priority. Must be actively worked on as someone's top priority right now.
Milestone
Description
Currently the installation docs do not mention that the kubernetes packages should not be upgraded out of sync with a cluster upgrade using kubeadm.
We need to update the docs to:
- Explicitly warn users not to upgrade the kube* packages outside of running an explicit cluster upgrade using kubeadm
- Instruct users to exclude kube* packages from updates
- on deb systems add the packages to the dpkg hold list
- on rpm systems add the package to the yum/dnf excludes
- Update the upgrade instructions to tell users how to override the package hold/excludes set in the install docs
Reactions are currently unavailable
Metadata
Metadata
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/critical-urgentHighest priority. Must be actively worked on as someone's top priority right now.Highest priority. Must be actively worked on as someone's top priority right now.