diff --git a/content/en/docs/setup/install/multicluster/gateways/index.md b/content/en/docs/setup/install/multicluster/gateways/index.md index e5eefcdc46..c807e51469 100644 --- a/content/en/docs/setup/install/multicluster/gateways/index.md +++ b/content/en/docs/setup/install/multicluster/gateways/index.md @@ -145,7 +145,8 @@ Create one of the following ConfigMaps, or update an existing one, in each cluster that will be calling services in remote clusters (every cluster in the general case): -For clusters that use `kube-dns`: +{{< tabset cookie-name="platform" >}} +{{< tab name="KubeDNS" cookie-value="kube-dns" >}} {{< text bash >}} $ kubectl apply -f - <}} -For clusters that use CoreDNS: +{{< /tab >}} + +{{< tab name="CoreDNS (< 1.4.0)" cookie-value="coredns-prev-1.4.0" >}} {{< text bash >}} $ kubectl apply -f - <}} +{{< /tab >}} + +{{< tab name="CoreDNS (>= 1.4.0)" cookie-value="coredns-after-1.4.0" >}} + +{{< text bash >}} +$ kubectl apply -f - <}} + +{{< /tab >}} +{{< /tabset >}} + ## Configure application services Every service in a given cluster that needs to be accessed from a different remote