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 -)