update values references (#3608)

* update values references

* Update index.md
This commit is contained in:
Shriram Rajagopalan 2019-03-10 11:14:17 -04:00 committed by Martin Taillefer
parent 74e7ef56b1
commit 00fbb7c9f2
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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