You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,8 @@ sudo yum list --showduplicates kubeadm --disableexcludes=kubernetes
113
113
{{% /tab %}}
114
114
{{< /tabs >}}
115
115
116
+
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)
117
+
116
118
## Upgrading control plane nodes
117
119
118
120
The upgrade procedure on control plane nodes should be executed one node at a time.
@@ -337,4 +339,4 @@ these backup files will need to be cleared manually.
337
339
`kubeadm upgrade node` does the following on worker nodes:
338
340
339
341
- Fetches the kubeadm `ClusterConfiguration` from the cluster.
340
-
- Upgrades the kubelet configuration for this node.
342
+
- Upgrades the kubelet configuration for this node.
0 commit comments