Merge pull request #1976 from davidnuzik/mainpage-tweaks

Update k3s main page
This commit is contained in:
David Nuzik
2019-11-08 14:52:13 -07:00
committed by GitHub
+4 -6
View File
@@ -20,14 +20,12 @@ What is this?
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
stuff that has been removed.
2. Removed most in-tree plugins (cloud providers and storage plugins) which can be replaced
1. Removed most in-tree plugins (cloud providers and storage plugins) which can be replaced
with out of tree addons.
3. Add sqlite3 as the default storage mechanism. etcd3 is still available, but not the default.
2. Added sqlite3 as the default storage mechanism and support for other external SQL databases such as PostgreSQL and MySQL. etcd3 is also supported as an external database.
3. Added local storage provider, service load balancer, helm-controller, and traefik ingress controller.
4. Wrapped in simple launcher that handles a lot of the complexity of TLS and options.
5. Minimal to no OS dependencies (just a sane kernel and cgroup mounts needed). k3s packages required
dependencies
5. Minimal to no OS dependencies (just a sane kernel and cgroup mounts needed). k3s packages required dependencies
* containerd
* Flannel
* CoreDNS