From 6b4cbe9160b1a1a0c668862d12ca60fec4b86bd1 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 10 Jan 2022 18:52:10 -0800 Subject: [PATCH] Automator: update istio.io@ reference docs (#10771) --- .../config/networking/service-entry/index.html | 16 ++++++++-------- .../docs/reference/config/telemetry/index.html | 2 +- data/features.yaml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/en/docs/reference/config/networking/service-entry/index.html b/content/en/docs/reference/config/networking/service-entry/index.html index 4d6b42d220..b4c3874c72 100644 --- a/content/en/docs/reference/config/networking/service-entry/index.html +++ b/content/en/docs/reference/config/networking/service-entry/index.html @@ -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

{{}}

@@ -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

{{}} @@ -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 diff --git a/content/en/docs/reference/config/telemetry/index.html b/content/en/docs/reference/config/telemetry/index.html index e1cedf411c..83e0286569 100644 --- a/content/en/docs/reference/config/telemetry/index.html +++ b/content/en/docs/reference/config/telemetry/index.html @@ -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 diff --git a/data/features.yaml b/data/features.yaml index 3d398e4790..b98ed37913 100644 --- a/data/features.yaml +++ b/data/features.yaml @@ -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"