Skip to content

Commit

Permalink
Merge branch 'main' into travis/enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
wmorgan committed Oct 29, 2023
2 parents af68686 + 22980c7 commit 60c4802
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ With a valid trust anchor and issuer credentials, we can install Linkerd on your

```bash
# first, install the Linkerd CRDs in both clusters
linkerd install --crds |
linkerd install --crds \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.12/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ With a valid trust anchor and issuer credentials, we can install Linkerd on your

```bash
# first, install the Linkerd CRDs in both clusters
linkerd install --crds |
linkerd install --crds \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.13/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ With a valid trust anchor and issuer credentials, we can install Linkerd on your

```bash
# first, install the Linkerd CRDs in both clusters
linkerd install --crds |
linkerd install --crds \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.14/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ With a valid trust anchor and issuer credentials, we can install Linkerd on your

```bash
# first, install the Linkerd CRDs in both clusters
linkerd install --crds |
linkerd install --crds \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Expand Down

0 comments on commit 60c4802

Please sign in to comment.