From c607726ca57aaea62baaed4be3b910a724be4ade Mon Sep 17 00:00:00 2001 From: AleksFirsta Date: Tue, 17 Sep 2024 16:18:13 +0300 Subject: [PATCH] Update index.md all cofnig align of lest and when you copy/paste you need to update it manually --- .../en/docs/tasks/traffic-management/mirroring/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/en/docs/tasks/traffic-management/mirroring/index.md b/content/en/docs/tasks/traffic-management/mirroring/index.md index 65fdfe308f0b3..34aa554229df5 100644 --- a/content/en/docs/tasks/traffic-management/mirroring/index.md +++ b/content/en/docs/tasks/traffic-management/mirroring/index.md @@ -264,8 +264,7 @@ In this step, you will change that behavior so that all traffic goes to `v1`. {{< tab name="Istio APIs" category-value="istio-apis" >}} - {{< text bash >}} - $ kubectl apply -f - <}} apiVersion: networking.istio.io/v1 kind: VirtualService metadata: @@ -284,7 +283,6 @@ In this step, you will change that behavior so that all traffic goes to `v1`. subset: v2 mirrorPercentage: value: 100.0 - EOF {{< /text >}} This route rule sends 100% of the traffic to `v1`. The last stanza specifies @@ -303,8 +301,7 @@ In this step, you will change that behavior so that all traffic goes to `v1`. {{< tab name="Gateway API" category-value="gateway-api" >}} - {{< text bash >}} - $ kubectl apply -f - <}} apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: @@ -325,7 +322,6 @@ In this step, you will change that behavior so that all traffic goes to `v1`. backendRefs: - name: httpbin-v1 port: 80 - EOF {{< /text >}} This route rule sends 100% of the traffic to `v1`. The `RequestMirror` filter