diff --git a/README.md b/README.md index f683c38006..b06fe70023 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ version of Istio is 0.6 and you wish to introduce 0.7 which has been under devel release-0.7. There is one such branch for every release. 1. In the **release** branch you created, edit the file `data/args.yml`. Set the `preliminary` field to `false` -and the `source_branch_name` field to the name of the branch, in this case release-0.7. +and the `source_branch_name` and `doc_branch_name` fields to the name of the branch, in this case release-0.7. 1. Commit the previous edit to your local git repo and push your **release** branch to GitHub. diff --git a/content/about/notes/0.8/index.md b/content/about/notes/0.8/index.md index d838cc29eb..8b15228987 100644 --- a/content/about/notes/0.8/index.md +++ b/content/about/notes/0.8/index.md @@ -40,8 +40,6 @@ Istio telemetry pipeline, just like services in the mesh. - **A la Carte Istio**. Istio has a rich set of features, however you don't need to install or consume them all together. By using Helm or `istioctl gen-deploy`, users can install only the features they want. For example, users can install Pilot only and enjoy traffic management functionality without dealing with Mixer or Citadel. -Learn more about [customization through Helm](/docs/reference/config/installation-options/) -and about [`istioctl gen-deploy`](/docs/reference/commands/istioctl/#istioctl-gen-deploy). ## Mixer adapters diff --git a/content/about/notes/1.0.1/index.md b/content/about/notes/1.0.1/index.md index d1604630cc..1c02544b05 100644 --- a/content/about/notes/1.0.1/index.md +++ b/content/about/notes/1.0.1/index.md @@ -16,7 +16,7 @@ This release addresses some critical issues found by the community when using Is - Added limited support for [merging multiple virtual service or destination rule definitions](/help/ops/traffic-management/deploy-guidelines/#multiple-virtual-services-and-destination-rules-for-the-same-host) for the same host. -- Allow [outlier](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/cluster_outlier_detection.html) consecutive gateway failures when using HTTP. +- Allow [outlier](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/cluster/outlier_detection.proto) consecutive gateway failures when using HTTP. ## Environment diff --git a/content/docs/concepts/traffic-management/index.md b/content/docs/concepts/traffic-management/index.md index 840ba9cee6..3db8dd81cb 100644 --- a/content/docs/concepts/traffic-management/index.md +++ b/content/docs/concepts/traffic-management/index.md @@ -75,9 +75,9 @@ Kubernetes API server for changes to the pod registration information, ingress resources, and third-party resources that store traffic management rules. This data is translated into the canonical representation. An Envoy-specific configuration is then generated based on the canonical representation. -Pilot enables [service discovery](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/sds), -dynamic updates to [load balancing pools](https://www.envoyproxy.io/docs/envoy/latest/configuration/cluster_manager/cds) -and [routing tables](https://www.envoyproxy.io/docs/envoy/latest/configuration/http_conn_man/rds). +Pilot enables service discovery, +dynamic updates to load balancing pools +and routing tables. You can specify high-level traffic management rules through [Pilot's Rule configuration](/docs/reference/config/istio.networking.v1alpha3/). These rules are translated into low-level diff --git a/content/docs/reference/commands/galley/index.html b/content/docs/reference/commands/galley/index.html index 1d65a9ce44..f46eeb7d24 100644 --- a/content/docs/reference/commands/galley/index.html +++ b/content/docs/reference/commands/galley/index.html @@ -71,11 +71,11 @@ number_of_entries: 4 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -95,7 +95,7 @@ number_of_entries: 4 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -227,11 +227,11 @@ number_of_entries: 4 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -251,7 +251,7 @@ number_of_entries: 4 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -399,12 +399,12 @@ number_of_entries: 4 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -429,7 +429,7 @@ number_of_entries: 4 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [attributes, default, file-source, grpcAdapter, kube-source, mcp, mcp-creds, model, rbac, runtime, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [attributes, default, fs, grpcAdapter, kube, mcp, model, rbac, runtime, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> diff --git a/content/docs/reference/commands/istio_ca/index.html b/content/docs/reference/commands/istio_ca/index.html index 70ea28c689..f5efc190c7 100644 --- a/content/docs/reference/commands/istio_ca/index.html +++ b/content/docs/reference/commands/istio_ca/index.html @@ -54,10 +54,6 @@ number_of_entries: 4 The port number for Citadel GRPC server. If unspecified, Citadel will not serve GRPC requests. (default `8060`) ---identity-domain <string> -The domain to use for identities (default: cluster.local) (default `cluster.local`) - - --key-size <int> Size of generated private key (default `2048`) @@ -158,6 +154,10 @@ number_of_entries: 4 Path to the CA signing key file (default ``) +--trust-domain <string> +The domain serves to identify the system with spiffe (default: cluster.local) (default `cluster.local`) + + --upstream-ca-address <string> The IP:port address of the upstream CA. When set, the CA will rely on the upstream Citadel to provision its own certificate. (default ``) diff --git a/content/docs/reference/commands/istioctl/index.html b/content/docs/reference/commands/istioctl/index.html index 3eb6158eda..5f948a55a8 100644 --- a/content/docs/reference/commands/istioctl/index.html +++ b/content/docs/reference/commands/istioctl/index.html @@ -2,7 +2,7 @@ title: istioctl description: Istio control interface. generator: pkg-collateral-docs -number_of_entries: 27 +number_of_entries: 28 ---

Istio configuration command line utility for service operators to debug and diagnose their Istio mesh. @@ -37,12 +37,12 @@ debug and diagnose their Istio mesh. --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -67,7 +67,7 @@ debug and diagnose their Istio mesh. --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -121,12 +121,12 @@ A group of commands used to interact with Istio authentication policies. --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -151,7 +151,7 @@ A group of commands used to interact with Istio authentication policies. --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -211,12 +211,12 @@ service registry, and check if TLS settings are compatible between them. --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -241,7 +241,7 @@ service registry, and check if TLS settings are compatible between them. --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -303,12 +303,12 @@ istioctl authn tls-check foo.bar.svc.cluster.local --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -333,7 +333,7 @@ istioctl authn tls-check foo.bar.svc.cluster.local --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -388,12 +388,12 @@ istioctl deregister my-svc 172.17.0.2 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -418,7 +418,7 @@ istioctl deregister my-svc 172.17.0.2 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -476,12 +476,12 @@ istioctl deregister my-svc 172.17.0.2 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -506,7 +506,7 @@ istioctl deregister my-svc 172.17.0.2 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -581,12 +581,12 @@ m --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -611,7 +611,7 @@ m --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -673,12 +673,12 @@ request is allowed or denied under the current Istio RBAC policies.

--log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -703,7 +703,7 @@ request is allowed or denied under the current Istio RBAC policies.

--log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -754,11 +754,6 @@ is being taken on. PATH is the HTTP path within the service.

The name of the kubeconfig context to use (default ``) ---groups <string> --g -[Subject] Group name/ID that the subject represents. (default ``) - - --istioNamespace <string> -i Istio system namespace (default `istio-system`) @@ -776,12 +771,12 @@ is being taken on. PATH is the HTTP path within the service.

--log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -806,7 +801,7 @@ is being taken on. PATH is the HTTP path within the service.

--log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -836,15 +831,17 @@ is being taken on. PATH is the HTTP path within the service.

Examples

-
# Query if user test is allowed to GET /v1/health of service rating.
-istioctl experimental rbac can -u test GET rating /v1/health
+
# Query if user "cluster.local/ns/default/sa/productpage" is allowed to GET /v1/health of service rating.
+istioctl experimental rbac can -u cluster.local/ns/default/sa/productpage GET rating /v1/health
 
-# Query if service product-page is allowed to POST to /data of service rating with label version=dev.
-istioctl experimental rbac can -s service=product-page POST rating /data -a version=dev
+# Query if namespace foo is allowed to POST to /data of service rating with label version=dev.
+istioctl experimental rbac can -s source.namespace=foo POST rating /data -a destination.labels[version]=dev
 
-

istioctl gen-deploy

-

istioctl gen-deploy produces deployment files to run the Istio.

-
istioctl gen-deploy [flags]
+

istioctl experimental verify-install

+

+ verify-install Verifies Istio Installation Status +

+
istioctl experimental verify-install [flags]
 
@@ -859,19 +856,9 @@ istioctl experimental rbac can -s service=product-page POST rating /data -a vers - - - - - - - - - - - - - + + + @@ -891,12 +878,12 @@ istioctl experimental rbac can -s service=product-page POST rating /data -a vers - + - + @@ -921,7 +908,7 @@ istioctl experimental rbac can -s service=product-page POST rating /data -a vers - + @@ -939,14 +926,16 @@ istioctl experimental rbac can -s service=product-page POST rating /data -a vers - - - + + +
The name of the kubeconfig context to use (default ``)
--debugIf true, uses debug images instead of release images
--helm-chart-dir <string>The directory to find the helm charts used to render Istio deployments. -o yaml uses these to render the helm chart locally. (default `.`)
--ingress-node-port <uint16>If provided, Istio ingress proxies will run as a NodePort service mapped to the port provided by this flag. Note that this flag is ignored unless the "ingress" feature flag is provided too. (default `0`)--filename <stringSlice>-f (default `[]`)
--istioNamespace <string>
--log_caller <string> Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``)Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``)
--log_output_level <string> Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`)Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`)
--log_rotate <string>
--log_stacktrace_level <string> Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`)Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`)
--log_target <stringArray>Istio host platform (default `kube`)
--values <string>Path to the Helm values.yaml file used to render YAML deployments locally when --out=yaml. Flag values are ignored in favor of using the file directly. (default ``)--recursive-RProcess the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
-

Examples

-
istioctl gen-deploy --values myvalues.yaml
+

Examples

+

+istioctl verify-install -f istio-demo.yaml
+
 

istioctl kube-inject

@@ -1015,12 +1004,12 @@ file/configmap created with a new Istio release. --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1045,7 +1034,7 @@ file/configmap created with a new Istio release. --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -1151,12 +1140,12 @@ pc --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1181,7 +1170,7 @@ pc --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -1246,12 +1235,12 @@ b --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1276,7 +1265,7 @@ b --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -1352,12 +1341,12 @@ clustersc --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1382,7 +1371,7 @@ clustersc --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -1474,12 +1463,12 @@ endpointsep --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1504,7 +1493,7 @@ endpointsep --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -1596,12 +1585,12 @@ listenersl --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1626,7 +1615,7 @@ listenersl --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -1708,12 +1697,12 @@ routesr --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1738,7 +1727,7 @@ routesr --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -1817,12 +1806,12 @@ ps --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1847,7 +1836,7 @@ ps --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -1918,12 +1907,12 @@ ps --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -1948,7 +1937,7 @@ ps --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -2011,12 +2000,12 @@ ps --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -2041,7 +2030,7 @@ ps --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -2102,12 +2091,12 @@ ps --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -2132,7 +2121,7 @@ ps --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, attributes, default, mcp, mcp-creds, model, rbac, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> diff --git a/content/docs/reference/commands/mixs/index.html b/content/docs/reference/commands/mixs/index.html index 2f47a2bc93..50faed5332 100644 --- a/content/docs/reference/commands/mixs/index.html +++ b/content/docs/reference/commands/mixs/index.html @@ -40,11 +40,11 @@ nexus for policy evaluation and telemetry reporting.

