mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#14179)
This commit is contained in:
parent
81b6528445
commit
ec490bcbdc
|
@ -1023,7 +1023,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1083,7 +1083,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1160,7 +1160,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `default`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1237,7 +1237,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1304,7 +1304,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1371,7 +1371,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1438,7 +1438,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1505,7 +1505,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1588,7 +1588,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1655,7 +1655,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
|
|
@ -724,7 +724,8 @@ No
|
|||
<p>For gateways running on Kubernetes, the name of the secret that
|
||||
holds the TLS certs including the CA certificates. Applicable
|
||||
only on Kubernetes. An Opaque secret should contain the following
|
||||
keys and values: <code>key: <privateKey></code> and <code>cert: <serverCert></code>.
|
||||
keys and values: <code>tls.key: <privateKey></code> and <code>tls.crt: <serverCert></code> or
|
||||
<code>key: <privateKey></code> and <code>cert: <serverCert></code>.
|
||||
For mutual TLS, <code>cacert: <CACertificate></code> and <code>crl: <CertificateRevocationList></code>
|
||||
can be provided in the same secret or a separate secret named <code><secret>-cacert</code>.
|
||||
A TLS secret for server certificates with an additional <code>tls.ocsp-staple</code> key
|
||||
|
|
|
@ -1023,7 +1023,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1083,7 +1083,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1160,7 +1160,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `default`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1237,7 +1237,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1304,7 +1304,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1371,7 +1371,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1438,7 +1438,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1505,7 +1505,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1588,7 +1588,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
@ -1655,7 +1655,7 @@ istioctl d [flags]
|
|||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
|
|
|
@ -724,7 +724,8 @@ No
|
|||
<p>For gateways running on Kubernetes, the name of the secret that
|
||||
holds the TLS certs including the CA certificates. Applicable
|
||||
only on Kubernetes. An Opaque secret should contain the following
|
||||
keys and values: <code>key: <privateKey></code> and <code>cert: <serverCert></code>.
|
||||
keys and values: <code>tls.key: <privateKey></code> and <code>tls.crt: <serverCert></code> or
|
||||
<code>key: <privateKey></code> and <code>cert: <serverCert></code>.
|
||||
For mutual TLS, <code>cacert: <CACertificate></code> and <code>crl: <CertificateRevocationList></code>
|
||||
can be provided in the same secret or a separate secret named <code><secret>-cacert</code>.
|
||||
A TLS secret for server certificates with an additional <code>tls.ocsp-staple</code> key
|
||||
|
|
Loading…
Reference in New Issue