From f1c752ae511cfc354103d4980582270650ebd3f6 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 12 Dec 2018 09:35:19 +0800 Subject: [PATCH] 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 --- content/en/docs/tasks/administer-federation/namespaces.md | 2 +- content/en/docs/tasks/administer-federation/secret.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-federation/namespaces.md b/content/en/docs/tasks/administer-federation/namespaces.md index bf8cd84c35..e2e58af005 100644 --- a/content/en/docs/tasks/administer-federation/namespaces.md +++ b/content/en/docs/tasks/administer-federation/namespaces.md @@ -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. diff --git a/content/en/docs/tasks/administer-federation/secret.md b/content/en/docs/tasks/administer-federation/secret.md index a553e0562e..2de0d059a8 100644 --- a/content/en/docs/tasks/administer-federation/secret.md +++ b/content/en/docs/tasks/administer-federation/secret.md @@ -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.