diff --git a/content/en/docs/tasks/traffic-management/mirroring/index.md b/content/en/docs/tasks/traffic-management/mirroring/index.md index 4414bc630a52f..660ee702edaef 100644 --- a/content/en/docs/tasks/traffic-management/mirroring/index.md +++ b/content/en/docs/tasks/traffic-management/mirroring/index.md @@ -22,6 +22,7 @@ you will apply a rule to mirror a portion of traffic to `v2`. ## Before you begin 1. Set up Istio by following the [Installation guide](/docs/setup/). + 1. Start by deploying two versions of the [httpbin]({{< github_tree >}}/samples/httpbin) service that have access logging enabled: 1. Deploy `httpbin-v1`: @@ -143,33 +144,33 @@ In this step, you will change that behavior so that all traffic goes to `v1`. {{< text bash >}} $ kubectl apply -f - <}} @@ -179,44 +180,44 @@ In this step, you will change that behavior so that all traffic goes to `v1`. {{< text bash >}} $ kubectl apply -f - <}} @@ -259,31 +260,30 @@ In this step, you will change that behavior so that all traffic goes to `v1`. ## Mirroring traffic to `httpbin-v2` 1. Change the route rule to mirror traffic to `httpbin-v2`: - {{< tabset category-name="config-api" >}} {{< tab name="Istio APIs" category-value="istio-apis" >}} {{< text bash >}} $ kubectl apply -f - <}} @@ -305,25 +305,25 @@ In this step, you will change that behavior so that all traffic goes to `v1`. {{< text bash >}} $ kubectl apply -f - <}}