mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#12024)
This commit is contained in:
parent
4d98dcbdd5
commit
af3cdf2833
|
@ -2098,15 +2098,15 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0
|
|||
</table>
|
||||
<h3 id="istioctl-experimental-create-remote-secret Examples">Examples</h3>
|
||||
<pre class="language-bash"><code> # Create a secret to access cluster c0's apiserver and install it in cluster c1.
|
||||
istioctl --kubeconfig=c0.yaml x create-remote-secret --name c0 \
|
||||
istioctl --kubeconfig=c0.yaml create-remote-secret --name c0 \
|
||||
| kubectl --kubeconfig=c1.yaml apply -f -
|
||||
|
||||
# Delete a secret that was previously installed in c1
|
||||
istioctl --kubeconfig=c0.yaml x create-remote-secret --name c0 \
|
||||
istioctl --kubeconfig=c0.yaml create-remote-secret --name c0 \
|
||||
| kubectl --kubeconfig=c1.yaml delete -f -
|
||||
|
||||
# Create a secret access a remote cluster with an auth plugin
|
||||
istioctl --kubeconfig=c0.yaml x create-remote-secret --name c0 --auth-type=plugin --auth-plugin-name=gcp \
|
||||
istioctl --kubeconfig=c0.yaml create-remote-secret --name c0 --auth-type=plugin --auth-plugin-name=gcp \
|
||||
| kubectl --kubeconfig=c1.yaml apply -f -
|
||||
</code></pre>
|
||||
<h2 id="istioctl-experimental-describe">istioctl experimental describe</h2>
|
||||
|
|
|
@ -252,6 +252,10 @@ to enable it. You can execute the following once:</p>
|
|||
<td>The set of paths where to output the log. This can be any path as well as the special values stdout and stderr (default `[stdout]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--max-concurrent-reconciles <int></code></td>
|
||||
<td>Defines the concurrency limit for operator to reconcile IstioOperatorSpec in parallel. Default value is 1. (default `1`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--vklog <Level></code></td>
|
||||
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
|
||||
</tr>
|
||||
|
|
|
@ -2098,15 +2098,15 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.16.0
|
|||
</table>
|
||||
<h3 id="istioctl-experimental-create-remote-secret Examples">Examples</h3>
|
||||
<pre class="language-bash"><code> # Create a secret to access cluster c0's apiserver and install it in cluster c1.
|
||||
istioctl --kubeconfig=c0.yaml x create-remote-secret --name c0 \
|
||||
istioctl --kubeconfig=c0.yaml create-remote-secret --name c0 \
|
||||
| kubectl --kubeconfig=c1.yaml apply -f -
|
||||
|
||||
# Delete a secret that was previously installed in c1
|
||||
istioctl --kubeconfig=c0.yaml x create-remote-secret --name c0 \
|
||||
istioctl --kubeconfig=c0.yaml create-remote-secret --name c0 \
|
||||
| kubectl --kubeconfig=c1.yaml delete -f -
|
||||
|
||||
# Create a secret access a remote cluster with an auth plugin
|
||||
istioctl --kubeconfig=c0.yaml x create-remote-secret --name c0 --auth-type=plugin --auth-plugin-name=gcp \
|
||||
istioctl --kubeconfig=c0.yaml create-remote-secret --name c0 --auth-type=plugin --auth-plugin-name=gcp \
|
||||
| kubectl --kubeconfig=c1.yaml apply -f -
|
||||
</code></pre>
|
||||
<h2 id="istioctl-experimental-describe">istioctl experimental describe</h2>
|
||||
|
|
|
@ -252,6 +252,10 @@ to enable it. You can execute the following once:</p>
|
|||
<td>The set of paths where to output the log. This can be any path as well as the special values stdout and stderr (default `[stdout]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--max-concurrent-reconciles <int></code></td>
|
||||
<td>Defines the concurrency limit for operator to reconcile IstioOperatorSpec in parallel. Default value is 1. (default `1`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--vklog <Level></code></td>
|
||||
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue