File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,28 @@ weight: 120
6
6
7
7
<!-- overview -->
8
8
9
- This page explains how to enable a package repository for a new Kubernetes minor release
9
+ This page explains how to enable a package repository for the desired
10
+ Kubernetes minor release upon upgrading a cluster. This is only needed
10
11
for users of the community-owned package repositories hosted at ` pkgs.k8s.io ` .
11
- Unlike the legacy package repositories, the community-owned package repositories are
12
- structured in a way that there's a dedicated package repository for each Kubernetes
13
- minor version.
12
+ Unlike the legacy package repositories, the community-owned package
13
+ repositories are structured in a way that there's a dedicated package
14
+ repository for each Kubernetes minor version.
15
+
16
+ {{< note >}}
17
+ This guide only covers a part of the Kubernetes upgrade process. Please see the
18
+ [ upgrade guide] ( /docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/ ) for
19
+ more information about upgrading Kubernetes clusters.
20
+ {{</ note >}}
21
+
22
+ {{< note >}}
23
+ This step is only needed upon upgrading a cluster to another ** minor** release.
24
+ If you're upgrading to another patch release within the same minor release (e.g.
25
+ v{{< skew currentVersion >}}.5 to v{{< skew currentVersion >}}.7), you don't
26
+ need to follow this guide. However, if you're still using the legacy package
27
+ repositories, you'll need to migrate to the new community-owned package
28
+ repositories before upgrading (see the next section for more details on how to
29
+ do this).
30
+ {{</ note >}}
14
31
15
32
## {{% heading "prerequisites" %}}
16
33
You can’t perform that action at this time.
0 commit comments