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

This commit is contained in:
Istio Automation 2021-08-20 19:50:58 -07:00 committed by GitHub
parent 3c65d6cfb8
commit ae0b6010e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -2146,6 +2146,9 @@ the configuration objects that affect that pod.</p>
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
<pre class="language-bash"><code>istioctl experimental describe pod &lt;pod&gt; [flags]
</code></pre>
<div class="aliases">
<pre class="language-bash"><code>istioctl experimental describe po &lt;pod&gt; [flags]
</code></pre></div>
<table class="command-flags">
<thead>
<tr>
@ -3599,6 +3602,10 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
# Change the revision tag to reference the &#34;1-8-1&#34; revision
istioctl tag set prod --revision 1-8-1 --overwrite
# Make revision &#34;1-8-1&#34; the default revision, both resulting in that revision handling injection for &#34;istio-injection=enabled&#34;
# and validating resources cluster-wide
istioctl tag set default --revision 1-8-1
# Rollout namespace &#34;test-ns&#34; to update workloads to the &#34;1-8-1&#34; revision
kubectl rollout restart deployments -n test-ns
@ -6486,6 +6493,10 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
# Change the revision tag to reference the &#34;1-8-1&#34; revision
istioctl tag set prod --revision 1-8-1 --overwrite
# Make revision &#34;1-8-1&#34; the default revision, both resulting in that revision handling injection for &#34;istio-injection=enabled&#34;
# and validating resources cluster-wide
istioctl tag set default --revision 1-8-1
# Rollout namespace &#34;test-ns&#34; to update workloads to the &#34;1-8-1&#34; revision
kubectl rollout restart deployments -n test-ns