From d809302b9215a9251dd13cc2abf6ef3854030333 Mon Sep 17 00:00:00 2001 From: William Davis Date: Thu, 31 Jul 2025 13:31:13 -0500 Subject: [PATCH 1/4] Update sidebars.js (#4) --- sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index 9e8047f1396..619156fb600 100644 --- a/sidebars.js +++ b/sidebars.js @@ -781,7 +781,7 @@ const sidebars = { id: "how-to-guides/advanced-user-guides/enable-experimental-features/enable-experimental-features", }, items: [ - "how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64", + "how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64-mixed-architecture", "how-to-guides/advanced-user-guides/enable-experimental-features/unsupported-storage-drivers", "how-to-guides/advanced-user-guides/enable-experimental-features/istio-traffic-management-features", "how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery", From 4e937f8739ea34a96ff88ecf5a5ffa77460dec80 Mon Sep 17 00:00:00 2001 From: William Davis Date: Thu, 31 Jul 2025 14:19:33 -0500 Subject: [PATCH 2/4] Update rancher-on-arm64.md (#5) --- .../rancher-on-arm64.md | 23 ++----------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md b/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md index bb2066421d5..5da6ac4dad9 100644 --- a/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md +++ b/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md @@ -1,5 +1,5 @@ --- -title: "Running on ARM64 (Experimental)" +title: "Running on ARM64 Mixed Architecture (Experimental)" --- @@ -8,35 +8,16 @@ title: "Running on ARM64 (Experimental)" :::caution -Running on an ARM64 platform is currently an experimental feature and is not yet officially supported in Rancher. Therefore, we do not recommend using ARM64 based nodes in a production environment. +Running on an ARM64 mixed architecture platform is currently an experimental feature and is not yet officially supported in Rancher. Therefore, we do not recommend using ARM64 mixed architecture based nodes in a production environment. ::: The following options are available when using an ARM64 platform: -- Running Rancher on ARM64 based node(s) - - Only for Docker Install. Please note that the following installation command replaces the examples found in the [Docker Install link](../../../getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker/rancher-on-a-single-node-with-docker.md): - - ``` - # In the last line `rancher/rancher:vX.Y.Z`, be certain to replace "X.Y.Z" with a released version in which ARM64 builds exist. For example, if your matching version is v2.5.8, you would fill in this line with `rancher/rancher:v2.5.8`. - docker run -d --restart=unless-stopped \ - -p 80:80 -p 443:443 \ - --privileged \ - rancher/rancher:vX.Y.Z - ``` - -:::note - -To check if your specific released version is compatible with the ARM64 architecture, you may navigate to your version's release notes in the following two ways: - -- Manually find your version using https://github.com/rancher/rancher/releases. -- Go directly to your version using the tag and the specific version number. If you plan to use v2.5.8, for example, you may navigate to https://github.com/rancher/rancher/releases/tag/v2.5.8. - ::: - Create custom cluster and adding ARM64 based node(s) - Kubernetes cluster version must be 1.12 or higher - - CNI Network Provider must be [Flannel](../../../faq/container-network-interface-providers.md#flannel) - Importing clusters that contain ARM64 based nodes - Kubernetes cluster version must be 1.12 or higher From 9ee0363d7f1c9ab5e2e924581efd8738d03a24eb Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Tue, 7 Oct 2025 09:52:52 -0700 Subject: [PATCH 3/4] Updating the sidebars.js file to original state, updating rancher-on-arm64.md files for latest/v2.12 with changes. Signed-off-by: Sunil Singh --- .../rancher-on-arm64.md | 4 +-- sidebars.js | 2 +- .../rancher-on-arm64.md | 27 +++---------------- 3 files changed, 5 insertions(+), 28 deletions(-) diff --git a/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md b/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md index 5da6ac4dad9..2c81ac8fdbd 100644 --- a/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md +++ b/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md @@ -14,14 +14,12 @@ Running on an ARM64 mixed architecture platform is currently an experimental fea The following options are available when using an ARM64 platform: -::: - - Create custom cluster and adding ARM64 based node(s) - Kubernetes cluster version must be 1.12 or higher - Importing clusters that contain ARM64 based nodes - Kubernetes cluster version must be 1.12 or higher -Depending on your cluster provisioning refer to [RKE2 cluster configuration options](../../../reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration.md) or [K3s cluster configuration options](../../../reference-guides/cluster-configuration/rancher-server-configuration/k3s-cluster-configuration.md) for more information. +Please refer to the [Cluster Configuration documentation](../../../reference-guides/cluster-configuration/cluster-configuration.md) for cluster options and configuration information. The following features are not tested: diff --git a/sidebars.js b/sidebars.js index 619156fb600..9e8047f1396 100644 --- a/sidebars.js +++ b/sidebars.js @@ -781,7 +781,7 @@ const sidebars = { id: "how-to-guides/advanced-user-guides/enable-experimental-features/enable-experimental-features", }, items: [ - "how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64-mixed-architecture", + "how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64", "how-to-guides/advanced-user-guides/enable-experimental-features/unsupported-storage-drivers", "how-to-guides/advanced-user-guides/enable-experimental-features/istio-traffic-management-features", "how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery", diff --git a/versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md b/versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md index bb2066421d5..2c81ac8fdbd 100644 --- a/versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md +++ b/versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md @@ -1,5 +1,5 @@ --- -title: "Running on ARM64 (Experimental)" +title: "Running on ARM64 Mixed Architecture (Experimental)" --- @@ -8,39 +8,18 @@ title: "Running on ARM64 (Experimental)" :::caution -Running on an ARM64 platform is currently an experimental feature and is not yet officially supported in Rancher. Therefore, we do not recommend using ARM64 based nodes in a production environment. +Running on an ARM64 mixed architecture platform is currently an experimental feature and is not yet officially supported in Rancher. Therefore, we do not recommend using ARM64 mixed architecture based nodes in a production environment. ::: The following options are available when using an ARM64 platform: -- Running Rancher on ARM64 based node(s) - - Only for Docker Install. Please note that the following installation command replaces the examples found in the [Docker Install link](../../../getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker/rancher-on-a-single-node-with-docker.md): - - ``` - # In the last line `rancher/rancher:vX.Y.Z`, be certain to replace "X.Y.Z" with a released version in which ARM64 builds exist. For example, if your matching version is v2.5.8, you would fill in this line with `rancher/rancher:v2.5.8`. - docker run -d --restart=unless-stopped \ - -p 80:80 -p 443:443 \ - --privileged \ - rancher/rancher:vX.Y.Z - ``` - -:::note - -To check if your specific released version is compatible with the ARM64 architecture, you may navigate to your version's release notes in the following two ways: - -- Manually find your version using https://github.com/rancher/rancher/releases. -- Go directly to your version using the tag and the specific version number. If you plan to use v2.5.8, for example, you may navigate to https://github.com/rancher/rancher/releases/tag/v2.5.8. - -::: - - Create custom cluster and adding ARM64 based node(s) - Kubernetes cluster version must be 1.12 or higher - - CNI Network Provider must be [Flannel](../../../faq/container-network-interface-providers.md#flannel) - Importing clusters that contain ARM64 based nodes - Kubernetes cluster version must be 1.12 or higher -Depending on your cluster provisioning refer to [RKE2 cluster configuration options](../../../reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration.md) or [K3s cluster configuration options](../../../reference-guides/cluster-configuration/rancher-server-configuration/k3s-cluster-configuration.md) for more information. +Please refer to the [Cluster Configuration documentation](../../../reference-guides/cluster-configuration/cluster-configuration.md) for cluster options and configuration information. The following features are not tested: From 7bc347e34bd431843f0aff4459b4d892a18b98cc Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Tue, 7 Oct 2025 11:13:00 -0700 Subject: [PATCH 4/4] Reverting line 22 change as was already updated for RKE1 removal Signed-off-by: Sunil Singh --- .../enable-experimental-features/rancher-on-arm64.md | 2 +- .../enable-experimental-features/rancher-on-arm64.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md b/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md index 2c81ac8fdbd..a7da226c92d 100644 --- a/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md +++ b/docs/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md @@ -19,7 +19,7 @@ The following options are available when using an ARM64 platform: - Importing clusters that contain ARM64 based nodes - Kubernetes cluster version must be 1.12 or higher -Please refer to the [Cluster Configuration documentation](../../../reference-guides/cluster-configuration/cluster-configuration.md) for cluster options and configuration information. +Depending on your cluster provisioning refer to [RKE2 cluster configuration options](../../../reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration.md) or [K3s cluster configuration options](../../../reference-guides/cluster-configuration/rancher-server-configuration/k3s-cluster-configuration.md) for more information. The following features are not tested: diff --git a/versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md b/versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md index 2c81ac8fdbd..a7da226c92d 100644 --- a/versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md +++ b/versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md @@ -19,7 +19,7 @@ The following options are available when using an ARM64 platform: - Importing clusters that contain ARM64 based nodes - Kubernetes cluster version must be 1.12 or higher -Please refer to the [Cluster Configuration documentation](../../../reference-guides/cluster-configuration/cluster-configuration.md) for cluster options and configuration information. +Depending on your cluster provisioning refer to [RKE2 cluster configuration options](../../../reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration.md) or [K3s cluster configuration options](../../../reference-guides/cluster-configuration/rancher-server-configuration/k3s-cluster-configuration.md) for more information. The following features are not tested: