Automator: update istio.io@ reference docs (#7585)

This commit is contained in:
Istio Automation 2020-06-18 06:44:31 -07:00 committed by GitHub
parent c2b28ac0af
commit 05880546c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

@ -388,6 +388,21 @@ added by configuring the telemetry extension. Each additional tag needs to be pr
Extra tags emitted by the telemetry extensions must be listed here so that they can be processed
and exposed as Prometheus metrics.</p>
</td>
<td>
No
</td>
</tr>
<tr id="ProxyConfig-termination_drain_duration">
<td><code>terminationDrainDuration</code></td>
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">Duration</a></code></td>
<td>
<p>The amount of time allowed for connections to complete on proxy shutdown.
On receiving SIGTERM or SIGINT, istio-agent tells the active Envoy to start draining,
preventing any new connections and allowing existing connections to complete. It then
sleeps for the termination<em>drain</em>duration and then kills any remaining active Envoy processes.
If not set, a default of 5s will be applied.</p>
</td>
<td>
No
@ -1100,21 +1115,6 @@ In this case, it is recommended to disable aggregation on that deployment with t
<code>prometheus.istio.io/merge-metrics: &quot;false&quot;</code> annotation.
If not specified, this will be enabled by default.</p>
</td>
<td>
No
</td>
</tr>
<tr id="MeshConfig-termination_drain_duration">
<td><code>terminationDrainDuration</code></td>
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">Duration</a></code></td>
<td>
<p>The amount of time allowed for connections to complete on proxy shutdown.
On receiving SIGTERM or SIGINT, istio-agent tells the active Envoy to start draining,
preventing any new connections and allowing existing connections to complete. It then
sleeps for the termination<em>drain</em>duration and then kills any remaining active Envoy processes.
If not set, a default of 5s will be applied.</p>
</td>
<td>
No