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

This commit is contained in:
Istio Automation 2024-11-07 21:11:12 -05:00 committed by GitHub
parent 106a2cc797
commit 6a1acf42aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 47 deletions

View File

@ -422,28 +422,6 @@ If that backend becomes unhealthy, traffic will sent to <code>us-east</code>.</l
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h2 id="SidecarEnableCoreDump">sidecar.istio.io/enableCoreDump</h2>
<table class="annotations">
<tbody>
<tr>
<th>Name</th>
<td><code>sidecar.istio.io/enableCoreDump</code></td>
</tr>
<tr>
<th>Feature Status</th>
<td>Alpha</td>
</tr>
<tr>
<th>Resource Types</th>
<td>[Pod]</td>
</tr>
<tr>
<th>Description</th>
<td><p>Specifies whether or not an Envoy sidecar should enable core dump.</p>
</td>
</tr>
</tbody>
</table>
<h2 id="SidecarExtraStatTags">sidecar.istio.io/extraStatTags</h2> <h2 id="SidecarExtraStatTags">sidecar.istio.io/extraStatTags</h2>
<table class="annotations"> <table class="annotations">
<tbody> <tbody>

View File

@ -2764,7 +2764,7 @@ No
<td><code><a href="#MeshConfig-ExtensionProvider-HttpHeader">HttpHeader[]</a></code></td> <td><code><a href="#MeshConfig-ExtensionProvider-HttpHeader">HttpHeader[]</a></code></td>
<td> <td>
<p>Optional. Additional metadata to include in streams initiated to the GrpcService. This can be used for <p>Optional. Additional metadata to include in streams initiated to the GrpcService. This can be used for
scenarios in which additional ad hoc authorization headers (e.g. "x-foo-bar: baz-key") are to scenarios in which additional ad hoc authorization headers (e.g. &ldquo;x-foo-bar: baz-key&rdquo;) are to
be injected.</p> be injected.</p>
</td> </td>

View File

@ -422,28 +422,6 @@ If that backend becomes unhealthy, traffic will sent to <code>us-east</code>.</l
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h2 id="SidecarEnableCoreDump">sidecar.istio.io/enableCoreDump</h2>
<table class="annotations">
<tbody>
<tr>
<th>Name</th>
<td><code>sidecar.istio.io/enableCoreDump</code></td>
</tr>
<tr>
<th>Feature Status</th>
<td>Alpha</td>
</tr>
<tr>
<th>Resource Types</th>
<td>[Pod]</td>
</tr>
<tr>
<th>Description</th>
<td><p>Specifies whether or not an Envoy sidecar should enable core dump.</p>
</td>
</tr>
</tbody>
</table>
<h2 id="SidecarExtraStatTags">sidecar.istio.io/extraStatTags</h2> <h2 id="SidecarExtraStatTags">sidecar.istio.io/extraStatTags</h2>
<table class="annotations"> <table class="annotations">
<tbody> <tbody>

View File

@ -2764,7 +2764,7 @@ No
<td><code><a href="#MeshConfig-ExtensionProvider-HttpHeader">HttpHeader[]</a></code></td> <td><code><a href="#MeshConfig-ExtensionProvider-HttpHeader">HttpHeader[]</a></code></td>
<td> <td>
<p>Optional. Additional metadata to include in streams initiated to the GrpcService. This can be used for <p>Optional. Additional metadata to include in streams initiated to the GrpcService. This can be used for
scenarios in which additional ad hoc authorization headers (e.g. “x-foo-bar: baz-key“) are to scenarios in which additional ad hoc authorization headers (e.g. &ldquo;x-foo-bar: baz-key&rdquo;) are to
be injected.</p> be injected.</p>
</td> </td>

View File

@ -23,7 +23,7 @@ This configuration scoping, among <a href="/zh/docs/ops/configuration/mesh/confi
out unneeded configuration, to improve scalability of the mesh. out unneeded configuration, to improve scalability of the mesh.
A common misunderstanding is that restricting the configuration amounts to <em>blocking</em> the traffic. A common misunderstanding is that restricting the configuration amounts to <em>blocking</em> the traffic.
If requests are sent to destinations not included in the scoping, the traffic will be treated as If requests are sent to destinations not included in the scoping, the traffic will be treated as
<a href="docs/ops/configuration/traffic-management/traffic-routing/#unmatched-traffic">unmatched traffic</a>, which is often still allowed. <a href="/zh/docs/ops/configuration/traffic-management/traffic-routing/#unmatched-traffic">unmatched traffic</a>, which is often still allowed.
The sidecar is not able to enforce an outbound traffic restriction (see <a href="/zh/docs/tasks/traffic-management/egress/egress-gateway/">Egress Gateways</a> for how to achieve this).</p> The sidecar is not able to enforce an outbound traffic restriction (see <a href="/zh/docs/tasks/traffic-management/egress/egress-gateway/">Egress Gateways</a> for how to achieve this).</p>
<p>Services and configuration in a mesh are organized into one or more <p>Services and configuration in a mesh are organized into one or more
namespaces (e.g., a Kubernetes namespace or a CF org/space). A <code>Sidecar</code> namespaces (e.g., a Kubernetes namespace or a CF org/space). A <code>Sidecar</code>