Updated info about using kubeconfig

K3S no longer puts "localhost" in kubeconfig but "127.0.0.1" instead. Therefore - updated instructions.
This commit is contained in:
David Zisky
2019-12-18 15:35:19 +01:00
committed by GitHub
parent 79f9b4dc24
commit fe8d310906
@@ -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
-----------------