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

This commit is contained in:
Istio Automation 2022-01-10 18:52:10 -08:00 committed by GitHub
parent 73cee2ebae
commit 6b4cbe9160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -285,7 +285,7 @@ metadata:
namespace : egress
spec:
hosts:
- httpbin.com
- example.com
exportTo:
- "."
location: MESH_EXTERNAL
@ -307,7 +307,7 @@ metadata:
namespace : egress
spec:
hosts:
- httpbin.com
- example.com
exportTo:
- "."
location: MESH_EXTERNAL
@ -384,7 +384,7 @@ metadata:
namespace: egress
spec:
hosts:
- httpbin.com
- example.com
exportTo:
- "*"
gateways:
@ -404,7 +404,7 @@ spec:
- istio-egressgateway
route:
- destination:
host: httpbin.com
host: example.com
</code></pre>
<p>{{</tab>}}</p>
@ -418,7 +418,7 @@ metadata:
namespace: egress
spec:
hosts:
- httpbin.com
- example.com
exportTo:
- &quot;*&quot;
gateways:
@ -438,7 +438,7 @@ spec:
- istio-egressgateway
route:
- destination:
host: httpbin.com
host: example.com
</code></pre>
<p>{{</tab>}}
@ -624,7 +624,7 @@ metadata:
namespace : httpbin-ns
spec:
hosts:
- httpbin.com
- example.com
location: MESH_INTERNAL
ports:
- number: 80
@ -649,7 +649,7 @@ metadata:
namespace : httpbin-ns
spec:
hosts:
- httpbin.com
- example.com
location: MESH_INTERNAL
ports:
- number: 80

View File

@ -183,7 +183,7 @@ spec:
# no selector specified, applies to all workloads
accessLogging:
- providers:
- name: envoyFileAccessLogger
- name: envoy
# By default, this turns on access logging (no need to set `disabled: false`).
# Unspecified `disabled` will be treated as `disabled: false`, except in
# cases where a parent configuration has marked as `disabled: true`. In

View File

@ -248,8 +248,8 @@ features:
link: "/docs/tasks/security/authorization/authz-dry-run"
level:
checklist: features/dry_run_authorization_policy.md
maturity: Experimental
nextExpectedPromotion: "1.13"
maturity: Alpha
nextExpectedPromotion: "1.14"
area: Security and policy enforcement
- name: "In-Cluster Operator"
id: "core.in_cluster_operator"