mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#11688)
This commit is contained in:
parent
da73c24218
commit
eecc9e73c7
|
@ -620,9 +620,8 @@ No
|
|||
traffic should be forwarded to. This configuration can be used to
|
||||
redirect traffic arriving at the bind <code>IP:Port</code> on the sidecar to a <code>localhost:port</code>
|
||||
or Unix domain socket where the application workload instance is listening for
|
||||
connections. Arbitrary IPs are not supported. Format should be one of <code>127.0.0.1:PORT</code>,
|
||||
<code>0.0.0.0:PORT</code>, <code>[::1]:PORT</code>, <code>[::]:PORT</code> (which will forward to the instance IP),
|
||||
or <code>unix:///path/to/socket</code></p>
|
||||
connections. Arbitrary IPs are not supported. Format should be one of <code>127.0.0.1:PORT</code>, <code>0.0.0.0:PORT</code>
|
||||
(which will forward to the instance IP), or <code>unix:///path/to/socket</code></p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
@ -620,9 +620,8 @@ No
|
|||
traffic should be forwarded to. This configuration can be used to
|
||||
redirect traffic arriving at the bind <code>IP:Port</code> on the sidecar to a <code>localhost:port</code>
|
||||
or Unix domain socket where the application workload instance is listening for
|
||||
connections. Arbitrary IPs are not supported. Format should be one of <code>127.0.0.1:PORT</code>,
|
||||
<code>0.0.0.0:PORT</code>, <code>[::1]:PORT</code>, <code>[::]:PORT</code> (which will forward to the instance IP),
|
||||
or <code>unix:///path/to/socket</code></p>
|
||||
connections. Arbitrary IPs are not supported. Format should be one of <code>127.0.0.1:PORT</code>, <code>0.0.0.0:PORT</code>
|
||||
(which will forward to the instance IP), or <code>unix:///path/to/socket</code></p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue