mirror of https://github.com/istio/istio.io.git
Update index.md (#3013)
* Update index.md In order to better distinguish between the two ways to call external services from an Istio mesh, we should remove the rules about `ServiceEntry`. * Update index.md Add a warning icon * Update index.md
This commit is contained in:
parent
5b0cf72efe
commit
1cfab42441
|
|
@ -192,7 +192,9 @@ $ helm template install/kubernetes/helm/istio <the flags you used to install Ist
|
|||
Note that you should use the same Helm command you used [to install Istio](/docs/setup/kubernetes/helm-install),
|
||||
in particular, the same value of the `--namespace` flag. In addition to the flags you used to install Istio, add `--set global.proxy.includeIPRanges="10.0.0.1/24" -x templates/sidecar-injector-configmap.yaml`.
|
||||
|
||||
Redeploy the `sleep` application as described in the [Before you begin](/docs/tasks/traffic-management/egress/#before-you-begin) section.
|
||||
Redeploy the `sleep` application as described in the [Before you begin](#before-you-begin) section.
|
||||
|
||||
{{< warning_icon >}} Make sure to remove the previously deployed `ServiceEntry` and `VirtualService`.
|
||||
|
||||
### Set the value of `global.proxy.includeIPRanges`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue