Skip to content

Commit 2ec7040

Browse files
author
wiggitywhitney
committed
Improve Extensions Definition
1 parent 6119f08 commit 2ec7040

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/concepts/extend-kubernetes/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Flags and configuration files may not always be changeable in a hosted Kubernete
5252
Extensions are software components that extend and deeply integrate with Kubernetes.
5353
They adapt it to support new types and new kinds of hardware.
5454

55-
Most cluster administrators will use a hosted or distribution
56-
instance of Kubernetes. As a result, most Kubernetes users will not need to
57-
install extensions and fewer will need to author new ones.
55+
Many cluster administrators use a hosted or distribution instance of Kubernetes.
56+
These clusters come with extensions pre-installed. As a result, most Kubernetes
57+
users will not need to install extensions and even fewer users will need to author new ones.
5858

5959
## Extension Patterns
6060

content/en/docs/reference/glossary/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ tags:
1515

1616
<!--more-->
1717

18-
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.
18+
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.

0 commit comments

Comments
 (0)