Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/archives.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
archives:
- v0.5
- v0.4
- v0.3
- v0.2
Expand Down
4 changes: 2 additions & 2 deletions _data/istio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.1
short_version: 0.5
version: 0.6pre
short_version: 0.6
archive: false
search_engine_id: "013699703217164175118:veyyqmfmpj4"
128 changes: 118 additions & 10 deletions _docs/reference/commands/istio_ca.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: istio_ca
overview: Istio Certificate Authority (CA)
layout: pkg-collateral-docs
number_of_entries: 3
number_of_entries: 4
---
<p>Istio Certificate Authority (CA)</p>
<pre class="language-bash"><code>istio_ca [flags]
Expand All @@ -20,11 +20,6 @@
<td>log to standard error as well as files </td>
</tr>
<tr>
<td><code>--ca-cert-ttl &lt;duration&gt;</code></td>
<td></td>
<td>The TTL of self-signed CA root certificate (default `8760h0m0s`)</td>
</tr>
<tr>
<td><code>--cert-chain &lt;string&gt;</code></td>
<td></td>
<td>Speicifies path to the certificate chain file (default ``)</td>
Expand All @@ -50,12 +45,17 @@
<td>Specifies path to kubeconfig file. This must be specified when not running inside a Kubernetes pod. (default ``)</td>
</tr>
<tr>
<td><code>--livenessProbeInterval &lt;duration&gt;</code></td>
<td><code>--listened-namespace &lt;string&gt;</code></td>
<td></td>
<td>Select a namespace for the CA to listen to. If unspecified, Istio CA tries to use the ${NAMESPACE} environment variable. If neither is set, Istio CA listens to all namespaces. (default ``)</td>
</tr>
<tr>
<td><code>--liveness-probe-interval &lt;duration&gt;</code></td>
<td></td>
<td>Interval of updating file for the liveness probe. (default `0s`)</td>
</tr>
<tr>
<td><code>--livenessProbePath &lt;string&gt;</code></td>
<td><code>--liveness-probe-path &lt;string&gt;</code></td>
<td></td>
<td>Path to the file for the liveness probe. (default ``)</td>
</tr>
Expand Down Expand Up @@ -125,9 +125,9 @@
<td>The max TTL of issued workload certificates (default `168h0m0s`)</td>
</tr>
<tr>
<td><code>--namespace &lt;string&gt;</code></td>
<td><code>--probe-check-interval &lt;duration&gt;</code></td>
<td></td>
<td>Select a namespace for the CA to listen to. If unspecified, Istio CA tries to use the ${NAMESPACE} environment variable. If neither is set, Istio CA listens to all namespaces. (default ``)</td>
<td>Interval of checking the liveness of the CA. (default `30s`)</td>
</tr>
<tr>
<td><code>--root-cert &lt;string&gt;</code></td>
Expand All @@ -140,6 +140,11 @@
<td>Indicates whether to use auto-generated self-signed CA certificate. When set to true, the &#39;--signing-cert&#39; and &#39;--signing-key&#39; options are ignored. </td>
</tr>
<tr>
<td><code>--self-signed-ca-cert-ttl &lt;duration&gt;</code></td>
<td></td>
<td>The TTL of self-signed CA root certificate (default `8760h0m0s`)</td>
</tr>
<tr>
<td><code>--self-signed-ca-org &lt;string&gt;</code></td>
<td></td>
<td>The issuer organization used in self-signed CA certificate (default to k8s.cluster.local) (default `k8s.cluster.local`)</td>
Expand Down Expand Up @@ -186,6 +191,109 @@
</tr>
</tbody>
</table>
<h2 id="istio_ca probe">istio_ca probe</h2>
<p>Check the liveness or readiness of a locally-running server</p>
<pre class="language-bash"><code>istio_ca probe [flags]
</code></pre>
<table class="command-flags">
<thead>
<th>Flags</th>
<th>Shorthand</th>
<th>Description</th>
</thead>
<tbody>
<tr>
<td><code>--alsologtostderr</code></td>
<td></td>
<td>log to standard error as well as files </td>
</tr>
<tr>
<td><code>--interval &lt;duration&gt;</code></td>
<td></td>
<td>Duration used for checking the target file&#39;s last modified time. (default `0s`)</td>
</tr>
<tr>
<td><code>--log_as_json</code></td>
<td></td>
<td>Whether to format output as JSON or in plain console-friendly format </td>
</tr>
<tr>
<td><code>--log_backtrace_at &lt;traceLocation&gt;</code></td>
<td></td>
<td>when logging hits line file:N, emit a stack trace (default `:0`)</td>
</tr>
<tr>
<td><code>--log_callers</code></td>
<td></td>
<td>Include caller information, useful for debugging </td>
</tr>
<tr>
<td><code>--log_dir &lt;string&gt;</code></td>
<td></td>
<td>If non-empty, write log files in this directory (default ``)</td>
</tr>
<tr>
<td><code>--log_output_level &lt;string&gt;</code></td>
<td></td>
<td>The minimum logging level of messages to output, can be one of &#34;debug&#34;, &#34;info&#34;, &#34;warn&#34;, &#34;error&#34;, or &#34;none&#34; (default `info`)</td>
</tr>
<tr>
<td><code>--log_rotate &lt;string&gt;</code></td>
<td></td>
<td>The path for the optional rotating log file (default ``)</td>
</tr>
<tr>
<td><code>--log_rotate_max_age &lt;int&gt;</code></td>
<td></td>
<td>The maximum age in days of a log file beyond which the file is rotated (0 indicates no limit) (default `30`)</td>
</tr>
<tr>
<td><code>--log_rotate_max_backups &lt;int&gt;</code></td>
<td></td>
<td>The maximum number of log file backups to keep before older files are deleted (0 indicates no limit) (default `1000`)</td>
</tr>
<tr>
<td><code>--log_rotate_max_size &lt;int&gt;</code></td>
<td></td>
<td>The maximum size in megabytes of a log file beyond which the file is rotated (default `104857600`)</td>
</tr>
<tr>
<td><code>--log_stacktrace_level &lt;string&gt;</code></td>
<td></td>
<td>The minimum logging level at which stack traces are captured, can be one of &#34;debug&#34;, &#34;info&#34;, &#34;warn&#34;, &#34;error&#34;, or &#34;none&#34; (default `none`)</td>
</tr>
<tr>
<td><code>--log_target &lt;stringArray&gt;</code></td>
<td></td>
<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>--logtostderr</code></td>
<td></td>
<td>log to standard error instead of files </td>
</tr>
<tr>
<td><code>--probe-path &lt;string&gt;</code></td>
<td></td>
<td>Path of the file for checking the availability. (default ``)</td>
</tr>
<tr>
<td><code>--stderrthreshold &lt;severity&gt;</code></td>
<td></td>
<td>logs at or above this threshold go to stderr (default `2`)</td>
</tr>
<tr>
<td><code>--v &lt;Level&gt;</code></td>
<td><code>-v</code></td>
<td>log level for V logs (default `0`)</td>
</tr>
<tr>
<td><code>--vmodule &lt;moduleSpec&gt;</code></td>
<td></td>
<td>comma-separated list of pattern=N settings for file-filtered logging (default ``)</td>
</tr>
</tbody>
</table>
<h2 id="istio_ca version">istio_ca version</h2>
<p>Prints out build version information</p>
<pre class="language-bash"><code>istio_ca version [flags]
Expand Down
18 changes: 16 additions & 2 deletions _docs/reference/commands/istioctl.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,12 @@ <h2 id="istioctl kube-inject">istioctl kube-inject</h2>
added as necessary.</p>
<p>The Istio project is continually evolving so the Istio sidecar
configuration may change unannounced. When in doubt re-run istioctl
kube-inject on deployments to get the most up-to-date changes.
kube-inject on deployments to get the most up-to-date changes.</p>
<p>To override the sidecar injection template built into istioctl, the
parameters --injectConfigFile or --injectConfigMapName can be used.
Both options override any other template configuration parameters, eg.
--hub and --tag. These options would typically be used with the
file/configmap created with a new Istio release.
</p>
<pre class="language-bash"><code>istioctl kube-inject [flags]
</code></pre>
Expand Down Expand Up @@ -817,7 +822,12 @@ <h2 id="istioctl kube-inject">istioctl kube-inject</h2>
<tr>
<td><code>--injectConfigFile &lt;string&gt;</code></td>
<td></td>
<td>injection configuration filename (default ``)</td>
<td>injection configuration filename. Cannot be used with --injectConfigMapName (default ``)</td>
</tr>
<tr>
<td><code>--injectConfigMapName &lt;string&gt;</code></td>
<td></td>
<td>ConfigMap name for Istio sidecar injection, key should be &#34;config&#34;.This option overrides any other sidecar injection config options, eg. --hub (default ``)</td>
</tr>
<tr>
<td><code>--istioNamespace &lt;string&gt;</code></td>
Expand Down Expand Up @@ -948,6 +958,10 @@ <h3 id="istioctl kube-inject Examples">Examples</h3>
# Update an existing deployment.
kubectl get deployment -o yaml | istioctl kube-inject -f - | kubectl apply -f -

# Create a persistent version of the deployment with Envoy sidecar
# injected configuration from kubernetes configmap &#39;istio-inject&#39;
istioctl kube-inject -f deployment.yaml -o deployment-injected.yaml --injectConfigMapName istio-inject

</code></pre>
<h2 id="istioctl proxy-config">istioctl proxy-config</h2>
<p>
Expand Down
5 changes: 5 additions & 0 deletions _docs/reference/commands/mixs.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ <h2 id="mixs server">mixs server</h2>
<td>URL of Zipkin collector (example: &#39;http://zipkin:9411/api/v1/spans&#39;). (default ``)</td>
</tr>
<tr>
<td><code>--useNewRuntime</code></td>
<td></td>
<td>Use the new runtime code for processing requests. </td>
</tr>
<tr>
<td><code>--v &lt;Level&gt;</code></td>
<td><code>-v</code></td>
<td>log level for V logs (default `0`)</td>
Expand Down
4 changes: 4 additions & 0 deletions _docs/reference/config/adapters/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

<h2 id="Params">Params</h2>
<section>
<p>Configuration format for the <code>list</code> adapter.</p>

<table class="message-fields">
<thead>
<tr>
Expand Down Expand Up @@ -96,6 +98,8 @@ <h2 id="Params">Params</h2>
</section>
<h2 id="Params.ListEntryType">Params.ListEntryType</h2>
<section>
<p>Determines the type of list that the adapter is consulting.</p>

<table class="enum-values">
<thead>
<tr>
Expand Down
5 changes: 5 additions & 0 deletions _docs/reference/config/adapters/memquota.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ <h2 id="Params">Params</h2>
</section>
<h2 id="Params.Override">Params.Override</h2>
<section>
<p>Defines an override value for a quota. If no override matches
a particular quota request, the default for the quota is used.</p>

<table class="message-fields">
<thead>
<tr>
Expand Down Expand Up @@ -88,6 +91,8 @@ <h2 id="Params.Override">Params.Override</h2>
</section>
<h2 id="Params.Quota">Params.Quota</h2>
<section>
<p>Defines a quota&rsquo;s limit and duration.</p>

<table class="message-fields">
<thead>
<tr>
Expand Down
Loading