From 8a3adafafe57f5f3c62f8fb0b69891673c4df8c2 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 19 May 2022 13:59:58 -0700 Subject: [PATCH] Fix manual quickstart incorrect value in k3s.yaml --- .../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 b24baf5a47e..d1f53c36f25 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 @@ -55,7 +55,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, you will need to change the value of the `server` field 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" %}}