From e82ff5b1947420df2a438f04ff8e18a3250e86c7 Mon Sep 17 00:00:00 2001 From: aattuluri <44482891+aattuluri@users.noreply.github.com> Date: Mon, 1 Nov 2021 18:01:13 -0700 Subject: [PATCH] Update DNS instructions for older/newer istio versions. --- docs/Examples.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Examples.md b/docs/Examples.md index 7b7898de..a689e8a7 100644 --- a/docs/Examples.md +++ b/docs/Examples.md @@ -3,9 +3,11 @@ ### Prerequisites -* One or more k8s clusters with version 1.13 or above +* One or more k8s clusters with version 1.16 or above * [Install istio control plane](https://istio.io/docs/setup/install/multicluster/gateways/#deploy-the-istio-control-plane-in-each-cluster) on each of these k8s clusters -* [Configure DNS redirect](https://istio.io/docs/setup/install/multicluster/gateways/#setup-dns) for entries ending in `global` +* Configure DNS for service entries (hosts) ending in `global` + 1. Istio 1.8 and above - [Enable DNS proxy mode](https://istio.io/latest/docs/ops/configuration/traffic-management/dns-proxy/) OR [Redirect DNS](https://istio.io/v1.6/docs/setup/install/multicluster/gateways/#setup-dns) + 2. Istio 1.6 and below - [Redirect DNS](https://istio.io/v1.6/docs/setup/install/multicluster/gateways/#setup-dns) * Remove envoy cluster rewrite filter Delete Istio's envoy filter for translating `global` to `svc.cluster.local` at istio-ingressgateway because we don't need that as Admiral generates Service Entries for cross cluster communication to just work! ```