mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10060)
This commit is contained in:
parent
d80c97ce0d
commit
65086b28b5
|
@ -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 <svc>.<namespace>.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>
|
||||
|
|
|
@ -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 <svc>.<namespace>.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>
|
||||
|
|
|
@ -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 <svc>.<namespace>.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>
|
||||
|
|
|
@ -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 <svc>.<namespace>.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>
|
||||
|
|
Loading…
Reference in New Issue