--log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [adapters, api, attributes, default, grpcAdapter, mcp, mcp-creds, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [adapters, api, attributes, default, grpcAdapter, mcp] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [adapters, api, attributes, default, grpcAdapter, mcp, mcp-creds, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [adapters, api, attributes, default, grpcAdapter, mcp] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -64,7 +64,7 @@ nexus for policy evaluation and telemetry reporting.

--log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [adapters, api, attributes, default, grpcAdapter, mcp, mcp-creds, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [adapters, api, attributes, default, grpcAdapter, mcp] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -155,12 +155,12 @@ nexus for policy evaluation and telemetry reporting.

--log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [adapters, api, attributes, default, grpcAdapter, mcp, mcp-creds, snapshot] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [adapters, api, attributes, default, grpcAdapter, mcp] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [adapters, api, attributes, default, grpcAdapter, mcp, mcp-creds, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [adapters, api, attributes, default, grpcAdapter, mcp] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -185,7 +185,7 @@ nexus for policy evaluation and telemetry reporting.

--log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [adapters, api, attributes, default, grpcAdapter, mcp, mcp-creds, snapshot] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [adapters, api, attributes, default, grpcAdapter, mcp] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> diff --git a/content/docs/reference/commands/pilot-discovery/index.html b/content/docs/reference/commands/pilot-discovery/index.html index 0a8c7da68a..08dec393af 100644 --- a/content/docs/reference/commands/pilot-discovery/index.html +++ b/content/docs/reference/commands/pilot-discovery/index.html @@ -25,11 +25,11 @@ number_of_entries: 5 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, mcp, mcp-creds, model, rbac] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, mcp, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, mcp, mcp-creds, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, mcp, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -49,7 +49,7 @@ number_of_entries: 5 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, mcp, mcp-creds, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, mcp, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -156,12 +156,12 @@ number_of_entries: 5 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, mcp, mcp-creds, model, rbac] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, mcp, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, mcp, mcp-creds, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, mcp, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -186,7 +186,7 @@ number_of_entries: 5 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, mcp, mcp-creds, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, mcp, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -269,11 +269,11 @@ number_of_entries: 5 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, mcp, mcp-creds, model, rbac] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, mcp, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, mcp, mcp-creds, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, mcp, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -293,7 +293,7 @@ number_of_entries: 5 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, mcp, mcp-creds, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, mcp, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> @@ -330,12 +330,12 @@ number_of_entries: 5 --log_caller <string> -Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, mcp, mcp-creds, model, rbac] (default ``) +Comma-separated list of scopes for which to include caller information, scopes can be any of [ads, default, mcp, model, rbac] (default ``) --log_output_level <string> -Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, mcp, mcp-creds, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) +Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>,... where scope can be one of [ads, default, mcp, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:info`) --log_rotate <string> @@ -360,7 +360,7 @@ number_of_entries: 5 --log_stacktrace_level <string> -Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, mcp, mcp-creds, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) +Comma-separated minimum per-scope logging level at which stack traces are captured, in the form of <scope>:<level>,<scope:level>,... where scope can be one of [ads, default, mcp, model, rbac] and level can be one of [debug, info, warn, error, fatal, none] (default `default:none`) --log_target <stringArray> diff --git a/content/docs/reference/config/istio.networking.v1alpha3/index.html b/content/docs/reference/config/istio.networking.v1alpha3/index.html index 31f7a5e7c4..bdfb888f79 100644 --- a/content/docs/reference/config/istio.networking.v1alpha3/index.html +++ b/content/docs/reference/config/istio.networking.v1alpha3/index.html @@ -3550,7 +3550,7 @@ is matched if any one of the match blocks succeed.

TLSSettings

-

SSL/TLS related settings for upstream connections. See Envoy’s TLS +

SSL/TLS related settings for upstream connections. See Envoy’s TLS context for more details. These settings are common to both HTTP and TCP upstreams.

diff --git a/content/docs/reference/config/policy-and-telemetry/adapters/rbac/index.html b/content/docs/reference/config/policy-and-telemetry/adapters/rbac/index.html deleted file mode 100644 index b02b1566c4..0000000000 --- a/content/docs/reference/config/policy-and-telemetry/adapters/rbac/index.html +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: RBAC -description: Adapter that exposes Istio's Role-Based Access Control model. -location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/rbac.html -layout: protoc-gen-docs -generator: protoc-gen-docs -supported_templates: authorization -aliases: - - /docs/reference/config/adapters/rbac.html -number_of_entries: 1 ---- -

The rbac adapter provides Role-Based Access Control (RBAC) functionality for -for services within the Istio mesh.

- -

This adapter supports the authorization template.

- -

Params

-
-

Configuration format for the rbac adapter.

- -

For example, the following configuration defines a RBAC handler with -configuration store URL pointing to Kubernetes etcd (“k8s://”). -If you want to run Mixer locally, you can set the configuration store -URL to a local directory (e.g., “fs:///tmp/testdata/configroot”).

- -
apiVersion: "config.istio.io/v1alpha2"
-kind: rbac
-metadata:
-  name: rbachandler
-  namespace: istio-system
-spec:
-  config_store_url: "fs:///tmp/testdata/config"
-
- - - - - - - - - - - - - - - - - - - - - -
FieldTypeDescription
configStoreUrlstring -

URL for the config store. It is used to initiate a new Store instance. -Following are some examples of the config store URL: -* “k8s://” -* “fs:///tmp/testdata/configroot”

- -
cacheDurationgoogle.protobuf.Duration -

The duration for which authorization results may be cached.

- -
-
diff --git a/content_zh/about/notes/0.8/index.md b/content_zh/about/notes/0.8/index.md index 322add9059..f822f5ce90 100644 --- a/content_zh/about/notes/0.8/index.md +++ b/content_zh/about/notes/0.8/index.md @@ -32,7 +32,7 @@ icon: notes ## 设置 -- **Istio 的按需安装**:Istio 具有丰富的功能,可能有用户并不需要使用所有功能,可以使用 Helm 或者 `istioctl gen-deploy` 工具,来满足按需安装的需要。例如用户可以只安装 Pilot 来对流量进行管理,而不去触及 Mixer 和 Citadel 方面的功能。[使用 Helm 进行定制](/docs/reference/config/installation-options/)以及 [`istioctl gen-deploy`](/docs/reference/commands/istioctl/#istioctl-gen-deploy) 两篇文档分别对这两种方式进行了解说。 +- **Istio 的按需安装**:Istio 具有丰富的功能,可能有用户并不需要使用所有功能,可以使用 Helm 或者 `istioctl gen-deploy` 工具,来满足按需安装的需要。例如用户可以只安装 Pilot 来对流量进行管理,而不去触及 Mixer 和 Citadel 方面的功能。 ## Mixer 适配器 diff --git a/content_zh/about/notes/1.0.1/index.md b/content_zh/about/notes/1.0.1/index.md index bafa317f71..a2785be299 100644 --- a/content_zh/about/notes/1.0.1/index.md +++ b/content_zh/about/notes/1.0.1/index.md @@ -14,7 +14,7 @@ icon: notes - 添加了同一个主机内对 [合并多个 `VirtualService` 或 `DestinationRule` 定义](/help/ops/traffic-management/deploy-guidelines/#multiple-virtual-services-and-destination-rules-for-the-same-host) 的有限支持。 -- 允许在使用 HTTP 时,连续的出现 Gateway failures [outlier](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/cluster_outlier_detection.html) 。 +- 允许在使用 HTTP 时,连续的出现 Gateway failures [outlier](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/cluster/outlier_detection.proto) 。 ## 环境 diff --git a/content_zh/docs/concepts/traffic-management/index.md b/content_zh/docs/concepts/traffic-management/index.md index d42e205bf8..44160b962a 100644 --- a/content_zh/docs/concepts/traffic-management/index.md +++ b/content_zh/docs/concepts/traffic-management/index.md @@ -35,7 +35,7 @@ Pilot 负责管理通过 Istio 服务网格发布的 Envoy 实例的生命周期 如上图所示,在网格中 Pilot 维护了一个服务的规则表示并独立于底层平台。Pilot中的特定于平台的适配器负责适当地填充这个规范模型。例如,在 Pilot 中的 Kubernetes 适配器实现了必要的控制器,来观察 Kubernetes API 服务器,用于更改 pod 的注册信息、入口资源以及存储流量管理规则的第三方资源。这些数据被转换为规范表示。然后根据规范表示生成特定的 Envoy 的配置。 -Pilot 公开了用于[服务发现](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/sds) 、[负载均衡池](https://www.envoyproxy.io/docs/envoy/latest/configuration/cluster_manager/cds)和[路由表](https://www.envoyproxy.io/docs/envoy/latest/configuration/http_conn_man/rds)的动态更新的 API。 +Pilot 公开了用于服务发现 、负载均衡池和路由表的动态更新的 API。 运维人员可以通过 [Pilot 的 Rules API](/zh/docs/reference/config/istio.networking.v1alpha3/) 指定高级流量管理规则。这些规则被翻译成低级配置,并通过 discovery API 分发到 Envoy 实例。 diff --git a/content_zh/docs/reference/config/istio.networking.v1alpha3/index.md b/content_zh/docs/reference/config/istio.networking.v1alpha3/index.md index f1f75d141e..d0d3d350e5 100644 --- a/content_zh/docs/reference/config/istio.networking.v1alpha3/index.md +++ b/content_zh/docs/reference/config/istio.networking.v1alpha3/index.md @@ -1399,7 +1399,7 @@ spec: ## `TLSSettings` -SSL/TLS 相关的上游服务设置。参考 Envoy 的 [TLS 上下文](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/cluster_ssl.html#config-cluster-manager-cluster-ssl)来获取更多细节。这些设置对 HTTP 和 TCP 上游服务都有效。 +SSL/TLS 相关的上游服务设置。参考 Envoy 的 [TLS 上下文](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/auth/cert.proto.html)来获取更多细节。这些设置对 HTTP 和 TCP 上游服务都有效。 例如下面的规则配置,要求客户端使用双向 TLS 连接上游的数据库集群。