mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#8210)
This commit is contained in:
parent
459c6e56a0
commit
3b5cacbbe9
|
@ -974,10 +974,10 @@ istioctl d [flags]
|
|||
</tbody>
|
||||
</table>
|
||||
<h2 id="istioctl-experimental-add-to-mesh">istioctl experimental add-to-mesh</h2>
|
||||
<p>'istioctl experimental add-to-mesh' restarts pods with an Istio sidecar or configures meshed pod access to external services.</p>
|
||||
<p>Use 'add-to-mesh' as an alternate to namespace-wide auto injection for troubleshooting compatibility.</p>
|
||||
<p>'istioctl experimental add-to-mesh' restarts pods with an Istio sidecar or configures meshed pod access to external services.
|
||||
Use 'add-to-mesh' as an alternate to namespace-wide auto injection for troubleshooting compatibility.</p>
|
||||
<p>The 'remove-from-mesh' command can be used to restart with the sidecar removed.</p>
|
||||
<p>THESE COMMANDS ARE UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental add-to-mesh [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -1059,8 +1059,7 @@ to test deployments for compatibility with Istio. It can be used instead of nam
|
|||
<p>If your deployment does not function after using 'add-to-mesh' you must re-deploy it and troubleshoot it for Istio compatibility.
|
||||
See https://istio.io/v1.8/docs/ops/deployment/requirements/</p>
|
||||
<p>See also 'istioctl experimental remove-from-mesh deployment' which does the reverse.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental add-to-mesh deployment <deployment> [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -1143,8 +1142,7 @@ istioctl experimental add-to-mesh dep <deployment> [flags]
|
|||
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>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental add-to-mesh external-service <svcname> <ip> [name1:]port1 [[name2:]port2] ... [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -1232,8 +1230,7 @@ to test deployments for compatibility with Istio. It can be used instead of nam
|
|||
<p>If your service does not function after using 'add-to-mesh' you must re-deploy it and troubleshoot it for Istio compatibility.
|
||||
See https://istio.io/v1.8/docs/ops/deployment/requirements/</p>
|
||||
<p>See also 'istioctl experimental remove-from-mesh service' which does the reverse.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental add-to-mesh service <service> [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -1311,7 +1308,8 @@ See https://istio.io/v1.8/docs/ops/deployment/requirements/</p>
|
|||
istioctl x add svc ratings-v1
|
||||
</code></pre>
|
||||
<h2 id="istioctl-experimental-authz">istioctl experimental authz</h2>
|
||||
<p>Inspect Istio AuthorizationPolicy</p>
|
||||
<p></p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<table class="command-flags">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -1349,8 +1347,6 @@ the Envoy configuration of the pod. The command is especially useful for inspect
|
|||
the policy propagation from Istiod to Envoy and the final AuthorizationPolicy list merged
|
||||
from multiple sources (mesh-level, namespace-level and workload-level).</p>
|
||||
<p>The command also supports reading from a standalone config dump file with flag -f.</p>
|
||||
<p>THIS COMMAND IS STILL UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<pre class="language-bash"><code>istioctl experimental authz check [<type>/]<name>[.<namespace>] [flags]
|
||||
</code></pre>
|
||||
<table class="command-flags">
|
||||
|
@ -1529,6 +1525,11 @@ from multiple sources (mesh-level, namespace-level and workload-level).</p>
|
|||
<td></td>
|
||||
<td>Create a secret with this service account's credentials. (default `istio-reader-service-account`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--type <SecretType></code></td>
|
||||
<td></td>
|
||||
<td>Type of the generated secret. supported values = [remote config] (default `remote`)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="istioctl-experimental-create-remote-secret Examples">Examples</h3>
|
||||
|
@ -1585,8 +1586,7 @@ from multiple sources (mesh-level, namespace-level and workload-level).</p>
|
|||
<h2 id="istioctl-experimental-describe-pod">istioctl experimental describe pod</h2>
|
||||
<p>Analyzes pod, its Services, DestinationRules, and VirtualServices and reports
|
||||
the configuration objects that affect that pod.</p>
|
||||
<p>THIS COMMAND IS STILL UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental describe pod <pod> [flags]
|
||||
</code></pre>
|
||||
<table class="command-flags">
|
||||
|
@ -1631,8 +1631,7 @@ the configuration objects that affect that pod.</p>
|
|||
<h2 id="istioctl-experimental-describe-service">istioctl experimental describe service</h2>
|
||||
<p>Analyzes service, pods, DestinationRules, and VirtualServices and reports
|
||||
the configuration objects that affect that service.</p>
|
||||
<p>THIS COMMAND IS STILL UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental describe service <svc> [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -2424,7 +2423,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
|
|||
<p>'istioctl experimental remove-from-mesh' restarts pods without an Istio sidecar or removes external service access configuration.
|
||||
Use 'remove-from-mesh' to quickly test uninjected behavior as part of compatibility troubleshooting.
|
||||
The 'add-to-mesh' command can be used to add or restore the sidecar.</p>
|
||||
<p>THESE COMMANDS ARE UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental remove-from-mesh [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -2474,8 +2473,7 @@ The 'add-to-mesh' command can be used to add or restore the sidecar.</p>
|
|||
<h2 id="istioctl-experimental-remove-from-mesh-deployment">istioctl experimental remove-from-mesh deployment</h2>
|
||||
<p>'istioctl experimental remove-from-mesh deployment' restarts pods with the Istio sidecar un-injected.
|
||||
'remove-from-mesh' is a compatibility troubleshooting tool.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental remove-from-mesh deployment <deployment> [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -2527,8 +2525,7 @@ istioctl experimental remove-from-mesh dep <deployment> [flags]
|
|||
<p>'istioctl experimental remove-from-mesh external-service' removes the ServiceEntry and
|
||||
the Kubernetes Service for the specified external service (e.g. services running on a VM) from Istio service mesh.
|
||||
The typical usage scenario is Mesh Expansion on VMs.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental remove-from-mesh external-service <svcname> [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -2578,8 +2575,7 @@ The typical usage scenario is Mesh Expansion on VMs.</p>
|
|||
<h2 id="istioctl-experimental-remove-from-mesh-service">istioctl experimental remove-from-mesh service</h2>
|
||||
<p>'istioctl experimental remove-from-mesh service' restarts pods with the Istio sidecar un-injected.
|
||||
'remove-from-mesh' is a compatibility troubleshooting tool.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental remove-from-mesh service <service> [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -4799,6 +4795,7 @@ istioctl proxy-config r [<type>/]<name>[.<namespace>] [flags]
|
|||
</code></pre>
|
||||
<h2 id="istioctl-proxy-config-secret">istioctl proxy-config secret</h2>
|
||||
<p>(experimental) Retrieve information about secret configuration for the Envoy instance in the specified pod.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl proxy-config secret [<type>/]<name>[.<namespace>] [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
|
@ -4852,9 +4849,6 @@ istioctl proxy-config r [<type>/]<name>[.<namespace>] [flags]
|
|||
# Retrieve full bootstrap without using Kubernetes API
|
||||
ssh <user@hostname> 'curl localhost:15000/config_dump' > envoy-config.json
|
||||
istioctl proxy-config secret --file envoy-config.json
|
||||
|
||||
THIS COMMAND IS STILL UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.
|
||||
|
||||
</code></pre>
|
||||
<h2 id="istioctl-proxy-status">istioctl proxy-status</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue