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
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7021514755
commit
f1c752ae51
@@ -64,7 +64,7 @@ the Federated Namespace that you created above.
|
|||||||
You can update a federated Namespace as you would update a Kubernetes
|
You can update a federated Namespace as you would update a Kubernetes
|
||||||
Namespace, just send the request to federation apiserver instead of sending it
|
Namespace, just send the request to federation apiserver instead of sending it
|
||||||
to a specific Kubernetes cluster.
|
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
|
updated, it updates the corresponding Namespaces in all underlying clusters to
|
||||||
match it.
|
match it.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
You can update a federated secret as you would update a Kubernetes
|
||||||
secret; however, for a federated secret, you must send the request to
|
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 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
|
updated, it updates the corresponding secrets in all underlying clusters to
|
||||||
match it.
|
match it.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user