mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10771)
This commit is contained in:
parent
73cee2ebae
commit
6b4cbe9160
|
@ -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:
|
||||
- "*"
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue