Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/setup/consul/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Part of the sidecar installation should involve setting up appropriate IP
Table rules to transparently route application's network traffic through
the Istio sidecars. The IP table script to setup such forwarding can be
found in the
[here](https://github.com/istio/istio/blob/master/pilot/docker/prepare_proxy.sh).
[here](https://raw.githubusercontent.com/istio/istio/master/tools/deb/istio-iptables.sh).

> Note: This script must be executed before starting the application or
> the sidecar process.
2 changes: 1 addition & 1 deletion _docs/setup/eureka/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ service mesh.
Part of the sidecar installation should involve setting up appropriate IP
Table rules to transparently route application's network traffic through
the Istio sidecars. The IP table script to setup such forwarding can be
found [here](https://github.com/istio/istio/blob/master/pilot/docker/prepare_proxy.sh).
found [here](https://raw.githubusercontent.com/istio/istio/master/tools/deb/istio-iptables.sh).

> Note: This script must be executed before starting the application or
> the sidecar process.