Typo fix: federation control plan->federation control plane (#11679)

* Typo fix: federation control plan->federation control plane

Typo fix: federation control plan->federation control plane

* Update secret.md
pull/11704/head
AdamDang 2018-12-12 09:35:19 +08:00 committed by Kubernetes Prow Robot
parent 7021514755
commit f1c752ae51
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ the Federated Namespace that you created above.
You can update a federated Namespace as you would update a Kubernetes
Namespace, just send the request to federation apiserver instead of sending it
to a specific Kubernetes cluster.
Federation control plan will ensure that whenever the federated Namespace is
Federation control plane will ensure that whenever the federated Namespace is
updated, it updates the corresponding Namespaces in all underlying clusters to
match it.

View File

@ -70,7 +70,7 @@ These secrets in underlying clusters will match the federated secret.
You can update a federated secret as you would update a Kubernetes
secret; however, for a federated secret, you must send the request to
the federation apiserver instead of sending it to a specific Kubernetes cluster.
The Federation control plan ensures that whenever the federated secret is
The Federation control plane ensures that whenever the federated secret is
updated, it updates the corresponding secrets in all underlying clusters to
match it.