mirror of https://github.com/istio/istio.io.git
Prepare for release 1.16.0 (#12138)
* Prepare for release 1.16.0 * Update for 1.160.0-beta.1 * Update reference docs with new beta.1 build
This commit is contained in:
parent
9f9489c5e2
commit
8b95b8eb57
|
@ -77,7 +77,7 @@ baseurl := "$(URL)"
|
|||
endif
|
||||
|
||||
# Which branch of the Istio source code do we fetch stuff from
|
||||
export SOURCE_BRANCH_NAME ?= master
|
||||
export SOURCE_BRANCH_NAME ?= release-1.16
|
||||
|
||||
site:
|
||||
@scripts/gen_site.sh
|
||||
|
|
|
@ -39,7 +39,7 @@ sudo systemctl restart mysql
|
|||
}
|
||||
|
||||
snip_running_mysql_on_the_vm_3() {
|
||||
curl -LO https://raw.githubusercontent.com/istio/istio/master/samples/bookinfo/src/mysql/mysqldb-init.sql
|
||||
curl -LO https://raw.githubusercontent.com/istio/istio/release-1.16/samples/bookinfo/src/mysql/mysqldb-init.sql
|
||||
mysql -u root -ppassword < mysqldb-init.sql
|
||||
}
|
||||
|
||||
|
|
|
@ -1558,7 +1558,7 @@ Use 'add-to-mesh' as an alternate to namespace-wide auto injection for t
|
|||
<p>'istioctl experimental add-to-mesh deployment' restarts pods with the Istio sidecar. Use 'add-to-mesh'
|
||||
to test deployments for compatibility with Istio. It can be used instead of namespace-wide auto-injection of sidecars and is especially helpful for compatibility testing.</p>
|
||||
<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.17/docs/ops/deployment/requirements/</p>
|
||||
See https://istio.io/v1.16/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>
|
||||
<pre class="language-bash"><code>istioctl experimental add-to-mesh deployment <deployment> [flags]
|
||||
|
@ -1739,7 +1739,7 @@ The typical usage scenario is Mesh Expansion on VMs.</p>
|
|||
<p>istioctl experimental add-to-mesh service restarts pods with the Istio sidecar. Use 'add-to-mesh'
|
||||
to test deployments for compatibility with Istio. It can be used instead of namespace-wide auto-injection of sidecars and is especially helpful for compatibility testing.</p>
|
||||
<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.17/docs/ops/deployment/requirements/</p>
|
||||
See https://istio.io/v1.16/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>
|
||||
<pre class="language-bash"><code>istioctl experimental add-to-mesh service <service> [flags]
|
||||
|
@ -1969,16 +1969,16 @@ Checks associated resources of the given resource, and running webhooks to exami
|
|||
</table>
|
||||
<h3 id="istioctl-experimental-check-inject Examples">Examples</h3>
|
||||
<pre class="language-bash"><code> # Check the injection status of a pod
|
||||
istioctl experimental check-inject details-v1-fcff6c49c-kqnfk.test
|
||||
istioctl experimental check-inject details-v1-fcff6c49c-kqnfk.test
|
||||
|
||||
# Check the injection status of a pod under a deployment
|
||||
istioctl x check-inject deployment/details-v1
|
||||
# Check the injection status of a pod under a deployment
|
||||
istioctl x check-inject deployment/details-v1
|
||||
|
||||
# Check the injection status of a pod under a deployment in namespace test
|
||||
istioctl x check-inject deployment/details-v1 -n test
|
||||
# Check the injection status of a pod under a deployment in namespace test
|
||||
istioctl x check-inject deployment/details-v1 -n test
|
||||
|
||||
# Check the injection status of label pairs in a specific namespace before actual injection
|
||||
istioctl x check-inject -n test -l app=helloworld,version=v1
|
||||
# Check the injection status of label pairs in a specific namespace before actual injection
|
||||
istioctl x check-inject -n test -l app=helloworld,version=v1
|
||||
|
||||
</code></pre>
|
||||
<h2 id="istioctl-experimental-config">istioctl experimental config</h2>
|
||||
|
@ -2115,8 +2115,8 @@ Checks associated resources of the given resource, and running webhooks to exami
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3209,8 +3209,8 @@ The typical usage scenario is Mesh Expansion on VMs.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3267,8 +3267,8 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3337,8 +3337,8 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3412,8 +3412,8 @@ without manual relabeling of the "istio.io/rev" tag.
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3476,8 +3476,8 @@ injection labels.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3573,8 +3573,8 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3641,8 +3641,8 @@ revision tag before removing using the "istioctl tag list" command.
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3716,8 +3716,8 @@ injection labels.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3829,8 +3829,8 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3853,7 +3853,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -4435,8 +4435,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -4459,7 +4459,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -4835,8 +4835,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -4859,7 +4859,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--vklog <Level></code></td>
|
||||
|
@ -4941,8 +4941,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -4965,7 +4965,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -5093,8 +5093,8 @@ could be secret list separated by comma, eg. '--imagePullSecrets imagePullSe
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5193,8 +5193,8 @@ could be secret list separated by comma, eg. '--imagePullSecrets imagePullSe
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5422,8 +5422,8 @@ istioctl install --set profile=demo # Use a profile from the list
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5498,8 +5498,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5561,8 +5561,8 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6498,8 +6498,8 @@ injection labels.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6692,8 +6692,8 @@ injection labels.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6795,8 +6795,8 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6819,7 +6819,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -6902,8 +6902,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6921,7 +6921,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -7057,8 +7057,8 @@ istioctl experimental precheck.
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -173,7 +173,7 @@ killall istioctl
|
|||
}
|
||||
|
||||
snip_cleanup_2() {
|
||||
kubectl delete -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/jaeger.yaml
|
||||
kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.16/samples/addons/jaeger.yaml
|
||||
}
|
||||
|
||||
snip_cleanup_3() {
|
||||
|
|
|
@ -324,7 +324,7 @@ spec:
|
|||
istio: ingressgateway
|
||||
jwtRules:
|
||||
- issuer: "testing@secure.istio.io"
|
||||
jwksUri: "https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/jwks.json"
|
||||
jwksUri: "https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/jwks.json"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
@ -345,7 +345,7 @@ curl --header "Authorization: Bearer deadbeef" "$INGRESS_HOST:$INGRESS_PORT/head
|
|||
ENDSNIP
|
||||
|
||||
snip_enduser_authentication_7() {
|
||||
TOKEN=$(curl https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/demo.jwt -s)
|
||||
TOKEN=$(curl https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/demo.jwt -s)
|
||||
curl --header "Authorization: Bearer $TOKEN" "$INGRESS_HOST:$INGRESS_PORT/headers" -s -o /dev/null -w "%{http_code}\n"
|
||||
}
|
||||
|
||||
|
@ -354,11 +354,11 @@ curl --header "Authorization: Bearer $TOKEN" "$INGRESS_HOST:$INGRESS_PORT/header
|
|||
ENDSNIP
|
||||
|
||||
snip_enduser_authentication_8() {
|
||||
wget --no-verbose https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/gen-jwt.py
|
||||
wget --no-verbose https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/gen-jwt.py
|
||||
}
|
||||
|
||||
snip_enduser_authentication_9() {
|
||||
wget --no-verbose https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/key.pem
|
||||
wget --no-verbose https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/key.pem
|
||||
}
|
||||
|
||||
snip_enduser_authentication_10() {
|
||||
|
|
|
@ -47,7 +47,7 @@ spec:
|
|||
istio: ingressgateway
|
||||
jwtRules:
|
||||
- issuer: "testing@secure.istio.io"
|
||||
jwksUri: "https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/jwks.json"
|
||||
jwksUri: "https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/jwks.json"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
@ -97,7 +97,7 @@ HTTP/1.1 401 Unauthorized
|
|||
ENDSNIP
|
||||
|
||||
snip_validating_ingress_routing_based_on_jwt_claims_3() {
|
||||
TOKEN_GROUP=$(curl https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/groups-scope.jwt -s) && echo "$TOKEN_GROUP" | cut -d '.' -f2 - | base64 --decode -
|
||||
TOKEN_GROUP=$(curl https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/groups-scope.jwt -s) && echo "$TOKEN_GROUP" | cut -d '.' -f2 - | base64 --decode -
|
||||
}
|
||||
|
||||
! read -r -d '' snip_validating_ingress_routing_based_on_jwt_claims_3_out <<\ENDSNIP
|
||||
|
@ -114,7 +114,7 @@ HTTP/1.1 200 OK
|
|||
ENDSNIP
|
||||
|
||||
snip_validating_ingress_routing_based_on_jwt_claims_5() {
|
||||
TOKEN_NO_GROUP=$(curl https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/demo.jwt -s) && echo "$TOKEN_NO_GROUP" | cut -d '.' -f2 - | base64 --decode -
|
||||
TOKEN_NO_GROUP=$(curl https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/demo.jwt -s) && echo "$TOKEN_NO_GROUP" | cut -d '.' -f2 - | base64 --decode -
|
||||
}
|
||||
|
||||
! read -r -d '' snip_validating_ingress_routing_based_on_jwt_claims_5_out <<\ENDSNIP
|
||||
|
|
|
@ -36,7 +36,7 @@ kubectl exec "$(kubectl get pod -l app=sleep -n foo -o jsonpath={.items..metadat
|
|||
ENDSNIP
|
||||
|
||||
snip_deploy_the_external_authorizer_1() {
|
||||
kubectl apply -n foo -f https://raw.githubusercontent.com/istio/istio/master/samples/extauthz/ext-authz.yaml
|
||||
kubectl apply -n foo -f https://raw.githubusercontent.com/istio/istio/release-1.16/samples/extauthz/ext-authz.yaml
|
||||
}
|
||||
|
||||
! read -r -d '' snip_deploy_the_external_authorizer_1_out <<\ENDSNIP
|
||||
|
|
|
@ -47,7 +47,7 @@ spec:
|
|||
app: httpbin
|
||||
jwtRules:
|
||||
- issuer: "testing@secure.istio.io"
|
||||
jwksUri: "https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/jwks.json"
|
||||
jwksUri: "https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/jwks.json"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
@ -87,7 +87,7 @@ EOF
|
|||
}
|
||||
|
||||
snip_allow_requests_with_valid_jwt_and_listtyped_claims_5() {
|
||||
TOKEN=$(curl https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/demo.jwt -s) && echo "$TOKEN" | cut -d '.' -f2 - | base64 --decode -
|
||||
TOKEN=$(curl https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/demo.jwt -s) && echo "$TOKEN" | cut -d '.' -f2 - | base64 --decode -
|
||||
}
|
||||
|
||||
! read -r -d '' snip_allow_requests_with_valid_jwt_and_listtyped_claims_5_out <<\ENDSNIP
|
||||
|
@ -133,7 +133,7 @@ EOF
|
|||
}
|
||||
|
||||
snip_allow_requests_with_valid_jwt_and_listtyped_claims_9() {
|
||||
TOKEN_GROUP=$(curl https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/groups-scope.jwt -s) && echo "$TOKEN_GROUP" | cut -d '.' -f2 - | base64 --decode -
|
||||
TOKEN_GROUP=$(curl https://raw.githubusercontent.com/istio/istio/release-1.16/security/tools/jwt/samples/groups-scope.jwt -s) && echo "$TOKEN_GROUP" | cut -d '.' -f2 - | base64 --decode -
|
||||
}
|
||||
|
||||
! read -r -d '' snip_allow_requests_with_valid_jwt_and_listtyped_claims_9_out <<\ENDSNIP
|
||||
|
|
|
@ -1558,7 +1558,7 @@ Use 'add-to-mesh' as an alternate to namespace-wide auto injection for t
|
|||
<p>'istioctl experimental add-to-mesh deployment' restarts pods with the Istio sidecar. Use 'add-to-mesh'
|
||||
to test deployments for compatibility with Istio. It can be used instead of namespace-wide auto-injection of sidecars and is especially helpful for compatibility testing.</p>
|
||||
<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.17/docs/ops/deployment/requirements/</p>
|
||||
See https://istio.io/v1.16/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>
|
||||
<pre class="language-bash"><code>istioctl experimental add-to-mesh deployment <deployment> [flags]
|
||||
|
@ -1739,7 +1739,7 @@ The typical usage scenario is Mesh Expansion on VMs.</p>
|
|||
<p>istioctl experimental add-to-mesh service restarts pods with the Istio sidecar. Use 'add-to-mesh'
|
||||
to test deployments for compatibility with Istio. It can be used instead of namespace-wide auto-injection of sidecars and is especially helpful for compatibility testing.</p>
|
||||
<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.17/docs/ops/deployment/requirements/</p>
|
||||
See https://istio.io/v1.16/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>
|
||||
<pre class="language-bash"><code>istioctl experimental add-to-mesh service <service> [flags]
|
||||
|
@ -1969,16 +1969,16 @@ Checks associated resources of the given resource, and running webhooks to exami
|
|||
</table>
|
||||
<h3 id="istioctl-experimental-check-inject Examples">Examples</h3>
|
||||
<pre class="language-bash"><code> # Check the injection status of a pod
|
||||
istioctl experimental check-inject details-v1-fcff6c49c-kqnfk.test
|
||||
istioctl experimental check-inject details-v1-fcff6c49c-kqnfk.test
|
||||
|
||||
# Check the injection status of a pod under a deployment
|
||||
istioctl x check-inject deployment/details-v1
|
||||
# Check the injection status of a pod under a deployment
|
||||
istioctl x check-inject deployment/details-v1
|
||||
|
||||
# Check the injection status of a pod under a deployment in namespace test
|
||||
istioctl x check-inject deployment/details-v1 -n test
|
||||
# Check the injection status of a pod under a deployment in namespace test
|
||||
istioctl x check-inject deployment/details-v1 -n test
|
||||
|
||||
# Check the injection status of label pairs in a specific namespace before actual injection
|
||||
istioctl x check-inject -n test -l app=helloworld,version=v1
|
||||
# Check the injection status of label pairs in a specific namespace before actual injection
|
||||
istioctl x check-inject -n test -l app=helloworld,version=v1
|
||||
|
||||
</code></pre>
|
||||
<h2 id="istioctl-experimental-config">istioctl experimental config</h2>
|
||||
|
@ -2115,8 +2115,8 @@ Checks associated resources of the given resource, and running webhooks to exami
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3209,8 +3209,8 @@ The typical usage scenario is Mesh Expansion on VMs.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3267,8 +3267,8 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3337,8 +3337,8 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3412,8 +3412,8 @@ without manual relabeling of the "istio.io/rev" tag.
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3476,8 +3476,8 @@ injection labels.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3573,8 +3573,8 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3641,8 +3641,8 @@ revision tag before removing using the "istioctl tag list" command.
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3716,8 +3716,8 @@ injection labels.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3829,8 +3829,8 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3853,7 +3853,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -4435,8 +4435,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -4459,7 +4459,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -4835,8 +4835,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -4859,7 +4859,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--vklog <Level></code></td>
|
||||
|
@ -4941,8 +4941,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -4965,7 +4965,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -5093,8 +5093,8 @@ could be secret list separated by comma, eg. '--imagePullSecrets imagePullSe
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5193,8 +5193,8 @@ could be secret list separated by comma, eg. '--imagePullSecrets imagePullSe
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5422,8 +5422,8 @@ istioctl install --set profile=demo # Use a profile from the list
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5498,8 +5498,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5561,8 +5561,8 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6498,8 +6498,8 @@ injection labels.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6692,8 +6692,8 @@ injection labels.</p>
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6795,8 +6795,8 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6819,7 +6819,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -6902,8 +6902,8 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -6921,7 +6921,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0
|
|||
<td><code>-s</code></td>
|
||||
<td>Override an IstioOperator value, e.g. to choose a profile
|
||||
(--set profile=demo), enable or disable components (--set components.cni.enabled=true), or override Istio
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.17/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
settings (--set meshConfig.enableTracing=true). See documentation for more info:https://istio.io/v1.16/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec (default `[]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--skip-confirmation</code></td>
|
||||
|
@ -7057,8 +7057,8 @@ istioctl experimental precheck.
|
|||
<td><code>--manifests <string></code></td>
|
||||
<td><code>-d</code></td>
|
||||
<td>Specify a path to a directory of charts and profiles
|
||||
(e.g. ~/Downloads/istio-1.17.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.17.0/istio-1.17.0-linux-amd64.tar.gz).
|
||||
(e.g. ~/Downloads/istio-1.16.0/manifests)
|
||||
or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0/istio-1.16.0-linux-amd64.tar.gz).
|
||||
(default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -25,7 +25,7 @@ archive_date: YYYY-MM-DD
|
|||
archive_search_refinement: "V1.1"
|
||||
|
||||
# GitHub branch names used when the docs have links to GitHub
|
||||
source_branch_name: master
|
||||
source_branch_name: release-1.16
|
||||
doc_branch_name: master
|
||||
|
||||
# The list of supported versions described by the docs
|
||||
|
|
6
go.mod
6
go.mod
|
@ -11,8 +11,8 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
|
|||
require (
|
||||
github.com/golang/sync v0.0.0-20180314180146-1d60e4601c6f
|
||||
github.com/pmezard/go-difflib v1.0.0
|
||||
istio.io/istio v0.0.0-20221015172728-8614b4e82661
|
||||
istio.io/pkg v0.0.0-20221010145513-84f7e761c2b8
|
||||
istio.io/istio v0.0.0-20221021201849-a4eabf425911
|
||||
istio.io/pkg v0.0.0-20221020214838-c13f498174be
|
||||
k8s.io/apimachinery v0.25.1
|
||||
k8s.io/client-go v0.25.1
|
||||
)
|
||||
|
@ -206,7 +206,7 @@ require (
|
|||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
helm.sh/helm/v3 v3.10.0 // indirect
|
||||
istio.io/api v0.0.0-20221014193526-d5177ccf8878 // indirect
|
||||
istio.io/api v0.0.0-20221020213230-ba2ba99beb6d // indirect
|
||||
istio.io/client-go v1.15.0-beta.1.0.20220826132951-9dfd19c7a2a0 // indirect
|
||||
k8s.io/api v0.25.1 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.25.0 // indirect
|
||||
|
|
12
go.sum
12
go.sum
|
@ -1867,14 +1867,14 @@ honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt
|
|||
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
|
||||
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
|
||||
honnef.co/go/tools v0.2.1/go.mod h1:lPVVZ2BS5TfnjLyizF7o7hv7j9/L+8cZY2hLyjP9cGY=
|
||||
istio.io/api v0.0.0-20221014193526-d5177ccf8878 h1:Ci4zKYKDi+fD1w6oRrcV4Odt00m29WLpjHzFD6NTutQ=
|
||||
istio.io/api v0.0.0-20221014193526-d5177ccf8878/go.mod h1:hQkF0Q19MCmfOTre/Sg4KvrwwETq45oaFplnBm2p4j8=
|
||||
istio.io/api v0.0.0-20221020213230-ba2ba99beb6d h1:OXn1GrDr3Oj9eZyEWV70y2/UBpPXmbiH+XXdFHa32yc=
|
||||
istio.io/api v0.0.0-20221020213230-ba2ba99beb6d/go.mod h1:hQkF0Q19MCmfOTre/Sg4KvrwwETq45oaFplnBm2p4j8=
|
||||
istio.io/client-go v1.15.0-beta.1.0.20220826132951-9dfd19c7a2a0 h1:GSm2hZ8JoDDBypyWkCdh4UIVHyE3jM3Nw3B+MzS/biM=
|
||||
istio.io/client-go v1.15.0-beta.1.0.20220826132951-9dfd19c7a2a0/go.mod h1:EqbbL+90VpmUbedJTv0nG0v/ulk32cVTKKjZsG7UYqM=
|
||||
istio.io/istio v0.0.0-20221015172728-8614b4e82661 h1:t6hq/+4YZvljy8e2e1obRNo5E5eJ5fWIB0Hp2Ob8KME=
|
||||
istio.io/istio v0.0.0-20221015172728-8614b4e82661/go.mod h1:tsD+pYn4S41cypHoUN7bTiuTm5Haav/sDCI51AKCJGM=
|
||||
istio.io/pkg v0.0.0-20221010145513-84f7e761c2b8 h1:bSaEMofjP1uhha3StLnI/KjqKOpaCCygrhONhBDdLQQ=
|
||||
istio.io/pkg v0.0.0-20221010145513-84f7e761c2b8/go.mod h1:Rom8KLVw76XZdvGZet+54VPZswL/XqX8x4MBH6khECw=
|
||||
istio.io/istio v0.0.0-20221021201849-a4eabf425911 h1:QG6yzT7RG51K+lFBOEs/bo9qw89S1x+6J7EeXa35j0k=
|
||||
istio.io/istio v0.0.0-20221021201849-a4eabf425911/go.mod h1:27fexphA7r39j9kfX6cUD+n1V3nO4blBtrO5Rugty8o=
|
||||
istio.io/pkg v0.0.0-20221020214838-c13f498174be h1:Ly+XWxJgDxN1IknXUBya/Ag8FKrE8MatcNwNODgiCFI=
|
||||
istio.io/pkg v0.0.0-20221020214838-c13f498174be/go.mod h1:Rom8KLVw76XZdvGZet+54VPZswL/XqX8x4MBH6khECw=
|
||||
k8s.io/api v0.18.2/go.mod h1:SJCWI7OLzhZSvbY7U8zwNl9UA4o1fizoug34OV/2r78=
|
||||
k8s.io/api v0.18.3/go.mod h1:UOaMwERbqJMfeeeHc8XJKawj4P9TgDRnViIqqBeH2QA=
|
||||
k8s.io/api v0.18.4/go.mod h1:lOIQAKYgai1+vz9J7YcDZwC26Z0zQewYOGWdyIPUUQ4=
|
||||
|
|
Loading…
Reference in New Issue