mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10205)
This commit is contained in:
parent
3c65d6cfb8
commit
ae0b6010e9
|
@ -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 <pod> [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
<pre class="language-bash"><code>istioctl experimental describe po <pod> [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 "1-8-1" revision
|
||||
istioctl tag set prod --revision 1-8-1 --overwrite
|
||||
|
||||
# Make revision "1-8-1" the default revision, both resulting in that revision handling injection for "istio-injection=enabled"
|
||||
# and validating resources cluster-wide
|
||||
istioctl tag set default --revision 1-8-1
|
||||
|
||||
# Rollout namespace "test-ns" to update workloads to the "1-8-1" 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 "1-8-1" revision
|
||||
istioctl tag set prod --revision 1-8-1 --overwrite
|
||||
|
||||
# Make revision "1-8-1" the default revision, both resulting in that revision handling injection for "istio-injection=enabled"
|
||||
# and validating resources cluster-wide
|
||||
istioctl tag set default --revision 1-8-1
|
||||
|
||||
# Rollout namespace "test-ns" to update workloads to the "1-8-1" revision
|
||||
kubectl rollout restart deployments -n test-ns
|
||||
|
||||
|
|
Loading…
Reference in New Issue