Merge pull request #150 from JakeConnors376W/patch-2

Improve clarity
pull/161/head
Darren Shepherd 2019-03-05 07:08:47 -07:00 committed by GitHub
commit 40b5914c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ That's it.
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
"localhost" with the IP or name of the k3s server. Now you can use `kubectl` to manage your k3s cluster.
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.
Auto-deploying manifests
------------------------