From 2ec7040fd46ce97c7e032c82efbce6a154dcce1c Mon Sep 17 00:00:00 2001 From: wiggitywhitney Date: Thu, 4 Nov 2021 10:37:37 -0500 Subject: [PATCH] Improve Extensions Definition --- content/en/docs/concepts/extend-kubernetes/_index.md | 6 +++--- content/en/docs/reference/glossary/extensions.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/_index.md b/content/en/docs/concepts/extend-kubernetes/_index.md index 083dca6964..825484f50d 100644 --- a/content/en/docs/concepts/extend-kubernetes/_index.md +++ b/content/en/docs/concepts/extend-kubernetes/_index.md @@ -52,9 +52,9 @@ Flags and configuration files may not always be changeable in a hosted Kubernete Extensions are software components that extend and deeply integrate with Kubernetes. 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 not need to -install extensions and fewer will need to author new ones. +Many cluster administrators use a hosted or distribution instance of Kubernetes. +These clusters come with extensions pre-installed. As a result, most Kubernetes +users will not need to install extensions and even fewer users will need to author new ones. ## Extension Patterns diff --git a/content/en/docs/reference/glossary/extensions.md b/content/en/docs/reference/glossary/extensions.md index 1515bffcfd..4f5c5ebd78 100644 --- a/content/en/docs/reference/glossary/extensions.md +++ b/content/en/docs/reference/glossary/extensions.md @@ -15,4 +15,4 @@ tags: -Most cluster administrators will use a hosted or distribution instance of Kubernetes. As a result, most Kubernetes users will need to install [extensions](/docs/concepts/extend-kubernetes/extend-cluster/#extensions) and fewer will need to author new ones. +Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters come with extensions pre-installed. As a result, most Kubernetes users will not need to install [extensions](/docs/concepts/extend-kubernetes/extend-cluster/#extensions) and even fewer users will need to author new ones.