From 565c175a3570e87e9abbad5bbaea5ac71e16d2f8 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 11 Dec 2018 15:40:03 +0800 Subject: [PATCH] =?UTF-8?q?Typo=20fix=EF=BC=9Acontrol=20plan->=20control?= =?UTF-8?q?=20plane=20(#11667)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo fix:control plan-> control plane --- content/en/docs/tasks/administer-federation/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.