From 10215ad2d823fb8bb59b4baa16c3a026833791d3 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 13 Jul 2021 19:49:13 -0700 Subject: [PATCH] Automator: update istio.io@ reference docs (#10075) --- content/en/docs/reference/commands/pilot-agent/index.html | 6 ++++++ data/features.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index 2e61be37a7..f98d73e239 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -969,6 +969,12 @@ These environment variables affect the behavior of the pilot-agent Disables all Envoy agent features. +DNS_PROXY_ADDR +String +localhost:15053 +Custom address for the DNS proxy. If it ends with :53 and running as root allows running without iptable DNS capture + + ECC_SIGNATURE_ALGORITHM String diff --git a/data/features.yaml b/data/features.yaml index f9fcc46f85..cb024e2751 100644 --- a/data/features.yaml +++ b/data/features.yaml @@ -80,10 +80,10 @@ features: maturity: Alpha nextExpectedPromotion: "" area: Traffic Management - - name: "Kubernetes Service APIs" + - name: "Kubernetes Gateway APIs" link: "/docs/tasks/traffic-management/ingress/gateway-api/" level: - checklist: features/service_apis.md + checklist: features/k8s-gateway-apis.md maturity: Alpha nextExpectedPromotion: "" area: Traffic Management