Skip to content

Commit

Permalink
Merge pull request kubernetes#48608 from rotimislaw/patch-1
Browse files Browse the repository at this point in the history
Add advice about checking package repository source (RPM)
  • Loading branch information
k8s-ci-robot authored Jan 26, 2025
2 parents f364b58 + 73a4126 commit d6efe6a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ sudo yum list --showduplicates kubeadm --disableexcludes=kubernetes
{{% /tab %}}
{{< /tabs >}}

If you don't see the version you expect to upgrade to, [verify if the Kubernetes package repositories are used.](/docs/tasks/administer-cluster/kubeadm/change-package-repository/#verifying-if-the-kubernetes-package-repositories-are-used)

## Upgrading control plane nodes

The upgrade procedure on control plane nodes should be executed one node at a time.
Expand Down Expand Up @@ -337,4 +339,4 @@ these backup files will need to be cleared manually.
`kubeadm upgrade node` does the following on worker nodes:

- Fetches the kubeadm `ClusterConfiguration` from the cluster.
- Upgrades the kubelet configuration for this node.
- Upgrades the kubelet configuration for this node.

0 comments on commit d6efe6a

Please sign in to comment.