From 4c76df8c306ab553e29212664443e26d0c89d10e Mon Sep 17 00:00:00 2001 From: Brian Almeida Date: Wed, 28 Jan 2026 10:26:39 -0500 Subject: [PATCH 1/2] Update instructions for deploying Rancher server Removing "please install Rancher on a separate server" as it is confusing for customers Signed-off-by: Brian Almeida --- docs/rancher/rancher-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rancher/rancher-integration.md b/docs/rancher/rancher-integration.md index 5381e16d672..e88c5ea4fef 100644 --- a/docs/rancher/rancher-integration.md +++ b/docs/rancher/rancher-integration.md @@ -31,7 +31,7 @@ For the network requirements, please refer to the doc [here](../install/requirem ## Deploying Rancher server -To use Rancher with Harvester, please install Rancher on a separate server. If you want to try out the integration features, you can create a VM in Harvester and install the Rancher server by following the [Helm CLI quick start](https://ranchermanager.docs.rancher.com/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli). +To use Rancher with Harvester, you can create a VM in Harvester and install the Rancher server by following the [Helm CLI quick start](https://ranchermanager.docs.rancher.com/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli). For production setup, please follow [Deploying Rancher Server document](https://ranchermanager.docs.rancher.com/getting-started/quick-start-guides/deploy-rancher-manager) to deploy and provision Rancher and a Kubernetes cluster with the provider of your choice. From d360aa4885746f5bcb90c978ec389296f5d5f0f3 Mon Sep 17 00:00:00 2001 From: Brian Almeida Date: Wed, 28 Jan 2026 11:24:17 -0500 Subject: [PATCH 2/2] Update instructions for deploying Rancher server Made changes to promote using three nodes instead of a single node. Signed-off-by: Brian Almeida --- docs/rancher/rancher-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rancher/rancher-integration.md b/docs/rancher/rancher-integration.md index e88c5ea4fef..802c5c94e52 100644 --- a/docs/rancher/rancher-integration.md +++ b/docs/rancher/rancher-integration.md @@ -31,7 +31,7 @@ For the network requirements, please refer to the doc [here](../install/requirem ## Deploying Rancher server -To use Rancher with Harvester, you can create a VM in Harvester and install the Rancher server by following the [Helm CLI quick start](https://ranchermanager.docs.rancher.com/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli). +To use Rancher with Harvester, you can create a HA setup with three VMs in Harvester and install the Rancher server by following the [Helm CLI quick start](https://ranchermanager.docs.rancher.com/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli). For production setup, please follow [Deploying Rancher Server document](https://ranchermanager.docs.rancher.com/getting-started/quick-start-guides/deploy-rancher-manager) to deploy and provision Rancher and a Kubernetes cluster with the provider of your choice.