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

This commit is contained in:
Istio Automation 2021-07-12 19:47:11 -07:00 committed by GitHub
parent d80c97ce0d
commit 65086b28b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 0 deletions

View File

@ -6409,6 +6409,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>If enabled, istiod will automatically generate MCS ServiceExport objects for each service in each cluster. Services defined to be cluster-local in MeshConfig are excluded.</td>
</tr>
<tr>
<td><code>ENABLE_MCS_HOST</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will provide an alias &lt;svc&gt;.&lt;namespace&gt;.svc.clusterset.local for each Kubernetes service. Clients must, however, be able to successfully lookup these DNS hosts. That means that either Istio DNS interception must be enabled or an MCS controller must be used.</td>
</tr>
<tr>
<td><code>ENABLE_MCS_SERVICE_DISCOVERY</code></td>
<td>Boolean</td>
<td><code>false</code></td>

View File

@ -301,6 +301,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td>If enabled, istiod will automatically generate MCS ServiceExport objects for each service in each cluster. Services defined to be cluster-local in MeshConfig are excluded.</td>
</tr>
<tr>
<td><code>ENABLE_MCS_HOST</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will provide an alias &lt;svc&gt;.&lt;namespace&gt;.svc.clusterset.local for each Kubernetes service. Clients must, however, be able to successfully lookup these DNS hosts. That means that either Istio DNS interception must be enabled or an MCS controller must be used.</td>
</tr>
<tr>
<td><code>ENABLE_MCS_SERVICE_DISCOVERY</code></td>
<td>Boolean</td>
<td><code>false</code></td>

View File

@ -999,6 +999,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If enabled, istiod will automatically generate MCS ServiceExport objects for each service in each cluster. Services defined to be cluster-local in MeshConfig are excluded.</td>
</tr>
<tr>
<td><code>ENABLE_MCS_HOST</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will provide an alias &lt;svc&gt;.&lt;namespace&gt;.svc.clusterset.local for each Kubernetes service. Clients must, however, be able to successfully lookup these DNS hosts. That means that either Istio DNS interception must be enabled or an MCS controller must be used.</td>
</tr>
<tr>
<td><code>ENABLE_MCS_SERVICE_DISCOVERY</code></td>
<td>Boolean</td>
<td><code>false</code></td>

View File

@ -443,6 +443,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>If enabled, istiod will automatically generate MCS ServiceExport objects for each service in each cluster. Services defined to be cluster-local in MeshConfig are excluded.</td>
</tr>
<tr>
<td><code>ENABLE_MCS_HOST</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will provide an alias &lt;svc&gt;.&lt;namespace&gt;.svc.clusterset.local for each Kubernetes service. Clients must, however, be able to successfully lookup these DNS hosts. That means that either Istio DNS interception must be enabled or an MCS controller must be used.</td>
</tr>
<tr>
<td><code>ENABLE_MCS_SERVICE_DISCOVERY</code></td>
<td>Boolean</td>
<td><code>false</code></td>