Skip to content

Commit 097a80c

Browse files
Automator: update istio.io@ reference docs (#16561)
1 parent 8ece13e commit 097a80c

File tree

10 files changed

+56
-8
lines changed

10 files changed

+56
-8
lines changed

content/en/docs/reference/commands/install-cni/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,12 @@ <h2 id="envvars">Environment variables</h2>
674674
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
675675
</tr>
676676
<tr>
677+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
678+
<td>Boolean</td>
679+
<td><code>false</code></td>
680+
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
681+
</tr>
682+
<tr>
677683
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
678684
<td>Boolean</td>
679685
<td><code>true</code></td>

content/en/docs/reference/commands/istioctl/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8533,6 +8533,12 @@ <h2 id="envvars">Environment variables</h2>
85338533
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions&#39; behaviors, but not kubelet&#39;s.</td>
85348534
</tr>
85358535
<tr>
8536+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
8537+
<td>Boolean</td>
8538+
<td><code>false</code></td>
8539+
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
8540+
</tr>
8541+
<tr>
85368542
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
85378543
<td>Boolean</td>
85388544
<td><code>true</code></td>

content/en/docs/reference/commands/pilot-agent/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,12 @@ <h2 id="envvars">Environment variables</h2>
946946
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions&#39; behaviors, but not kubelet&#39;s.</td>
947947
</tr>
948948
<tr>
949+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
950+
<td>Boolean</td>
951+
<td><code>false</code></td>
952+
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
953+
</tr>
954+
<tr>
949955
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
950956
<td>Boolean</td>
951957
<td><code>true</code></td>

content/en/docs/reference/commands/pilot-discovery/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,17 @@ <h3 id="pilot-discovery-discovery">pilot-discovery discovery</h3>
268268
<tr>
269269
<td><code>--log_caller &lt;string&gt;</code></td>
270270
<td></td>
271-
<td>Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] (default ``)</td>
271+
<td>Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] (default ``)</td>
272272
</tr>
273273
<tr>
274274
<td><code>--log_output_level &lt;string&gt;</code></td>
275275
<td></td>
276-
<td>Comma-separated minimum per-scope logging level of messages to output, in the form of &lt;scope&gt;:&lt;level&gt;,&lt;scope&gt;:&lt;level&gt;,... where scope can be one of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] and level can be one of [debug, info, warn, error, fatal, none] (default ``)</td>
276+
<td>Comma-separated minimum per-scope logging level of messages to output, in the form of &lt;scope&gt;:&lt;level&gt;,&lt;scope&gt;:&lt;level&gt;,... where scope can be one of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] and level can be one of [debug, info, warn, error, fatal, none] (default ``)</td>
277277
</tr>
278278
<tr>
279279
<td><code>--log_stacktrace_level &lt;string&gt;</code></td>
280280
<td></td>
281-
<td>Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of &lt;scope&gt;:&lt;level&gt;,&lt;scope:level&gt;,... where scope can be one of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`)</td>
281+
<td>Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of &lt;scope&gt;:&lt;level&gt;,&lt;scope:level&gt;,... where scope can be one of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`)</td>
282282
</tr>
283283
<tr>
284284
<td><code>--log_target &lt;stringArray&gt;</code></td>
@@ -614,6 +614,12 @@ <h2 id="envvars">Environment variables</h2>
614614
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions&#39; behaviors, but not kubelet&#39;s.</td>
615615
</tr>
616616
<tr>
617+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
618+
<td>Boolean</td>
619+
<td><code>false</code></td>
620+
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
621+
</tr>
622+
<tr>
617623
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
618624
<td>Boolean</td>
619625
<td><code>true</code></td>

content/en/docs/reference/config/istio.mesh.v1alpha1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3857,7 +3857,7 @@ <h2 id="ProxyConfig">ProxyConfig</h2>
38573857
</code></pre>
38583858
<p>Below shows an example of preserving the header case for HTTP 1.x requests</p>
38593859
<pre><code class="language-yaml">proxyHeaders:
3860-
perserveHttp1HeaderCase: true
3860+
preserveHttp1HeaderCase: true
38613861
</code></pre>
38623862
<p>Some headers are enabled by default, and require explicitly disabling. See below for an example of disabling all default-enabled headers:</p>
38633863
<pre><code class="language-yaml">proxyHeaders:

content/zh/docs/reference/commands/install-cni/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,12 @@ <h2 id="envvars">Environment variables</h2>
674674
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
675675
</tr>
676676
<tr>
677+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
678+
<td>Boolean</td>
679+
<td><code>false</code></td>
680+
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
681+
</tr>
682+
<tr>
677683
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
678684
<td>Boolean</td>
679685
<td><code>true</code></td>

content/zh/docs/reference/commands/istioctl/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8533,6 +8533,12 @@ <h2 id="envvars">Environment variables</h2>
85338533
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions&#39; behaviors, but not kubelet&#39;s.</td>
85348534
</tr>
85358535
<tr>
8536+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
8537+
<td>Boolean</td>
8538+
<td><code>false</code></td>
8539+
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
8540+
</tr>
8541+
<tr>
85368542
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
85378543
<td>Boolean</td>
85388544
<td><code>true</code></td>

content/zh/docs/reference/commands/pilot-agent/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,12 @@ <h2 id="envvars">Environment variables</h2>
946946
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions&#39; behaviors, but not kubelet&#39;s.</td>
947947
</tr>
948948
<tr>
949+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
950+
<td>Boolean</td>
951+
<td><code>false</code></td>
952+
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
953+
</tr>
954+
<tr>
949955
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
950956
<td>Boolean</td>
951957
<td><code>true</code></td>

content/zh/docs/reference/commands/pilot-discovery/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,17 @@ <h3 id="pilot-discovery-discovery">pilot-discovery discovery</h3>
268268
<tr>
269269
<td><code>--log_caller &lt;string&gt;</code></td>
270270
<td></td>
271-
<td>Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] (default ``)</td>
271+
<td>Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] (default ``)</td>
272272
</tr>
273273
<tr>
274274
<td><code>--log_output_level &lt;string&gt;</code></td>
275275
<td></td>
276-
<td>Comma-separated minimum per-scope logging level of messages to output, in the form of &lt;scope&gt;:&lt;level&gt;,&lt;scope&gt;:&lt;level&gt;,... where scope can be one of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] and level can be one of [debug, info, warn, error, fatal, none] (default ``)</td>
276+
<td>Comma-separated minimum per-scope logging level of messages to output, in the form of &lt;scope&gt;:&lt;level&gt;,&lt;scope&gt;:&lt;level&gt;,... where scope can be one of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] and level can be one of [debug, info, warn, error, fatal, none] (default ``)</td>
277277
</tr>
278278
<tr>
279279
<td><code>--log_stacktrace_level &lt;string&gt;</code></td>
280280
<td></td>
281-
<td>Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of &lt;scope&gt;:&lt;level&gt;,&lt;scope:level&gt;,... where scope can be one of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`)</td>
281+
<td>Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of &lt;scope&gt;:&lt;level&gt;,&lt;scope:level&gt;,... where scope can be one of [ads, adsc, all, analysis, authn, authorization, ca, controllers, default, delta, deltaadsc, file, fullpush, gateway, grpc, grpcgen, ip-autoallocate, klog, krt, kube, model, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, trustBundle, untaint, validation, validationController, validationServer, wasm, wle] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`)</td>
282282
</tr>
283283
<tr>
284284
<td><code>--log_target &lt;stringArray&gt;</code></td>
@@ -614,6 +614,12 @@ <h2 id="envvars">Environment variables</h2>
614614
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions&#39; behaviors, but not kubelet&#39;s.</td>
615615
</tr>
616616
<tr>
617+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
618+
<td>Boolean</td>
619+
<td><code>false</code></td>
620+
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
621+
</tr>
622+
<tr>
617623
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
618624
<td>Boolean</td>
619625
<td><code>true</code></td>

content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3857,7 +3857,7 @@ <h2 id="ProxyConfig">ProxyConfig</h2>
38573857
</code></pre>
38583858
<p>Below shows an example of preserving the header case for HTTP 1.x requests</p>
38593859
<pre><code class="language-yaml">proxyHeaders:
3860-
perserveHttp1HeaderCase: true
3860+
preserveHttp1HeaderCase: true
38613861
</code></pre>
38623862
<p>Some headers are enabled by default, and require explicitly disabling. See below for an example of disabling all default-enabled headers:</p>
38633863
<pre><code class="language-yaml">proxyHeaders:

0 commit comments

Comments
 (0)