From dca4cdc1391d3102dacdad47134f86f41e09c7d6 Mon Sep 17 00:00:00 2001 From: hejianpeng Date: Mon, 1 Aug 2022 09:16:12 +0800 Subject: [PATCH] update istio-on-nonflat-network doc Signed-off-by: hejianpeng --- .../working-with-istio-on-non-flat-network.md | 154 ++++++++---------- 1 file changed, 65 insertions(+), 89 deletions(-) diff --git a/docs/working-with-istio-on-non-flat-network.md b/docs/working-with-istio-on-non-flat-network.md index bdf0951d6..86e080954 100644 --- a/docs/working-with-istio-on-non-flat-network.md +++ b/docs/working-with-istio-on-non-flat-network.md @@ -25,6 +25,10 @@ in Quick Start, you can get a Karmada. ## Deploy Istio +*** +If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services. +*** + ### Install istioctl Please refer to the [istioctl](https://istio.io/latest/docs/setup/getting-started/#download) Installation. @@ -94,74 +98,71 @@ spec: EOF ``` +Override namespace `istio-system` label on `member1`: + +```bash +cat <