Merge pull request #2110 from DavidZisky/patch-1

Updated info about using kubeconfig
This commit is contained in:
Catherine Luse
2020-01-02 11:44:39 -07:00
committed by GitHub
@@ -90,7 +90,7 @@ Accessing Cluster from Outside
-----------------------------
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.
"127.0.0.1" with the IP or name of your K3s server. `kubectl` can now manage your K3s cluster.
Node Registration
-----------------