diff --git a/_data/archives.yml b/_data/archives.yml index 034d9cfd0aa75..4d2e3928cb238 100644 --- a/_data/archives.yml +++ b/_data/archives.yml @@ -1,4 +1,5 @@ archives: + - v0.5 - v0.4 - v0.3 - v0.2 diff --git a/_data/istio.yml b/_data/istio.yml index 78ec9c5c34d84..c913deff0b97a 100644 --- a/_data/istio.yml +++ b/_data/istio.yml @@ -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" diff --git a/_docs/reference/commands/istio_ca.html b/_docs/reference/commands/istio_ca.html index 4245a7e2fb239..1fd3347a69b5f 100644 --- a/_docs/reference/commands/istio_ca.html +++ b/_docs/reference/commands/istio_ca.html @@ -2,7 +2,7 @@ title: istio_ca overview: Istio Certificate Authority (CA) layout: pkg-collateral-docs -number_of_entries: 3 +number_of_entries: 4 ---

Istio Certificate Authority (CA)

istio_ca [flags]
@@ -20,11 +20,6 @@
 log to standard error as well as files 
 
 
---ca-cert-ttl <duration>
-
-The TTL of self-signed CA root certificate  (default `8760h0m0s`)
-
-
 --cert-chain <string>
 
 Speicifies path to the certificate chain file  (default ``)
@@ -50,12 +45,17 @@
 Specifies path to kubeconfig file. This must be specified when not running inside a Kubernetes pod.  (default ``)
 
 
---livenessProbeInterval <duration>
+--listened-namespace <string>
+
+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 ``)
+
+
+--liveness-probe-interval <duration>
 
 Interval of updating file for the liveness probe.  (default `0s`)
 
 
---livenessProbePath <string>
+--liveness-probe-path <string>
 
 Path to the file for the liveness probe.  (default ``)
 
@@ -125,9 +125,9 @@
 The max TTL of issued workload certificates  (default `168h0m0s`)
 
 
---namespace <string>
+--probe-check-interval <duration>
 
-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 ``)
+Interval of checking the liveness of the CA.  (default `30s`)
 
 
 --root-cert <string>
@@ -140,6 +140,11 @@
 Indicates whether to use auto-generated self-signed CA certificate. When set to true, the '--signing-cert' and '--signing-key' options are ignored. 
 
 
+--self-signed-ca-cert-ttl <duration>
+
+The TTL of self-signed CA root certificate  (default `8760h0m0s`)
+
+
 --self-signed-ca-org <string>
 
 The issuer organization used in self-signed CA certificate (default to k8s.cluster.local)  (default `k8s.cluster.local`)
@@ -186,6 +191,109 @@
 
 
 
+

istio_ca probe

+

Check the liveness or readiness of a locally-running server

