mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10075)
This commit is contained in:
parent
40e2ed2602
commit
10215ad2d8
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue