Skip to content

Commit cea1bb4

Browse files
Automator: update istio.io@ reference docs (#16641)
1 parent 6739ca8 commit cea1bb4

File tree

8 files changed

+78
-30
lines changed

8 files changed

+78
-30
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,9 @@ <h2 id="envvars">Environment variables</h2>
687687
</tr>
688688
<tr id='enable-native-sidecars'>
689689
<td><a href='#enable-native-sidecars'><code>ENABLE_NATIVE_SIDECARS</code></a></td>
690-
<td>Boolean</td>
691-
<td><code>false</code></td>
692-
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
690+
<td>String</td>
691+
<td><code>auto</code></td>
692+
<td>If set to true, use Kubernetes native sidecar container support. Requires SidecarContainer feature flag. Set to true to unconditionally enable, false to unconditionally disable. Set to auto to automatically enable for supported scenarios</td>
693693
</tr>
694694
<tr id='enable-proxy-find-pod-by-ip'>
695695
<td><a href='#enable-proxy-find-pod-by-ip'><code>ENABLE_PROXY_FIND_POD_BY_IP</code></a></td>
@@ -1547,6 +1547,12 @@ <h2 id="envvars">Environment variables</h2>
15471547
<td><code>false</code></td>
15481548
<td>Whether to use insecure TLS in kubeconfig file</td>
15491549
</tr>
1550+
<tr id='support-gateway-api-inference-extension'>
1551+
<td><a href='#support-gateway-api-inference-extension'><code>SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</code></a></td>
1552+
<td>Boolean</td>
1553+
<td><code>false</code></td>
1554+
<td>If true, support gateway inference extension routing apis</td>
1555+
</tr>
15501556
<tr id='system-namespace'>
15511557
<td><a href='#system-namespace'><code>SYSTEM_NAMESPACE</code></a></td>
15521558
<td>String</td>

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8568,9 +8568,9 @@ <h2 id="envvars">Environment variables</h2>
85688568
</tr>
85698569
<tr id='enable-native-sidecars'>
85708570
<td><a href='#enable-native-sidecars'><code>ENABLE_NATIVE_SIDECARS</code></a></td>
8571-
<td>Boolean</td>
8572-
<td><code>false</code></td>
8573-
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
8571+
<td>String</td>
8572+
<td><code>auto</code></td>
8573+
<td>If set to true, use Kubernetes native sidecar container support. Requires SidecarContainer feature flag. Set to true to unconditionally enable, false to unconditionally disable. Set to auto to automatically enable for supported scenarios</td>
85748574
</tr>
85758575
<tr id='enable-probe-keepalive-connections'>
85768576
<td><a href='#enable-probe-keepalive-connections'><code>ENABLE_PROBE_KEEPALIVE_CONNECTIONS</code></a></td>
@@ -9386,6 +9386,12 @@ <h2 id="envvars">Environment variables</h2>
93869386
<td><code></code></td>
93879387
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
93889388
</tr>
9389+
<tr id='support-gateway-api-inference-extension'>
9390+
<td><a href='#support-gateway-api-inference-extension'><code>SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</code></a></td>
9391+
<td>Boolean</td>
9392+
<td><code>false</code></td>
9393+
<td>If true, support gateway inference extension routing apis</td>
9394+
</tr>
93899395
<tr id='term'>
93909396
<td><a href='#term'><code>TERM</code></a></td>
93919397
<td>String</td>

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -945,9 +945,9 @@ <h2 id="envvars">Environment variables</h2>
945945
</tr>
946946
<tr id='enable-native-sidecars'>
947947
<td><a href='#enable-native-sidecars'><code>ENABLE_NATIVE_SIDECARS</code></a></td>
948-
<td>Boolean</td>
949-
<td><code>false</code></td>
950-
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
948+
<td>String</td>
949+
<td><code>auto</code></td>
950+
<td>If set to true, use Kubernetes native sidecar container support. Requires SidecarContainer feature flag. Set to true to unconditionally enable, false to unconditionally disable. Set to auto to automatically enable for supported scenarios</td>
951951
</tr>
952952
<tr id='enable-probe-keepalive-connections'>
953953
<td><a href='#enable-probe-keepalive-connections'><code>ENABLE_PROBE_KEEPALIVE_CONNECTIONS</code></a></td>
@@ -1895,6 +1895,12 @@ <h2 id="envvars">Environment variables</h2>
18951895
<td><code></code></td>
18961896
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
18971897
</tr>
1898+
<tr id='support-gateway-api-inference-extension'>
1899+
<td><a href='#support-gateway-api-inference-extension'><code>SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</code></a></td>
1900+
<td>Boolean</td>
1901+
<td><code>false</code></td>
1902+
<td>If true, support gateway inference extension routing apis</td>
1903+
</tr>
18981904
<tr id='token-audiences'>
18991905
<td><a href='#token-audiences'><code>TOKEN_AUDIENCES</code></a></td>
19001906
<td>String</td>

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

Lines changed: 12 additions & 6 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, 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, tag-watcher, 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, 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, tag-watcher, 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, 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, tag-watcher, 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>
@@ -613,9 +613,9 @@ <h2 id="envvars">Environment variables</h2>
613613
</tr>
614614
<tr id='enable-native-sidecars'>
615615
<td><a href='#enable-native-sidecars'><code>ENABLE_NATIVE_SIDECARS</code></a></td>
616-
<td>Boolean</td>
617-
<td><code>false</code></td>
618-
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
616+
<td>String</td>
617+
<td><code>auto</code></td>
618+
<td>If set to true, use Kubernetes native sidecar container support. Requires SidecarContainer feature flag. Set to true to unconditionally enable, false to unconditionally disable. Set to auto to automatically enable for supported scenarios</td>
619619
</tr>
620620
<tr id='enable-probe-keepalive-connections'>
621621
<td><a href='#enable-probe-keepalive-connections'><code>ENABLE_PROBE_KEEPALIVE_CONNECTIONS</code></a></td>
@@ -1443,6 +1443,12 @@ <h2 id="envvars">Environment variables</h2>
14431443
<td><code></code></td>
14441444
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
14451445
</tr>
1446+
<tr id='support-gateway-api-inference-extension'>
1447+
<td><a href='#support-gateway-api-inference-extension'><code>SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</code></a></td>
1448+
<td>Boolean</td>
1449+
<td><code>false</code></td>
1450+
<td>If true, support gateway inference extension routing apis</td>
1451+
</tr>
14461452
<tr id='token-audiences'>
14471453
<td><a href='#token-audiences'><code>TOKEN_AUDIENCES</code></a></td>
14481454
<td>String</td>

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,9 @@ <h2 id="envvars">Environment variables</h2>
687687
</tr>
688688
<tr id='enable-native-sidecars'>
689689
<td><a href='#enable-native-sidecars'><code>ENABLE_NATIVE_SIDECARS</code></a></td>
690-
<td>Boolean</td>
691-
<td><code>false</code></td>
692-
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
690+
<td>String</td>
691+
<td><code>auto</code></td>
692+
<td>If set to true, use Kubernetes native sidecar container support. Requires SidecarContainer feature flag. Set to true to unconditionally enable, false to unconditionally disable. Set to auto to automatically enable for supported scenarios</td>
693693
</tr>
694694
<tr id='enable-proxy-find-pod-by-ip'>
695695
<td><a href='#enable-proxy-find-pod-by-ip'><code>ENABLE_PROXY_FIND_POD_BY_IP</code></a></td>
@@ -1547,6 +1547,12 @@ <h2 id="envvars">Environment variables</h2>
15471547
<td><code>false</code></td>
15481548
<td>Whether to use insecure TLS in kubeconfig file</td>
15491549
</tr>
1550+
<tr id='support-gateway-api-inference-extension'>
1551+
<td><a href='#support-gateway-api-inference-extension'><code>SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</code></a></td>
1552+
<td>Boolean</td>
1553+
<td><code>false</code></td>
1554+
<td>If true, support gateway inference extension routing apis</td>
1555+
</tr>
15501556
<tr id='system-namespace'>
15511557
<td><a href='#system-namespace'><code>SYSTEM_NAMESPACE</code></a></td>
15521558
<td>String</td>

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8568,9 +8568,9 @@ <h2 id="envvars">Environment variables</h2>
85688568
</tr>
85698569
<tr id='enable-native-sidecars'>
85708570
<td><a href='#enable-native-sidecars'><code>ENABLE_NATIVE_SIDECARS</code></a></td>
8571-
<td>Boolean</td>
8572-
<td><code>false</code></td>
8573-
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
8571+
<td>String</td>
8572+
<td><code>auto</code></td>
8573+
<td>If set to true, use Kubernetes native sidecar container support. Requires SidecarContainer feature flag. Set to true to unconditionally enable, false to unconditionally disable. Set to auto to automatically enable for supported scenarios</td>
85748574
</tr>
85758575
<tr id='enable-probe-keepalive-connections'>
85768576
<td><a href='#enable-probe-keepalive-connections'><code>ENABLE_PROBE_KEEPALIVE_CONNECTIONS</code></a></td>
@@ -9386,6 +9386,12 @@ <h2 id="envvars">Environment variables</h2>
93869386
<td><code></code></td>
93879387
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
93889388
</tr>
9389+
<tr id='support-gateway-api-inference-extension'>
9390+
<td><a href='#support-gateway-api-inference-extension'><code>SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</code></a></td>
9391+
<td>Boolean</td>
9392+
<td><code>false</code></td>
9393+
<td>If true, support gateway inference extension routing apis</td>
9394+
</tr>
93899395
<tr id='term'>
93909396
<td><a href='#term'><code>TERM</code></a></td>
93919397
<td>String</td>

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -945,9 +945,9 @@ <h2 id="envvars">Environment variables</h2>
945945
</tr>
946946
<tr id='enable-native-sidecars'>
947947
<td><a href='#enable-native-sidecars'><code>ENABLE_NATIVE_SIDECARS</code></a></td>
948-
<td>Boolean</td>
949-
<td><code>false</code></td>
950-
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
948+
<td>String</td>
949+
<td><code>auto</code></td>
950+
<td>If set to true, use Kubernetes native sidecar container support. Requires SidecarContainer feature flag. Set to true to unconditionally enable, false to unconditionally disable. Set to auto to automatically enable for supported scenarios</td>
951951
</tr>
952952
<tr id='enable-probe-keepalive-connections'>
953953
<td><a href='#enable-probe-keepalive-connections'><code>ENABLE_PROBE_KEEPALIVE_CONNECTIONS</code></a></td>
@@ -1895,6 +1895,12 @@ <h2 id="envvars">Environment variables</h2>
18951895
<td><code></code></td>
18961896
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
18971897
</tr>
1898+
<tr id='support-gateway-api-inference-extension'>
1899+
<td><a href='#support-gateway-api-inference-extension'><code>SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</code></a></td>
1900+
<td>Boolean</td>
1901+
<td><code>false</code></td>
1902+
<td>If true, support gateway inference extension routing apis</td>
1903+
</tr>
18981904
<tr id='token-audiences'>
18991905
<td><a href='#token-audiences'><code>TOKEN_AUDIENCES</code></a></td>
19001906
<td>String</td>

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

Lines changed: 12 additions & 6 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, 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, tag-watcher, 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, 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, tag-watcher, 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, 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, tag-watcher, 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>
@@ -613,9 +613,9 @@ <h2 id="envvars">Environment variables</h2>
613613
</tr>
614614
<tr id='enable-native-sidecars'>
615615
<td><a href='#enable-native-sidecars'><code>ENABLE_NATIVE_SIDECARS</code></a></td>
616-
<td>Boolean</td>
617-
<td><code>false</code></td>
618-
<td>If set, used Kubernetes native Sidecar container support. Requires SidecarContainer feature flag.</td>
616+
<td>String</td>
617+
<td><code>auto</code></td>
618+
<td>If set to true, use Kubernetes native sidecar container support. Requires SidecarContainer feature flag. Set to true to unconditionally enable, false to unconditionally disable. Set to auto to automatically enable for supported scenarios</td>
619619
</tr>
620620
<tr id='enable-probe-keepalive-connections'>
621621
<td><a href='#enable-probe-keepalive-connections'><code>ENABLE_PROBE_KEEPALIVE_CONNECTIONS</code></a></td>
@@ -1443,6 +1443,12 @@ <h2 id="envvars">Environment variables</h2>
14431443
<td><code></code></td>
14441444
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
14451445
</tr>
1446+
<tr id='support-gateway-api-inference-extension'>
1447+
<td><a href='#support-gateway-api-inference-extension'><code>SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</code></a></td>
1448+
<td>Boolean</td>
1449+
<td><code>false</code></td>
1450+
<td>If true, support gateway inference extension routing apis</td>
1451+
</tr>
14461452
<tr id='token-audiences'>
14471453
<td><a href='#token-audiences'><code>TOKEN_AUDIENCES</code></a></td>
14481454
<td>String</td>

0 commit comments

Comments
 (0)