Skip to content

Commit

Permalink
Address feedback (part 2)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii committed Oct 12, 2023
1 parent 054ec5f commit 4ec5cf7
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ for more details.
{{< note >}}
There's a dedicated package repository for each Kubernetes minor version. If you want to install
a minor version other than {{< skew currentVersion >}}, please see the installation guide for
your desired minor version. The new package repositories support Kubernetes versions starting
with v1.24.0.
your desired minor version. The official Kubernetes package repositories provide downloads for
Kubernetes versions starting with v1.24.0.
{{< /note >}}

{{< tabs name="k8s_install" >}}
Expand All @@ -200,7 +200,9 @@ These instructions are for Kubernetes {{< skew currentVersion >}}.

3. Add the appropriate Kubernetes `apt` repository. Please note that this repository have packages
only for Kubernetes {{< skew currentVersion >}}; for other Kubernetes minor versions, you need to
change the Kubernetes minor version in URL to match your desired minor version.
change the Kubernetes minor version in the URL to match your desired minor version
(you should also check that you are reading the documentation for the version of Kubernetes
that you plan to install).

```shell
# This overwrites any existing configuration in /etc/apt/sources.list.d/kubernetes.list
Expand Down Expand Up @@ -248,7 +250,9 @@ settings that are not supported by kubeadm.
must be followed for upgrading Kubernetes. Please note that this repository
have packages only for Kubernetes {{< skew currentVersion >}}; for other
Kubernetes minor versions, you need to change the Kubernetes minor version
in URLs to match your desired minor version.
in the URL to match your desired minor version (you should also check that
you are reading the documentation for the version of Kubernetes that you
plan to install).
```shell
# This overwrites any existing configuration in /etc/yum.repos.d/kubernetes.repo
Expand Down

0 comments on commit 4ec5cf7

Please sign in to comment.