Merge pull request #30278 from wiggitywhitney/extensions-copy

Improve Extensions Definition
This commit is contained in:
Kubernetes Prow Robot
2021-11-05 13:56:41 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -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. Extensions are software components that extend and deeply integrate with Kubernetes.
They adapt it to support new types and new kinds of hardware. They adapt it to support new types and new kinds of hardware.
Most cluster administrators will use a hosted or distribution Many cluster administrators use a hosted or distribution instance of Kubernetes.
instance of Kubernetes. As a result, most Kubernetes users will not need to These clusters come with extensions pre-installed. As a result, most Kubernetes
install extensions and fewer will need to author new ones. users will not need to install extensions and even fewer users will need to author new ones.
## Extension Patterns ## Extension Patterns
@@ -15,4 +15,4 @@ tags:
<!--more--> <!--more-->
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.