From f90cbed4081e7e1e6972861c196543b2d253bfcc Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Fri, 1 Mar 2019 19:25:25 +0100 Subject: [PATCH] Apply suggestions from code review Thanks for review. I don't know how these spelling errors have slipped in. :-) Co-Authored-By: toomyem --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be714fee0d..7bc8457e9f 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,10 @@ of that file as `NODE_TOKEN` and then run the agent as follows That's it. -Accessing cluser from outside +Accessing cluster from outside ----------------------------- -Copy file `/etc/rancher/k3s/k3s.yaml` your machine located outside the cluster as `~/.kube/config`. Then edit it and replace +Copy the file `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as `~/.kube/config`. Then edit it and replace "localhost" with the IP or name of the k3s server. Now you can use `kubectl` to manage your k3s cluster. Auto-deploying manifests