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 <