From 3461771a1bc52ed5de03b8c8760c2c21226633c4 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 24 Mar 2022 10:28:03 -0700 Subject: [PATCH] Update content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md Co-authored-by: divya-mohan0209 --- .../deployment/quickstart-manual-setup/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md b/content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md index 0672d6118f7..b620fde38fa 100644 --- a/content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md +++ b/content/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/_index.md @@ -54,7 +54,7 @@ scp root@:/etc/rancher/k3s/k3s.yaml $env:USERPROFILE\.kube\ ## Edit the Rancher server URL in the kubeconfig -In the kubeconfig file, the server directive is defined as `localhost`. You will need to change the server directive from `localhost` to `:6443`. (The Kubernetes API server will be reached at port 6443, while the Rancher server will be reached at ports 80 and 443.) This edit is needed so that when you run Helm or kubectl commands from your local workstation, you will be able to communicate with the Kubernetes cluster that Rancher will be installed on. +In the kubeconfig file, the server directive is defined as `localhost`. You will need to change the server directive from `localhost` to `:6443`. The Kubernetes API server will be reached at port 6443, while the Rancher server will be reached at ports 80 and 443. This edit is needed so that when you run Helm or kubectl commands from your local workstation, you will be able to communicate with the Kubernetes cluster that Rancher will be installed on. {{% tabs %}} {{% tab "Mac and Linux" %}}