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.mdpull/11704/head
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
|
||||
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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue