Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kaleta <[email protected]>
  • Loading branch information
Majkel1999 committed Nov 5, 2023
1 parent 055d40f commit bf208e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd.io/content/2.14/tasks/pod-to-pod-multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Multicluster setup requires 2 secrets on the `source` cluster to function correc
1. `cluster-credentials-<remote-cluster-name>` residing in `linkerd-multicluster` namespace (default, it may be different if you have changed it, during installation of `linkerd-multicluster` extension).
2. `cluster-credentials-<remote-cluster-name>` residing in the LinkerD control-plane namespace -- usually `linkerd`.

The second secret (in `linkerd` namespace) has a specific metadata requirements - `linkerd-destination` required the secret to contain following labels and annotations (assuming we are linking `east` cluster to `west` cluster):
The second secret (in `linkerd` namespace) has a specific metadata requirements. Labels and annotations shown below are neccessary for the control plane, to be able to retrieve the remote cluster credentials. Assuming we are linking `east` cluster to `west` cluster, the secret would have to contain below metadata:

```
metadata:
Expand Down

0 comments on commit bf208e0

Please sign in to comment.