Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reference docs in zh path #11252

Merged
merged 2 commits into from
May 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
594 changes: 0 additions & 594 deletions content/zh/docs/reference/commands/galley/index.html

This file was deleted.

1,463 changes: 1,463 additions & 0 deletions content/zh/docs/reference/commands/install-cni/index.html

Large diffs are not rendered by default.

414 changes: 0 additions & 414 deletions content/zh/docs/reference/commands/istio_ca/index.html

This file was deleted.

6,939 changes: 5,131 additions & 1,808 deletions content/zh/docs/reference/commands/istioctl/index.html

Large diffs are not rendered by default.

411 changes: 0 additions & 411 deletions content/zh/docs/reference/commands/mixs/index.html

This file was deleted.

178 changes: 0 additions & 178 deletions content/zh/docs/reference/commands/node_agent/index.html

This file was deleted.

10 changes: 8 additions & 2 deletions content/zh/docs/reference/commands/operator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,12 @@ <h2 id="envvars">Environment variables</h2>
<td>Enable the auto mTLS EDS output to consult the PeerAuthentication Policy, only set the {tlsMode: istio} when server side policy enables mTLS PERMISSIVE or STRICT.</td>
</tr>
<tr>
<td><code>ENABLE_AUTO_SNI</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, automatically set SNI when `DestinationRules` do not specify the same</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
Expand Down Expand Up @@ -438,7 +444,7 @@ <h2 id="envvars">Environment variables</h2>
<td><code>ISTIOD_CUSTOM_HOST</code></td>
<td>String</td>
<td><code></code></td>
<td>Custom host name of istiod that istiod signs the server cert.</td>
<td>Custom host name of istiod that istiod signs the server cert. Multiple custom host names are supported, and multiple values are separated by commas.</td>
</tr>
<tr>
<td><code>ISTIO_AGENT_ENABLE_WASM_REMOTE_LOAD_CONVERSION</code></td>
Expand Down Expand Up @@ -762,7 +768,7 @@ <h2 id="envvars">Environment variables</h2>
<td><code>PILOT_FILTER_GATEWAY_CLUSTER_CONFIG</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td></td>
<td>If enabled, Pilot will send only clusters that referenced in gateway virtual services attached to gateway</td>
</tr>
<tr>
<td><code>PILOT_FLOW_CONTROL_TIMEOUT</code></td>
Expand Down
Loading