mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#9427)
This commit is contained in:
parent
c8f6b0bfae
commit
e6de49f5df
|
@ -1223,7 +1223,7 @@ istioctl experimental add-to-mesh dep <deployment> [flags]
|
|||
istioctl x add dep ratings-v1
|
||||
</code></pre>
|
||||
<h2 id="istioctl-experimental-add-to-mesh-external-service">istioctl experimental add-to-mesh external-service</h2>
|
||||
<p>istioctl experimental add-to-mesh external-service create a ServiceEntry and
|
||||
<p>istioctl experimental add-to-mesh external-service create a ServiceEntry and
|
||||
a Service without selector for the specified external service in Istio service mesh.
|
||||
The typical usage scenario is Mesh Expansion on VMs.</p>
|
||||
<p>See also 'istioctl experimental remove-from-mesh external-service' which does the reverse.</p>
|
||||
|
@ -3628,11 +3628,6 @@ kube-inject on deployments to get the most up-to-date changes.
|
|||
<td>Injection configuration filename. Cannot be used with --injectConfigMapName (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--injectConfigMapName <string></code></td>
|
||||
<td></td>
|
||||
<td>ConfigMap name for Istio sidecar injection, key should be "config". (default `istio-sidecar-injector`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--istioNamespace <string></code></td>
|
||||
<td><code>-i</code></td>
|
||||
<td>Istio system namespace (default `istio-system`)</td>
|
||||
|
@ -3672,6 +3667,11 @@ kube-inject on deployments to get the most up-to-date changes.
|
|||
<td></td>
|
||||
<td>injection values configuration filename. (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--webhookConfig <string></code></td>
|
||||
<td></td>
|
||||
<td>MutatingWebhookConfiguration name for Istio (default `istio-sidecar-injector`)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="istioctl-kube-inject Examples">Examples</h3>
|
||||
|
@ -5695,6 +5695,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
|
|||
<td>Sets the maximum number of concurrent grpc streams.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_MULTIROOT_MESH</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, mesh will support certificates signed by more than one trustAnchor for ISTIO_MUTUAL mTLS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_PROMETHEUS_ANNOTATIONS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
@ -6031,6 +6037,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
|
|||
<td>If enabled, readiness probes will be sent to 'localhost'. Otherwise, they will be sent to the Pod's IP, matching Kubernetes' behavior.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SHARED_MESH_CONFIG</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SPIFFE_BUNDLE_ENDPOINTS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
|
|
@ -218,6 +218,12 @@ These environment variables affect the behavior of the <code>operator</code> com
|
|||
<td>Sets the maximum number of concurrent grpc streams.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_MULTIROOT_MESH</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, mesh will support certificates signed by more than one trustAnchor for ISTIO_MUTUAL mTLS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>JWT_POLICY</code></td>
|
||||
<td>String</td>
|
||||
<td><code>third-party-jwt</code></td>
|
||||
|
@ -542,6 +548,12 @@ These environment variables affect the behavior of the <code>operator</code> com
|
|||
<td>Reject k8s default tokens, without audience. If false, default K8S token will be accepted</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SHARED_MESH_CONFIG</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SPIFFE_BUNDLE_ENDPOINTS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
|
|
@ -780,6 +780,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td>If set to true, enable the capture of outgoing DNS packets on port 53, redirecting to istio-agent on :15053</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_MULTIROOT_MESH</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, mesh will support certificates signed by more than one trustAnchor for ISTIO_MUTUAL mTLS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_PROMETHEUS_ANNOTATIONS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
@ -1140,6 +1146,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td>The proxy configuration. This will be set by the injection - gateways will use file mounts.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PROXY_CONFIG_XDS_AGENT</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If set to true, agent retrieves dynamic proxy-config updates via xds channel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PROXY_XDS_VIA_AGENT</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
@ -1176,6 +1188,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td>Name of service account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SHARED_MESH_CONFIG</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SPIFFE_BUNDLE_ENDPOINTS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
|
|
@ -604,6 +604,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
|
|||
<td>Sets the maximum number of concurrent grpc streams.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_MULTIROOT_MESH</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, mesh will support certificates signed by more than one trustAnchor for ISTIO_MUTUAL mTLS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ISTIO_PROMETHEUS_ANNOTATIONS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
@ -982,6 +988,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
|
|||
<td>Location of a local or mounted CA root</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SHARED_MESH_CONFIG</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td>Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SPIFFE_BUNDLE_ENDPOINTS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
|
|
@ -81,6 +81,8 @@ Istio supports to control its behavior.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue