Skip to content

Commit 5727421

Browse files
Automator: update istio.io@ reference docs (#16204)
1 parent dbe20cb commit 5727421

File tree

18 files changed

+110
-72
lines changed

18 files changed

+110
-72
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6895,6 +6895,11 @@ <h3 id="istioctl-waypoint-delete">istioctl waypoint delete</h3>
68956895
<td>Kubernetes namespace (default ``)</td>
68966896
</tr>
68976897
<tr>
6898+
<td><code>--revision &lt;string&gt;</code></td>
6899+
<td><code>-r</code></td>
6900+
<td>Delete the specified version of the waypoint in the namespace (default ``)</td>
6901+
</tr>
6902+
<tr>
68986903
<td><code>--vklog &lt;Level&gt;</code></td>
68996904
<td></td>
69006905
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@@ -6913,6 +6918,9 @@ <h4 id="istioctl-waypoint-delete Examples">Examples</h4>
69136918

69146919
# Delete all waypoints in a specific namespace
69156920
istioctl waypoint delete --all --namespace default
6921+
6922+
# Delete specific revision waypoints in a namespace
6923+
istioctl waypoint delete --revision v1 --namespace default
69166924
</code></pre>
69176925
<h3 id="istioctl-waypoint-generate">istioctl waypoint generate</h3>
69186926
<p>Generate a waypoint configuration as YAML</p>

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

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

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, ingress status, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, 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, ingress status, 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>
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, ingress status, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, 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, ingress status, 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>
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, ingress status, ip-autoallocate, klog, krt, kube, model, monitor, monitoring, pkica, pkira, 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, ingress status, 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>
282282
</tr>
283283
<tr>
284284
<td><code>--log_target &lt;stringArray&gt;</code></td>

content/en/docs/reference/config/networking/envoy-filter/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,9 @@ <h2 id="EnvoyFilter">EnvoyFilter</h2>
419419
<p>Currently, the following resource attachment types are supported:</p>
420420
<ul>
421421
<li><code>kind: Gateway</code> with <code>group: gateway.networking.k8s.io</code> in the same namespace.</li>
422+
<li><code>kind: GatewayClass</code> with <code>group: gateway.networking.k8s.io</code> in the root namespace.</li>
422423
<li><code>kind: Service</code> with <code>&quot;&quot;</code> in the same namespace. This type is only supported for waypoints.</li>
424+
<li><code>kind: ServiceEntry</code> with <code>group: networking.istio.io</code> in the same namespace.</li>
423425
</ul>
424426
<p>If not set, the policy is applied as defined by the selector.
425427
At most one of the selector and targetRefs can be set.</p>

content/en/docs/reference/config/proxy_extensions/wasm-plugin/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ <h2 id="WasmPlugin">WasmPlugin</h2>
208208
<p>Currently, the following resource attachment types are supported:</p>
209209
<ul>
210210
<li><code>kind: Gateway</code> with <code>group: gateway.networking.k8s.io</code> in the same namespace.</li>
211+
<li><code>kind: GatewayClass</code> with <code>group: gateway.networking.k8s.io</code> in the root namespace.</li>
211212
<li><code>kind: Service</code> with <code>group: &quot;&quot;</code> or <code>group: &quot;core&quot;</code> in the same namespace. This type is only supported for waypoints.</li>
213+
<li><code>kind: ServiceEntry</code> with <code>group: networking.istio.io</code> in the same namespace.</li>
212214
</ul>
213215
<p>If not set, the policy is applied as defined by the selector.
214216
At most one of the selector and targetRefs can be set.</p>

content/en/docs/reference/config/security/authorization-policy/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ <h2 id="AuthorizationPolicy">AuthorizationPolicy</h2>
232232
<p>Currently, the following resource attachment types are supported:</p>
233233
<ul>
234234
<li><code>kind: Gateway</code> with <code>group: gateway.networking.k8s.io</code> in the same namespace.</li>
235+
<li><code>kind: GatewayClass</code> with <code>group: gateway.networking.k8s.io</code> in the root namespace.</li>
235236
<li><code>kind: Service</code> with <code>group: &quot;&quot;</code> or <code>group: &quot;core&quot;</code> in the same namespace. This type is only supported for waypoints.</li>
237+
<li><code>kind: ServiceEntry</code> with <code>group: networking.istio.io</code> in the same namespace.</li>
236238
</ul>
237239
<p>If not set, the policy is applied as defined by the selector.
238240
At most one of the selector and targetRefs can be set.</p>

content/en/docs/reference/config/security/request_authentication/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ <h2 id="RequestAuthentication">RequestAuthentication</h2>
230230
<p>Currently, the following resource attachment types are supported:</p>
231231
<ul>
232232
<li><code>kind: Gateway</code> with <code>group: gateway.networking.k8s.io</code> in the same namespace.</li>
233+
<li><code>kind: GatewayClass</code> with <code>group: gateway.networking.k8s.io</code> in the root namespace.</li>
233234
<li><code>kind: Service</code> with <code>group: &quot;&quot;</code> or <code>group: &quot;core&quot;</code> in the same namespace. This type is only supported for waypoints.</li>
235+
<li><code>kind: ServiceEntry</code> with <code>group: networking.istio.io</code> in the same namespace.</li>
234236
</ul>
235237
<p>If not set, the policy is applied as defined by the selector.
236238
At most one of the selector and targetRefs can be set.</p>

content/en/docs/reference/config/telemetry/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ <h2 id="Telemetry">Telemetry</h2>
230230
<p>Currently, the following resource attachment types are supported:</p>
231231
<ul>
232232
<li><code>kind: Gateway</code> with <code>group: gateway.networking.k8s.io</code> in the same namespace.</li>
233+
<li><code>kind: GatewayClass</code> with <code>group: gateway.networking.k8s.io</code> in the root namespace.</li>
233234
<li><code>kind: Service</code> with <code>group: &quot;&quot;</code> or <code>group: &quot;core&quot;</code> in the same namespace. This type is only supported for waypoints.</li>
235+
<li><code>kind: ServiceEntry</code> with <code>group: networking.istio.io</code> in the same namespace.</li>
234236
</ul>
235237
<p>If not set, the policy is applied as defined by the selector.
236238
At most one of the selector and targetRefs can be set.</p>

content/en/docs/reference/config/type/workload-selector/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ <h2 id="PolicyTargetReference">PolicyTargetReference</h2>
9595
methods: [&quot;POST&quot;]
9696
ports: [&quot;8080&quot;]
9797
</code></pre>
98+
<p>When binding to a GatewayClass resource using PolicyTargetReference, your policy must be in the root namespace.</p>
9899

99100
<table class="message-fields">
100101
<thead>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6895,6 +6895,11 @@ <h3 id="istioctl-waypoint-delete">istioctl waypoint delete</h3>
68956895
<td>Kubernetes namespace (default ``)</td>
68966896
</tr>
68976897
<tr>
6898+
<td><code>--revision &lt;string&gt;</code></td>
6899+
<td><code>-r</code></td>
6900+
<td>Delete the specified version of the waypoint in the namespace (default ``)</td>
6901+
</tr>
6902+
<tr>
68986903
<td><code>--vklog &lt;Level&gt;</code></td>
68996904
<td></td>
69006905
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@@ -6913,6 +6918,9 @@ <h4 id="istioctl-waypoint-delete Examples">Examples</h4>
69136918

69146919
# Delete all waypoints in a specific namespace
69156920
istioctl waypoint delete --all --namespace default
6921+
6922+
# Delete specific revision waypoints in a namespace
6923+
istioctl waypoint delete --revision v1 --namespace default
69166924
</code></pre>
69176925
<h3 id="istioctl-waypoint-generate">istioctl waypoint generate</h3>
69186926
<p>Generate a waypoint configuration as YAML</p>

0 commit comments

Comments
 (0)