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-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,6 @@ sudo apt update
101
101
sudo apt-cache madison kubeadm
102
102
```
103
103
104
-
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)
105
-
106
104
{{% /tab %}}
107
105
{{% tab name="CentOS, RHEL or Fedora" %}}
108
106
@@ -113,6 +111,9 @@ sudo yum list --showduplicates kubeadm --disableexcludes=kubernetes
113
111
```
114
112
115
113
{{% /tab %}}
114
+
115
+
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)
0 commit comments