Typo, should be extension's instead of extensions (#17373)
* Typo, should be extension's instead of extensions In `Extension Patterns` section, `extensions points` should be `extension's points` as it's trying to say `points` belonging to a particular `extension`. * Update content/en/docs/concepts/extend-kubernetes/extend-cluster.md Changed as per tengqm suggestion. Co-Authored-By: Qiming <tengqim@cn.ibm.com>pull/17510/head
parent
2f72bb5089
commit
e023268064
|
@ -79,7 +79,7 @@ and [Network
|
|||
Plugins](/docs/concepts/cluster-administration/network-plugins/))
|
||||
and by kubectl.
|
||||
|
||||
Below is a diagram showing how the extensions points interact with the
|
||||
Below is a diagram showing how the extension points interact with the
|
||||
Kubernetes control plane.
|
||||
|
||||
<img src="https://docs.google.com/drawings/d/e/2PACX-1vQBRWyXLVUlQPlp7BvxvV9S1mxyXSM6rAc_cbLANvKlu6kCCf-kGTporTMIeG5GZtUdxXz1xowN7RmL/pub?w=960&h=720">
|
||||
|
|
Loading…
Reference in New Issue