diff --git a/content/docs/examples/multicluster/gateways/index.md b/content/docs/examples/multicluster/gateways/index.md index b9510b9ee1..11236e6938 100644 --- a/content/docs/examples/multicluster/gateways/index.md +++ b/content/docs/examples/multicluster/gateways/index.md @@ -132,7 +132,7 @@ running in a second cluster. 1. Verify that `httpbin` is accessible from the `sleep` service. {{< text bash >}} - $ kubectl exec --context=$CTX_CLUSTER1 $SLEEP_POD -n foo -c sleep -- curl httpbin.bar.global:8000/headers + $ kubectl exec --context=$CTX_CLUSTER1 $SLEEP_POD -n foo -c sleep -- curl -I httpbin.bar.global:8000/headers {{< /text >}} ## Send remote cluster traffic using egress gateway diff --git a/content/docs/setup/kubernetes/install/multicluster/gateways/index.md b/content/docs/setup/kubernetes/install/multicluster/gateways/index.md index 1a7dd3ae75..007eb74c5f 100644 --- a/content/docs/setup/kubernetes/install/multicluster/gateways/index.md +++ b/content/docs/setup/kubernetes/install/multicluster/gateways/index.md @@ -83,10 +83,10 @@ on **each** Kubernetes cluster. --from-file=@samples/certs/cert-chain.pem@ {{< /text >}} - * Follow the [Helm Installation Steps](/docs/setup/kubernetes/install/helm/#installation-steps) to install Istio. You must pass in the flag `--values install/kubernetes/helm/istio/values-istio-multicluster-gateways.yaml` to helm to use the correct multicluster settings. For example, using the Helm Install option: + * Follow the [Helm Installation Steps](/docs/setup/kubernetes/install/helm/#installation-steps) to install Istio. You must pass in the flag `--values install/kubernetes/helm/istio/example-values/values-istio-multicluster-gateways.yaml` to helm to use the correct multicluster settings. For example, using the Helm Install option: {{< text bash >}} - $ helm install istio --name istio --namespace istio-system --values install/kubernetes/helm/istio/values-istio-multicluster-gateways.yaml + $ helm install istio --name istio --namespace istio-system --values install/kubernetes/helm/istio/example-values/values-istio-multicluster-gateways.yaml {{< /text >}} ## Setup DNS