Unverified Commit 40b5914c authored by Darren Shepherd's avatar Darren Shepherd Committed by GitHub

Merge pull request #150 from JakeConnors376W/patch-2

Improve clarity
parents b816d1bd 5c500d44
...@@ -92,8 +92,8 @@ That's it. ...@@ -92,8 +92,8 @@ That's it.
Accessing cluster from outside Accessing cluster from outside
----------------------------- -----------------------------
Copy the file `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as `~/.kube/config`. Then edit it and replace 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 the k3s server. Now you can use `kubectl` to manage your k3s cluster. "localhost" with the IP or name of your k3s server. `kubectl` can now manage your k3s cluster.
Auto-deploying manifests Auto-deploying manifests
------------------------ ------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment