From 4ec5cf7a63432048a80187ac008776588f9c33e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Thu, 12 Oct 2023 17:37:12 +0200 Subject: [PATCH] Address feedback (part 2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marko Mudrinić --- .../tools/kubeadm/install-kubeadm.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md index 6d9016e56b9d8..505c6993bf71a 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md @@ -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" >}} @@ -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 @@ -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