Skip to content

Commit

Permalink
Address feedback
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 2d9f884 commit 054ec5f
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ This page shows how to install the `kubeadm` toolbox.
For information on how to create a cluster with kubeadm once you have performed this installation process,
see the [Creating a cluster with kubeadm](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) page.

This installation guide is for Kubernetes {{< skew currentVersion >}}. If you want to use a different
Kubernetes version, please refer to the following pages instead:

- [Installing kubeadm for Kubernetes {{< skew currentVersionAddMinor -1 "." >}}](https://v{{< skew currentVersionAddMinor -1 "-" >}}.docs.kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
- [Installing kubeadm for Kubernetes {{< skew currentVersionAddMinor -2 "." >}}](https://v{{< skew currentVersionAddMinor -2 "-" >}}.docs.kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
- [Installing kubeadm for Kubernetes {{< skew currentVersionAddMinor -3 "." >}}](https://v{{< skew currentVersionAddMinor -3 "-" >}}.docs.kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
- [Installing kubeadm for Kubernetes {{< skew currentVersionAddMinor -4 "." >}}](https://v{{< skew currentVersionAddMinor -4 "-" >}}.docs.kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)

## {{% heading "prerequisites" %}}

* A compatible Linux host. The Kubernetes project provides generic instructions for Linux distributions
Expand Down Expand Up @@ -165,8 +173,8 @@ for more details.

{{< note >}}
There's a dedicated package repository for each Kubernetes minor version. If you want to install
a minor verson different than {{< skew currentVersion >}}, please see the installation guide for
your desired minor version. The new package repositories support Kubernetes releases starting
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.
{{< /note >}}

Expand All @@ -192,7 +200,7 @@ 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
add another repository that has the URL with your desired Kubernetes minor version.
change the Kubernetes minor version in URL to match your desired minor version.

```shell
# This overwrites any existing configuration in /etc/apt/sources.list.d/kubernetes.list
Expand Down Expand Up @@ -239,8 +247,8 @@ settings that are not supported by kubeadm.
not upgraded upon running `yum update` as there's a special procedure that
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 add another repository that has
the URL with your desired Kubernetes minor version.
Kubernetes minor versions, you need to change the Kubernetes minor version
in URLs to match your desired minor version.
```shell
# This overwrites any existing configuration in /etc/yum.repos.d/kubernetes.repo
Expand Down

0 comments on commit 054ec5f

Please sign in to comment.