From 1f45d53e25e817ce4c4dcc73ac2bd745f5c04eb8 Mon Sep 17 00:00:00 2001 From: Brandon DeVries Date: Thu, 18 Jun 2020 13:08:07 -0400 Subject: [PATCH] ommitted "not" From context and general understanding, it looks like this was intended to be "most Kubernetes users will *not* need to install extensions and fewer will need to author new ones." --- content/en/docs/concepts/extend-kubernetes/extend-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/extend-cluster.md b/content/en/docs/concepts/extend-kubernetes/extend-cluster.md index 7914b1cab5..bc06bd4ab0 100644 --- a/content/en/docs/concepts/extend-kubernetes/extend-cluster.md +++ b/content/en/docs/concepts/extend-kubernetes/extend-cluster.md @@ -50,7 +50,7 @@ Extensions are software components that extend and deeply integrate with Kuberne They adapt it to support new types and new kinds of hardware. Most cluster administrators will use a hosted or distribution -instance of Kubernetes. As a result, most Kubernetes users will need to +instance of Kubernetes. As a result, most Kubernetes users will not need to install extensions and fewer will need to author new ones. ## Extension Patterns