From 4ccdc3817dd6131a4a48866b037e165b54678d0f Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Wed, 22 May 2024 14:37:16 -0700 Subject: [PATCH] Updating section Create the Cluster... with removing changed UI items in Rancher and rephrasing steps with new UI fields. Signed-off-by: Sunil Singh --- .../use-windows-clusters/use-windows-clusters.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/use-windows-clusters.md b/docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/use-windows-clusters.md index 67473d0dd17..bbed8637a3a 100644 --- a/docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/use-windows-clusters.md +++ b/docs/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/use-windows-clusters.md @@ -178,18 +178,10 @@ The instructions for creating a Windows cluster on existing nodes are very simil 1. On the **Clusters** page, click **Create**. 1. Click **Custom**. 1. Enter a name for your cluster in the **Cluster Name** field. -1. In the **Kubernetes Version** dropdown menu, select v1.19 or above. -1. In the **Network Provider** field, select **Flannel**. -1. In the **Windows Support** section, click **Enabled**. -1. Optional: After you enable Windows support, you will be able to choose the Flannel backend. There are two network options: [**Host Gateway (L2bridge)**](https://github.com/coreos/flannel/blob/master/Documentation/backends.md#host-gw) and [**VXLAN (Overlay)**](https://github.com/coreos/flannel/blob/master/Documentation/backends.md#vxlan). The default option is **VXLAN (Overlay)** mode. +1. In the **Kubernetes Version** dropdown menu, select a supported Kubernetes version. +1. In the **Container Network** field, select **Calico** or **Flannel**. 1. Click **Next**. -:::note Important: - -For Host Gateway (L2bridge) networking, it's best to use the same Layer 2 network for all nodes. Otherwise, you need to configure the route rules for them. For details, refer to the [documentation on configuring cloud-hosted VM routes.](network-requirements-for-host-gateway.md#cloud-hosted-vm-routes-configuration) You will also need to [disable private IP address checks](network-requirements-for-host-gateway.md#disabling-private-ip-address-checks) if you are using Amazon EC2, Google GCE, or Azure VM. - -::: - ### 3. Add Nodes to the Cluster This section describes how to register your Linux and Worker nodes to your cluster. You will run a command on each node, which will install the Rancher agent and allow Rancher to manage each node.