From 59ae74a0568954d53f6090a3b60126062157a87b Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 20 Sep 2022 14:08:43 -0700 Subject: [PATCH] Port rancher/docs#4283: Give mention to 'Rancher Support Matrix' on installing RKE based on Rancher version --- .../air-gapped-helm-cli-install/install-kubernetes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-kubernetes.md b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-kubernetes.md index 80767ac9618..9d239348d19 100644 --- a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-kubernetes.md +++ b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-kubernetes.md @@ -296,6 +296,12 @@ We will create a Kubernetes cluster using Rancher Kubernetes Engine (RKE). Befor Install RKE by following the instructions in the [RKE documentation.](https://rancher.com/docs/rke/latest/en/installation/) +:::note + +Certified version(s) of RKE based on the Rancher version can be found in the [Rancher Support Matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/). + +::: + ### 2. Create an RKE Config File From a system that can access ports 22/TCP and 6443/TCP on the Linux host node(s) that you set up in a previous step, use the sample below to create a new file named `rancher-cluster.yml`.