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

This commit is contained in:
Istio Automation 2021-07-13 19:49:13 -07:00 committed by GitHub
parent 40e2ed2602
commit 10215ad2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -969,6 +969,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>Disables all Envoy agent features.</td>
</tr>
<tr>
<td><code>DNS_PROXY_ADDR</code></td>
<td>String</td>
<td><code>localhost:15053</code></td>
<td>Custom address for the DNS proxy. If it ends with :53 and running as root allows running without iptable DNS capture</td>
</tr>
<tr>
<td><code>ECC_SIGNATURE_ALGORITHM</code></td>
<td>String</td>
<td><code></code></td>

View File

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