From ca6a00873a634c46f1e503528a6f45ced5725443 Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Thu, 7 Nov 2019 13:14:17 -0700 Subject: [PATCH 1/2] Update k3s main page Update the main page for #1017 and #1018 This tweaks the main page to update the description of what we remove and add to k3s that sets us apart from k8s. --- content/k3s/latest/en/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/k3s/latest/en/_index.md b/content/k3s/latest/en/_index.md index d684241f29f..f144d04709f 100644 --- a/content/k3s/latest/en/_index.md +++ b/content/k3s/latest/en/_index.md @@ -20,14 +20,14 @@ 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 +1. Removed legacy and non-default features. You lilkely won't notice the stuff that has been removed. 2. 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. -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 +3. 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. +4. Added local storage provider, service load balancer, helm-controller, and traefik ingress controller. +5. Wrapped in simple launcher that handles a lot of the complexity of TLS and options. +6. Minimal to no OS dependencies (just a sane kernel and cgroup mounts needed). k3s packages required dependencies * containerd * Flannel * CoreDNS From fe52fadc157b2157b532dd21663560f36f673fa0 Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Fri, 8 Nov 2019 14:48:53 -0700 Subject: [PATCH 2/2] Remove first line --- content/k3s/latest/en/_index.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/content/k3s/latest/en/_index.md b/content/k3s/latest/en/_index.md index f144d04709f..39b66a7c45c 100644 --- a/content/k3s/latest/en/_index.md +++ b/content/k3s/latest/en/_index.md @@ -20,14 +20,12 @@ What is this? k3s is intended to be a fully compliant Kubernetes distribution with the following changes: -1. Removed legacy and non-default features. You lilkely won'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. 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. -4. Added local storage provider, service load balancer, helm-controller, and traefik ingress controller. -5. Wrapped in simple launcher that handles a lot of the complexity of TLS and options. -6. Minimal to no OS dependencies (just a sane kernel and cgroup mounts needed). k3s packages required dependencies +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 * containerd * Flannel * CoreDNS