mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Added info about accessing cluster from outside
This commit is contained in:
parent
a7640cfb90
commit
0b8d7c8616
@ -89,6 +89,12 @@ of that file as `NODE_TOKEN` and then run the agent as follows
|
||||
|
||||
That's it.
|
||||
|
||||
Accessing cluser from outside
|
||||
-----------------------------
|
||||
|
||||
Copy file `/etc/rancher/k3s/k3s.yaml` 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
|
||||
------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user