Improve Extensions Definition
This commit is contained in:
parent
6119f088aa
commit
2ec7040fd4
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue