From b482e74b2906b04c865e269616256a653dfb628b Mon Sep 17 00:00:00 2001 From: martyav Date: Thu, 7 Dec 2023 10:06:15 -0500 Subject: [PATCH 1/9] rm deprecation banner from v2.8 --- docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index c99708cecfd..c8bfef2d794 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -187,6 +187,7 @@ module.exports = { 2.8: { label: 'v2.8', path: 'v2.8', + banner: 'none' }, 2.7: { label: 'v2.7', From d54dd35ee1e95479e8d442927110ce0886e57fe3 Mon Sep 17 00:00:00 2001 From: martyav Date: Mon, 11 Dec 2023 12:25:19 -0500 Subject: [PATCH 2/9] update install script as Docker 20.10 is at EOL --- .../installation-requirements/install-docker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 89c45c55e79..77c39eda06a 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,16 +12,16 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 24.0 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/24.0.sh | sh ``` Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: -``` +```bash net.bridge.bridge-nf-call-iptables=1 ``` From cd5105941ebb57f08b1eaa9212c3295d86df3d49 Mon Sep 17 00:00:00 2001 From: martyav Date: Mon, 11 Dec 2023 13:07:58 -0500 Subject: [PATCH 3/9] versioning based on https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/ --- .../installation-requirements/install-docker.md | 2 +- .../installation-requirements/install-docker.md | 8 ++++---- .../installation-requirements/install-docker.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 77c39eda06a..8389a9b9203 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,7 +12,7 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 24.0 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 24.0 on the main Linux distributions such as SUSE Linux Enterprise or Ubuntu: ```bash curl https://releases.rancher.com/install-docker/24.0.sh | sh diff --git a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 89c45c55e79..eee47a11d47 100644 --- a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,16 +12,16 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 23.0 on the main Linux distributions such as Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/23.0.sh | sh ``` Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: -``` +```bash net.bridge.bridge-nf-call-iptables=1 ``` diff --git a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 89c45c55e79..8389a9b9203 100644 --- a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,16 +12,16 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 24.0 on the main Linux distributions such as SUSE Linux Enterprise or Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/24.0.sh | sh ``` Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: -``` +```bash net.bridge.bridge-nf-call-iptables=1 ``` From 10cfafef220dbd8aeab81e11fd04d4ac35a8d584 Mon Sep 17 00:00:00 2001 From: martyav Date: Mon, 11 Dec 2023 12:25:19 -0500 Subject: [PATCH 4/9] update install script as Docker 20.10 is at EOL --- .../installation-requirements/install-docker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 89c45c55e79..77c39eda06a 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,16 +12,16 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 24.0 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/24.0.sh | sh ``` Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: -``` +```bash net.bridge.bridge-nf-call-iptables=1 ``` From fadbedbeefbcf1756ff5d821a0d1f8cd971cf243 Mon Sep 17 00:00:00 2001 From: martyav Date: Mon, 11 Dec 2023 13:07:58 -0500 Subject: [PATCH 5/9] versioning based on https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/ --- .../installation-requirements/install-docker.md | 2 +- .../installation-requirements/install-docker.md | 8 ++++---- .../installation-requirements/install-docker.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 77c39eda06a..8389a9b9203 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,7 +12,7 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 24.0 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 24.0 on the main Linux distributions such as SUSE Linux Enterprise or Ubuntu: ```bash curl https://releases.rancher.com/install-docker/24.0.sh | sh diff --git a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 89c45c55e79..eee47a11d47 100644 --- a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,16 +12,16 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 23.0 on the main Linux distributions such as Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/23.0.sh | sh ``` Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: -``` +```bash net.bridge.bridge-nf-call-iptables=1 ``` diff --git a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 89c45c55e79..8389a9b9203 100644 --- a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,16 +12,16 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 24.0 on the main Linux distributions such as SUSE Linux Enterprise or Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/24.0.sh | sh ``` Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: -``` +```bash net.bridge.bridge-nf-call-iptables=1 ``` From 119fcccc8e2ea2863411d0a6b86090e3cf06ecc8 Mon Sep 17 00:00:00 2001 From: martyav Date: Mon, 11 Dec 2023 15:53:41 -0500 Subject: [PATCH 6/9] generalize, link to support matrix, all versions --- .../installation-requirements/install-docker.md | 8 ++++---- .../installation-requirements/install-docker.md | 10 +++++----- .../installation-requirements/install-docker.md | 10 +++++----- .../installation-requirements/install-docker.md | 10 +++++----- .../installation-requirements/install-docker.md | 8 ++++---- .../installation-requirements/install-docker.md | 8 ++++---- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 8389a9b9203..5a6d308a8a0 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -10,15 +10,15 @@ Docker is required to be installed on nodes where the Rancher server will be ins There are a couple of options for installing Docker. One option is to refer to the [official Docker documentation](https://docs.docker.com/install/) about how to install Docker on Linux. The steps will vary based on the Linux distribution. -Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. +Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. -For example, this command could be used to install Docker 24.0 on the main Linux distributions such as SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install on one of the main Linux distributions, such as SUSE Linux Enterprise or Ubuntu: ```bash -curl https://releases.rancher.com/install-docker/24.0.sh | sh +curl https://releases.rancher.com/install-docker/.sh | sh ``` -Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index f45579204cb..fba331c6acf 100644 --- a/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -10,12 +10,12 @@ Docker is required to be installed on nodes where the Rancher server will be ins There are a couple of options for installing Docker. One option is to refer to the [official Docker documentation](https://docs.docker.com/install/) about how to install Docker on Linux. The steps will vary based on the Linux distribution. -Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. +Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. -For example, this command could be used to install Docker 19.03 on Ubuntu: +For example, this command could be used to install on one of the main Linux distributions, such as SUSE Linux Enterprise or Ubuntu: -``` -curl https://releases.rancher.com/install-docker/19.03.sh | sh +```bash +curl https://releases.rancher.com/install-docker/.sh | sh ``` -Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-4-18/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. diff --git a/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index b179ed49b1e..d97692ea40d 100644 --- a/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -10,12 +10,12 @@ Docker is required to be installed on nodes where the Rancher server will be ins There are a couple of options for installing Docker. One option is to refer to the [official Docker documentation](https://docs.docker.com/install/) about how to install Docker on Linux. The steps will vary based on the Linux distribution. -Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. +Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. -For example, this command could be used to install Docker 20.10 on Ubuntu: +For example, this command could be used to install on one of the main Linux distributions, such as SUSE Linux Enterprise or Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/.sh | sh ``` -Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-5-16/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. diff --git a/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 83f5192180f..eb6c96fca57 100644 --- a/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -10,15 +10,15 @@ Docker is required to be installed on nodes where the Rancher server will be ins There are a couple of options for installing Docker. One option is to refer to the [official Docker documentation](https://docs.docker.com/install/) about how to install Docker on Linux. The steps will vary based on the Linux distribution. -Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. +Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. -For example, this command could be used to install Docker 20.10 on Ubuntu: +For example, this command could be used to install on one of the main Linux distributions, such as SUSE Linux Enterprise or Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/.sh | sh ``` -Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-6-13/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index eee47a11d47..5a6d308a8a0 100644 --- a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -10,15 +10,15 @@ Docker is required to be installed on nodes where the Rancher server will be ins There are a couple of options for installing Docker. One option is to refer to the [official Docker documentation](https://docs.docker.com/install/) about how to install Docker on Linux. The steps will vary based on the Linux distribution. -Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. +Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. -For example, this command could be used to install Docker 23.0 on the main Linux distributions such as Ubuntu: +For example, this command could be used to install on one of the main Linux distributions, such as SUSE Linux Enterprise or Ubuntu: ```bash -curl https://releases.rancher.com/install-docker/23.0.sh | sh +curl https://releases.rancher.com/install-docker/.sh | sh ``` -Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 8389a9b9203..5a6d308a8a0 100644 --- a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -10,15 +10,15 @@ Docker is required to be installed on nodes where the Rancher server will be ins There are a couple of options for installing Docker. One option is to refer to the [official Docker documentation](https://docs.docker.com/install/) about how to install Docker on Linux. The steps will vary based on the Linux distribution. -Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. +Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. -For example, this command could be used to install Docker 24.0 on the main Linux distributions such as SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install on one of the main Linux distributions, such as SUSE Linux Enterprise or Ubuntu: ```bash -curl https://releases.rancher.com/install-docker/24.0.sh | sh +curl https://releases.rancher.com/install-docker/.sh | sh ``` -Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: From dda4b9c89c9c185ade1669a78513fda72b6ab90f Mon Sep 17 00:00:00 2001 From: martyav Date: Mon, 11 Dec 2023 17:21:08 -0500 Subject: [PATCH 7/9] versioning for latest --- .../installation-requirements/install-docker.md | 2 +- .../installation-requirements/install-docker.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 5a6d308a8a0..8e0ce88eccc 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,7 +18,7 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 5a6d308a8a0..200ad5422e4 100644 --- a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,7 +18,7 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-0/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: From 6dd952d0b236cb92b698f801db1dd941b8968aa6 Mon Sep 17 00:00:00 2001 From: martyav Date: Mon, 11 Dec 2023 17:31:05 -0500 Subject: [PATCH 8/9] note about patch version irrelevance --- .../installation-requirements/install-docker.md | 4 +++- .../installation-requirements/install-docker.md | 4 +++- .../installation-requirements/install-docker.md | 4 +++- .../installation-requirements/install-docker.md | 4 +++- .../installation-requirements/install-docker.md | 4 +++- .../installation-requirements/install-docker.md | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 8e0ce88eccc..e71eacd98c8 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,7 +18,9 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. + +To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index fba331c6acf..66e768a4065 100644 --- a/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,4 +18,6 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-4-18/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-4-18/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. + +To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. diff --git a/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index d97692ea40d..dc14a188f00 100644 --- a/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,4 +18,6 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-5-16/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-5-16/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. + +To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. diff --git a/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index eb6c96fca57..2533e629109 100644 --- a/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,7 +18,9 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-6-13/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-6-13/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. + +To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 5a6d308a8a0..f4548200583 100644 --- a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,7 +18,9 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. + +To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 200ad5422e4..5d707d882b0 100644 --- a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,7 +18,9 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-0/) to match a validated Docker version with your operating system and version of Rancher. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-0/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. + +To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: From b75f346558f85ab5d7c22056c9174e12a87cff24 Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Tue, 12 Dec 2023 10:24:35 -0500 Subject: [PATCH 9/9] Apply suggestions from code review Co-authored-by: Billy Tat --- .../installation-requirements/install-docker.md | 4 +--- .../installation-requirements/install-docker.md | 4 +--- .../installation-requirements/install-docker.md | 4 +--- .../installation-requirements/install-docker.md | 4 +--- .../installation-requirements/install-docker.md | 4 +--- .../installation-requirements/install-docker.md | 4 +--- 6 files changed, 6 insertions(+), 18 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index e71eacd98c8..f35e99684d1 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,9 +18,7 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. - -To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists validated Docker versions down to the patch version, only the major and minor version of the release are relevant for the Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 66e768a4065..a364dfc21cb 100644 --- a/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,6 +18,4 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-4-18/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. - -To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-4-18/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists validated Docker versions down to the patch version, only the major and minor version of the release are relevant for the Docker installation scripts. diff --git a/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index dc14a188f00..6db4ec5ccd1 100644 --- a/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.5/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,6 +18,4 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-5-16/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. - -To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-5-16/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists validated Docker versions down to the patch version, only the major and minor version of the release are relevant for the Docker installation scripts. diff --git a/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 2533e629109..ec70f5a9764 100644 --- a/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.6/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,9 +18,7 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-6-13/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. - -To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-6-13/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists validated Docker versions down to the patch version, only the major and minor version of the release are relevant for the Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index f4548200583..41bb3afcbfd 100644 --- a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,9 +18,7 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. - -To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists validated Docker versions down to the patch version, only the major and minor version of the release are relevant for the Docker installation scripts. Note that the following sysctl setting must be applied: diff --git a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 5d707d882b0..9e85b93da0c 100644 --- a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -18,9 +18,7 @@ For example, this command could be used to install on one of the main Linux dist curl https://releases.rancher.com/install-docker/.sh | sh ``` -Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-0/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists Rancher releases down to the patch version, only the major and minor version of the release are relevant for the Rancher installation scripts. - -To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. +Consult the [Rancher support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-0/) to match a validated Docker version with your operating system and version of Rancher. Although the support matrix lists validated Docker versions down to the patch version, only the major and minor version of the release are relevant for the Docker installation scripts. Note that the following sysctl setting must be applied: