Skip to content

Commit 4cbc4ab

Browse files
authored
Merge pull request #43905 from xmudrii/follow-up-43522
Additional clarifications for changing package repository
2 parents 4c66da4 + 4163d74 commit 4cbc4ab

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/change-package-repository.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,28 @@ weight: 120
66

77
<!-- overview -->
88

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
1011
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 >}}
1431

1532
## {{% heading "prerequisites" %}}
1633

0 commit comments

Comments
 (0)