mirror of https://github.com/k3s-io/k3s
Update README
parent
17a44a3197
commit
483f7187c0
|
@ -13,7 +13,7 @@ Great for
|
||||||
What is this?
|
What is this?
|
||||||
---
|
---
|
||||||
|
|
||||||
k3s is intended to be a fully compliant Kubernetes cluster with the following changes:
|
k3s is intended to be a fully compliant Kubernetes distribution with the following changes:
|
||||||
|
|
||||||
1. Legacy, alpha, non-default features are removed. Hopefully you shouldn't notice the
|
1. Legacy, alpha, non-default features are removed. Hopefully you shouldn't notice the
|
||||||
stuff that has been removed.
|
stuff that has been removed.
|
||||||
|
@ -89,6 +89,12 @@ of that file as `NODE_TOKEN` and then run the agent as follows
|
||||||
|
|
||||||
That's it.
|
That's it.
|
||||||
|
|
||||||
|
Auto-deploying manifests
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
Any file found in `/var/lib/rancher/k3s/server/manifests` will automatically be deployed to
|
||||||
|
Kubernetes in a manner similar to `kubectl apply`.
|
||||||
|
|
||||||
Building from source
|
Building from source
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue