From 22980c77687f7079b6542397386ffe0adc53f70e Mon Sep 17 00:00:00 2001 From: Kevin Ingelman Date: Thu, 26 Oct 2023 12:35:42 -0700 Subject: [PATCH] Fix broken command in multicluster docs (#1700) Signed-off-by: Kevin Ingelman --- linkerd.io/content/2-edge/tasks/multicluster.md | 2 +- linkerd.io/content/2.12/tasks/multicluster.md | 2 +- linkerd.io/content/2.13/tasks/multicluster.md | 2 +- linkerd.io/content/2.14/tasks/multicluster.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linkerd.io/content/2-edge/tasks/multicluster.md b/linkerd.io/content/2-edge/tasks/multicluster.md index 0a5dc04129..0230ff04e3 100644 --- a/linkerd.io/content/2-edge/tasks/multicluster.md +++ b/linkerd.io/content/2-edge/tasks/multicluster.md @@ -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 -) diff --git a/linkerd.io/content/2.12/tasks/multicluster.md b/linkerd.io/content/2.12/tasks/multicluster.md index 0a5dc04129..0230ff04e3 100644 --- a/linkerd.io/content/2.12/tasks/multicluster.md +++ b/linkerd.io/content/2.12/tasks/multicluster.md @@ -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 -) diff --git a/linkerd.io/content/2.13/tasks/multicluster.md b/linkerd.io/content/2.13/tasks/multicluster.md index 0a5dc04129..0230ff04e3 100644 --- a/linkerd.io/content/2.13/tasks/multicluster.md +++ b/linkerd.io/content/2.13/tasks/multicluster.md @@ -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 -) diff --git a/linkerd.io/content/2.14/tasks/multicluster.md b/linkerd.io/content/2.14/tasks/multicluster.md index 0a5dc04129..0230ff04e3 100644 --- a/linkerd.io/content/2.14/tasks/multicluster.md +++ b/linkerd.io/content/2.14/tasks/multicluster.md @@ -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 -)