From 7be775ec6e3b6823dcbe729b8dce6f7cfb9de850 Mon Sep 17 00:00:00 2001 From: Brandon Kurtz Date: Sun, 24 Apr 2022 14:07:19 -0700 Subject: [PATCH] minor wording fix --- content/k3s/latest/en/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/k3s/latest/en/_index.md b/content/k3s/latest/en/_index.md index a02147dc599..4d71be76b38 100644 --- a/content/k3s/latest/en/_index.md +++ b/content/k3s/latest/en/_index.md @@ -26,7 +26,7 @@ K3s is a fully compliant Kubernetes distribution with the following enhancements * Secure by default with reasonable defaults for lightweight environments. * Simple but powerful "batteries-included" features have been added, such as: a local storage provider, a service load balancer, a Helm controller, and the Traefik ingress controller. * Operation of all Kubernetes control plane components is encapsulated in a single binary and process. This allows K3s to automate and manage complex cluster operations like distributing certificates. -* External dependencies have been minimized (just a modern kernel and cgroup mounts needed). K3s packages required dependencies, including: +* External dependencies have been minimized (just a modern kernel and cgroup mounts needed). K3s packages the required dependencies, including: * containerd * Flannel * CoreDNS @@ -38,4 +38,4 @@ K3s is a fully compliant Kubernetes distribution with the following enhancements # What's with the name? -We wanted an installation of Kubernetes that was half the size in terms of memory footprint. Kubernetes is a 10-letter word stylized as K8s. So something half as big as Kubernetes would be a 5-letter word stylized as K3s. There is no long form of K3s and no official pronunciation. \ No newline at end of file +We wanted an installation of Kubernetes that was half the size in terms of memory footprint. Kubernetes is a 10-letter word stylized as K8s. So something half as big as Kubernetes would be a 5-letter word stylized as K3s. There is no long form of K3s and no official pronunciation.