From 69b0c1562754a3049748d1b625b27db7e22e9cf8 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 19 May 2022 15:02:55 -0700 Subject: [PATCH] Use `server` as field that needs to be changed --- content/k3s/latest/en/cluster-access/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/cluster-access/_index.md b/content/k3s/latest/en/cluster-access/_index.md index f24e4c3f964..7f861015b57 100644 --- a/content/k3s/latest/en/cluster-access/_index.md +++ b/content/k3s/latest/en/cluster-access/_index.md @@ -22,4 +22,4 @@ helm --kubeconfig /etc/rancher/k3s/k3s.yaml ls --all-namespaces ### Accessing the Cluster from Outside with kubectl -Copy `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as `~/.kube/config`. Then replace "localhost" with the IP or name of your K3s server. `kubectl` can now manage your K3s cluster. +Copy `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as `~/.kube/config`. Then replace the value of the `server` field with the IP or name of your K3s server. `kubectl` can now manage your K3s cluster.