Skip to content

Commit 56cc46b

Browse files
Automator: update istio.io@ reference docs (#16628)
1 parent fbff4d8 commit 56cc46b

File tree

4 files changed

+46
-6
lines changed

4 files changed

+46
-6
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@
5252
<td>The IP port to use for the ControlZ introspection facility (default `9876`)</td>
5353
</tr>
5454
<tr>
55+
<td><code>--istio-owned-cni-config</code></td>
56+
<td>Whether an Istio owned CNI configuration is enabled </td>
57+
</tr>
58+
<tr>
59+
<td><code>--istio-owned-cni-config-filename &lt;string&gt;</code></td>
60+
<td>Filename for Istio owned CNI configuration (default ``)</td>
61+
</tr>
62+
<tr>
5563
<td><code>--kube-ca-file &lt;string&gt;</code></td>
5664
<td>CA file for kubeconfig. Defaults to the same as install-cni pod (default ``)</td>
5765
</tr>
@@ -849,6 +857,18 @@ <h2 id="envvars">Environment variables</h2>
849857
A group can be specified either by name or by a numeric GID.
850858
Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected to Envoy.</td>
851859
</tr>
860+
<tr id='istio-owned-cni-config'>
861+
<td><a href='#istio-owned-cni-config'><code>ISTIO_OWNED_CNI_CONFIG</code></a></td>
862+
<td>Boolean</td>
863+
<td><code>false</code></td>
864+
<td>Whether an Istio owned CNI configuration is enabled</td>
865+
</tr>
866+
<tr id='istio-owned-cni-config-filename'>
867+
<td><a href='#istio-owned-cni-config-filename'><code>ISTIO_OWNED_CNI_CONFIG_FILENAME</code></a></td>
868+
<td>String</td>
869+
<td><code></code></td>
870+
<td>Filename for Istio owned CNI configuration</td>
871+
</tr>
852872
<tr id='istio-watch-namespace'>
853873
<td><a href='#istio-watch-namespace'><code>ISTIO_WATCH_NAMESPACE</code></a></td>
854874
<td>String</td>

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

Lines changed: 3 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, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, tag-watcher, 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, 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>
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, 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>
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>

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@
5252
<td>The IP port to use for the ControlZ introspection facility (default `9876`)</td>
5353
</tr>
5454
<tr>
55+
<td><code>--istio-owned-cni-config</code></td>
56+
<td>Whether an Istio owned CNI configuration is enabled </td>
57+
</tr>
58+
<tr>
59+
<td><code>--istio-owned-cni-config-filename &lt;string&gt;</code></td>
60+
<td>Filename for Istio owned CNI configuration (default ``)</td>
61+
</tr>
62+
<tr>
5563
<td><code>--kube-ca-file &lt;string&gt;</code></td>
5664
<td>CA file for kubeconfig. Defaults to the same as install-cni pod (default ``)</td>
5765
</tr>
@@ -849,6 +857,18 @@ <h2 id="envvars">Environment variables</h2>
849857
A group can be specified either by name or by a numeric GID.
850858
Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected to Envoy.</td>
851859
</tr>
860+
<tr id='istio-owned-cni-config'>
861+
<td><a href='#istio-owned-cni-config'><code>ISTIO_OWNED_CNI_CONFIG</code></a></td>
862+
<td>Boolean</td>
863+
<td><code>false</code></td>
864+
<td>Whether an Istio owned CNI configuration is enabled</td>
865+
</tr>
866+
<tr id='istio-owned-cni-config-filename'>
867+
<td><a href='#istio-owned-cni-config-filename'><code>ISTIO_OWNED_CNI_CONFIG_FILENAME</code></a></td>
868+
<td>String</td>
869+
<td><code></code></td>
870+
<td>Filename for Istio owned CNI configuration</td>
871+
</tr>
852872
<tr id='istio-watch-namespace'>
853873
<td><a href='#istio-watch-namespace'><code>ISTIO_WATCH_NAMESPACE</code></a></td>
854874
<td>String</td>

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

Lines changed: 3 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, monitoring, pkica, pkira, probes, processing, retry, rootcertrotator, secretcontroller, security, serverca, serviceentry, spiffe, status, tag-watcher, 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, 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>
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, 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>
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>

0 commit comments

Comments
 (0)