+
istio_ca probe [flags]
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FlagsShorthandDescription
--alsologtostderrlog to standard error as well as files
--interval <duration>Duration used for checking the target file's last modified time. (default `0s`)
--log_as_jsonWhether to format output as JSON or in plain console-friendly format
--log_backtrace_at <traceLocation>when logging hits line file:N, emit a stack trace (default `:0`)
--log_callersInclude caller information, useful for debugging
--log_dir <string>If non-empty, write log files in this directory (default ``)
--log_output_level <string>The minimum logging level of messages to output, can be one of "debug", "info", "warn", "error", or "none" (default `info`)
--log_rotate <string>The path for the optional rotating log file (default ``)
--log_rotate_max_age <int>The maximum age in days of a log file beyond which the file is rotated (0 indicates no limit) (default `30`)
--log_rotate_max_backups <int>The maximum number of log file backups to keep before older files are deleted (0 indicates no limit) (default `1000`)
--log_rotate_max_size <int>The maximum size in megabytes of a log file beyond which the file is rotated (default `104857600`)
--log_stacktrace_level <string>The minimum logging level at which stack traces are captured, can be one of "debug", "info", "warn", "error", or "none" (default `none`)
--log_target <stringArray>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]`)
--logtostderrlog to standard error instead of files
--probe-path <string>Path of the file for checking the availability. (default ``)
--stderrthreshold <severity>logs at or above this threshold go to stderr (default `2`)
--v <Level>-vlog level for V logs (default `0`)
--vmodule <moduleSpec>comma-separated list of pattern=N settings for file-filtered logging (default ``)

istio_ca version

Prints out build version information

istio_ca version [flags]
diff --git a/_docs/reference/commands/istioctl.html b/_docs/reference/commands/istioctl.html
index 482fdd1d53313..4755b2c762197 100644
--- a/_docs/reference/commands/istioctl.html
+++ b/_docs/reference/commands/istioctl.html
@@ -768,7 +768,12 @@ 

istioctl kube-inject

added as necessary.

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.

+

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.

istioctl kube-inject [flags]
 
@@ -817,7 +822,12 @@

istioctl kube-inject

--injectConfigFile <string> -injection configuration filename (default ``) +injection configuration filename. Cannot be used with --injectConfigMapName (default ``) + + +--injectConfigMapName <string> + +ConfigMap name for Istio sidecar injection, key should be "config".This option overrides any other sidecar injection config options, eg. --hub (default ``) --istioNamespace <string> @@ -948,6 +958,10 @@

Examples

# 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 'istio-inject' +istioctl kube-inject -f deployment.yaml -o deployment-injected.yaml --injectConfigMapName istio-inject +

istioctl proxy-config

diff --git a/_docs/reference/commands/mixs.html b/_docs/reference/commands/mixs.html index 3a280e036c765..41e7d6f2e80ea 100644 --- a/_docs/reference/commands/mixs.html +++ b/_docs/reference/commands/mixs.html @@ -510,6 +510,11 @@

mixs server

URL of Zipkin collector (example: 'http://zipkin:9411/api/v1/spans'). (default ``) +--useNewRuntime + +Use the new runtime code for processing requests. + + --v <Level> -v log level for V logs (default `0`) diff --git a/_docs/reference/config/adapters/list.html b/_docs/reference/config/adapters/list.html index 50fc9b0ecd3d3..0ed11f451e5bf 100644 --- a/_docs/reference/config/adapters/list.html +++ b/_docs/reference/config/adapters/list.html @@ -12,6 +12,8 @@

Params

+

Configuration format for the list adapter.

+ @@ -96,6 +98,8 @@

Params

Params.ListEntryType

+

Determines the type of list that the adapter is consulting.

+
diff --git a/_docs/reference/config/adapters/memquota.html b/_docs/reference/config/adapters/memquota.html index b4a69f31c9eb9..e3e4435a2d866 100644 --- a/_docs/reference/config/adapters/memquota.html +++ b/_docs/reference/config/adapters/memquota.html @@ -47,6 +47,9 @@

Params

Params.Override

+

Defines an override value for a quota. If no override matches +a particular quota request, the default for the quota is used.

+
@@ -88,6 +91,8 @@

Params.Override

Params.Quota

+

Defines a quota’s limit and duration.

+
diff --git a/_docs/reference/config/istio.mesh.v1alpha1.html b/_docs/reference/config/istio.mesh.v1alpha1.html index f6d80d17f8c53..62d75e831368d 100644 --- a/_docs/reference/config/istio.mesh.v1alpha1.html +++ b/_docs/reference/config/istio.mesh.v1alpha1.html @@ -4,7 +4,7 @@ location: https://istio.io/docs/reference/config/istio.mesh.v1alpha1.html layout: protoc-gen-docs redirect_from: /docs/reference/config/service-mesh.html -number_of_entries: 5 +number_of_entries: 6 ---

AuthenticationPolicy

@@ -64,14 +64,7 @@

MeshConfig

@@ -79,12 +72,7 @@

MeshConfig

@@ -214,7 +202,30 @@

MeshConfig

+ + + + + + + + + + @@ -365,7 +376,7 @@

ProxyConfig

@@ -455,6 +466,47 @@

ProxyConfig

+ + + + + + + +
mixerCheckServer string -

Address of the server that will be used by the proxies for policy -check calls (e.g. istio-mixer:15004). By using different names for -mixerCheckServer and mixerReportServer, it is possible to have one set -of mixer servers handle policy check calls, while another set of mixer -servers handle telemetry calls.

- -

NOTE: Omitting mixerCheckServer while specifying mixerReportServer is -equivalent to setting disablePolicyChecks to true.

+

Deprecated, use mixer_check instead.

mixerReportServer string -

Address of the server that will be used by the proxies as an Istio -telemetry sink (access logs, API/connection metrics) -(e.g. istio-mixer:15004). By using different names for -mixerCheckServer and mixerReportServer, it is possible to have one set -of mixer servers handle policy check calls, while another set of mixer -servers handle telemetry calls.

+

Deprecated, use mixer_report instead.

string

DEPRECATED. Mixer address. This option will be removed soon. Please -use mixercheckserver and mixerreportserver.

+use mixercheck and mixerreport.

+ +
mixerCheckServerAddress +

Address of the server that will be used by the proxies for policy +check calls. By using different names for mixerCheck and mixerReport, it +is possible to have one set of mixer servers handle policy check calls, +while another set of mixer servers handle telemetry calls.

+ +

NOTE: Omitting mixerCheck while specifying mixerReport is +equivalent to setting disablePolicyChecks to true.

+ +
mixerReportServerAddress +

Address of the server that will be used by the proxies for policy report +calls.

discoveryAddress string -

Address of the discovery service exposing xDS (e.g. istio-pilot:8080).

+

Deprecated, use server_address instead.

The number of worker threads to run. Default value is number of cores on the machine.

+
pilotServerAddress +

Address of the discovery service exposing xDS.

+ +
+
+

ServerAddress

+
+

ServerAddress specifies the address of Istio components like mixer, pilot, etc. +At least one of the field needs to be specified.

+ + + + + + + + + + + + + + + + + + +
FieldTypeDescription
mutualTlsstring +

The address for mTLS server, e.g., (istio-pilot:15003)

+ +
plainTextstring +

The address for plain text server, e.g., (istio-pilot:15005)

+