--- WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE https://github.com/istio/istio REPO source_repo: https://github.com/istio/istio title: galley description: Galley provides configuration management services for Istio. generator: pkg-collateral-docs number_of_entries: 5 ---
Galley provides configuration management services for Istio.
| Flags | Shorthand | Description | 
|---|---|---|
--config <string> | 
-c | 
Config file containing args (default ``) | 
--log_as_json | 
Whether to format output as JSON or in plain console-friendly format | |
--log_caller <string> | 
Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, 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, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `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> | 
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, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `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]`) | 
Check the liveness or readiness of a locally-running server
galley probe [flags]
| Flags | Shorthand | Description | 
|---|---|---|
--config <string> | 
-c | 
Config file containing args (default ``) | 
--interval <duration> | 
Duration used for checking the target file's last modified time. (default `0s`) | |
--log_as_json | 
Whether to format output as JSON or in plain console-friendly format | |
--log_caller <string> | 
Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, 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, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `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> | 
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, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `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]`) | |
--probe-path <string> | 
Path of the file for checking the availability. (default ``) | 
Starts Galley as a server
galley server [flags]
| Flags | Shorthand | Description | 
|---|---|---|
--accessListFile <string> | 
The access list yaml file that contains the allowd mTLS peer ids. (default `/etc/config/accesslist.yaml`) | |
--caCertFile <string> | 
File containing the caBundle that signed the cert/key specified by --tlsCertFile and --tlsKeyFile. (default `/etc/certs/root-cert.pem`) | |
--config <string> | 
-c | 
Config file containing args (default ``) | 
--configPath <string> | 
Istio config file path (default ``) | |
--ctrlz_address <string> | 
The IP Address to listen on for the ControlZ introspection facility. Use '*' to indicate all addresses. (default `localhost`) | |
--ctrlz_port <uint16> | 
The IP port to use for the ControlZ introspection facility (default `9876`) | |
--deployment-name <string> | 
Name of the deployment for the validation pod (default `istio-galley`) | |
--deployment-namespace <string> | 
Namespace of the deployment for the validation pod (default `istio-system`) | |
--disableResourceReadyCheck | 
Disable resource readiness checks. This allows Galley to start if not all resource types are supported | |
--domain <string> | 
DNS domain suffix (default `cluster.local`) | |
--enable-server | 
Run galley server mode | |
--enable-validation | 
Run galley validation mode | |
--enableProfiling | 
Enable profiling for Galley | |
--enableServiceDiscovery | 
Enable service discovery processing in Galley | |
--excludedResourceKinds <stringSlice> | 
Comma-separated list of resource kinds that should not generate source events (default `[Endpoints,Namespace,Node,Pod,Service]`) | |
--insecure | 
Use insecure gRPC communication | |
--kubeconfig <string> | 
Use a Kubernetes configuration file instead of in-cluster configuration (default ``) | |
--livenessProbeInterval <duration> | 
Interval of updating file for the Galley liveness probe. (default `2s`) | |
--livenessProbePath <string> | 
Path to the file for the Galley liveness probe. (default `/healthLiveness`) | |
--log_as_json | 
Whether to format output as JSON or in plain console-friendly format | |
--log_caller <string> | 
Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, 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, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `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> | 
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, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `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]`) | |
--meshConfigFile <string> | 
Path to the mesh config file (default `/etc/mesh-config/mesh`) | |
--monitoringPort <uint> | 
Port to use for exposing self-monitoring information (default `15014`) | |
--pprofPort <uint> | 
Port to use for exposing profiling (default `9094`) | |
--readinessProbeInterval <duration> | 
Interval of updating file for the Galley readiness probe. (default `2s`) | |
--readinessProbePath <string> | 
Path to the file for the Galley readiness probe. (default `/healthReadiness`) | |
--resyncPeriod <duration> | 
Resync period for rescanning Kubernetes resources (default `0s`) | |
--server-address <string> | 
Address to use for Galley's gRPC API, e.g. tcp://localhost:9092 or unix:///path/to/file (default `tcp://0.0.0.0:9901`) | |
--server-maxConcurrentStreams <uint> | 
Maximum number of outstanding RPCs per connection (default `1024`) | |
--server-maxReceivedMessageSize <uint> | 
Maximum size of individual gRPC messages (default `1048576`) | |
--service-name <string> | 
Name of the validation service running in the same namespace as the deployment (default `istio-galley`) | |
--sinkAddress <string> | 
Address of MCP Resource Sink server for Galley to connect to. Ex: 'foo.com:1234' (default ``) | |
--sinkAuthMode <string> | 
Name of authentication plugin to use for connection to sink server. (default ``) | |
--sinkMeta <stringSlice> | 
Comma-separated list of key=values to attach as metadata to outgoing sink connections. Ex: 'key=value,key2=value2' (default `[]`) | |
--tlsCertFile <string> | 
File containing the x509 Certificate for HTTPS. (default `/etc/certs/cert-chain.pem`) | |
--tlsKeyFile <string> | 
File containing the x509 private key matching --tlsCertFile. (default `/etc/certs/key.pem`) | |
--validation-port <uint> | 
HTTPS port of the validation service. Must be 443 if service has more than one port (default `443`) | |
--validation-webhook-config-file <string> | 
File that contains k8s validatingwebhookconfiguration yaml. Validation is disabled if file is not specified (default ``) | |
--webhook-name <string> | 
Name of the k8s validatingwebhookconfiguration (default `istio-galley`) | 
general:
  introspection:
    address: --ctrlz_address
    port: --ctrlz_port
  kubeconfig: --kubeconfig
processing:
  domainsuffix: --domain
  server:
    address: --server-address
    auth:
      insecure: --insecure
    enable: --enable-server
validation:
  deploymentname: --deployment-name
  deploymentnamespace: --deployment-namespace
  enable: --enable-validation
  servicename: --service-name
  tls:
    caCertificates: --validation.tls.caCertificates
    clientCertificate: --validation.tls.clientCertificate
    privateKey: --validation.tls.privateKey
  webhookconfigfile: --validation-webhook-config-file
  webhookname: --webhook-name
  webhookport: --validation-port
Prints out build version information
galley version [flags]
| Flags | Shorthand | Description | 
|---|---|---|
--config <string> | 
-c | 
Config file containing args (default ``) | 
--log_as_json | 
Whether to format output as JSON or in plain console-friendly format | |
--log_caller <string> | 
Comma-separated list of scopes for which to include caller information, scopes can be any of [attributes, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, 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, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `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> | 
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, conversions, default, grpcAdapter, kube, kube-converter, mcp, meshconfig, model, processing, rbac, runtime, server, validation] and level can be one of [debug, info, warn, error, fatal, none] (default `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]`) | |
--output <string> | 
-o | 
One of 'yaml' or 'json'. (default ``) | 
--short | 
-s | 
Displays a short form of the version information | 
galley command.
| Variable Name | Type | Default Value | Description | 
|---|---|---|---|
AUTHZ_FAILURE_LOG_BURST_SIZE | 
Integer | 1 | 
|
AUTHZ_FAILURE_LOG_FREQ | 
Time Duration | 1m0s | 
|
BYPASS_OOP_MTLS_SAN_VERIFICATION | 
Boolean | false | 
|
ISTIO_GPRC_MAXSTREAMS | 
Integer | 100000 | 
|
ISTIO_LANG | 
String |  | 
|
PILOT_CERT_DIR | 
String |  | 
|
PILOT_DEBOUNCE_AFTER | 
Time Duration | 100ms | 
|
PILOT_DEBOUNCE_MAX | 
Time Duration | 10s | 
|
PILOT_DEBUG_ADSZ_CONFIG | 
Boolean | false | 
|
PILOT_DISABLE_EDS_ISOLATION | 
String |  | 
|
PILOT_DISABLE_XDS_MARSHALING_TO_ANY | 
String |  | 
|
PILOT_ENABLE_FALLTHROUGH_ROUTE | 
Boolean | true | 
EnableFallthroughRoute provides an option to add a final wildcard match for routes. When ALLOW_ANY traffic policy is used, a Passthrough cluster is used. When REGISTRY_ONLY traffic policy is used, a 502 error is returned. | 
PILOT_ENABLE_LOCALITY_LOAD_BALANCING | 
String |  | 
|
PILOT_ENABLE_MYSQL_FILTER | 
Boolean | false | 
EnableMysqlFilter enables injection of `envoy.filters.network.mysql_proxy` in the filter chain. | 
PILOT_ENABLE_WAIT_CACHE_SYNC | 
String |  | 
|
PILOT_HTTP10 | 
Boolean | false | 
|
PILOT_PUSH_BURST | 
Integer | 100 | 
|
PILOT_PUSH_THROTTLE | 
Integer | 10 | 
|
PILOT_TRACE_SAMPLING | 
Floating-Point | 100 | 
|
TERMINATION_DRAIN_DURATION_SECONDS | 
String |  | 
|
V2_REFRESH | 
Time Duration | 0s | 
galley command.
| Annotation Name | Description | 
|---|---|
policy.istio.io/check | 
Determines the policy for behavior when unable to connect to Mixer. If not set, FAIL_CLOSE is set, rejecting requests. | 
policy.istio.io/checkBaseRetryWaitTime | 
Base time to wait between retries, will be adjusted by backoff and jitter. In duration format. If not set, this will be 80ms. | 
policy.istio.io/checkMaxRetryWaitTime | 
Maximum time to wait between retries to Mixer. In duration format. If not set, this will be 1000ms. | 
policy.istio.io/checkRetries | 
The maximum number of retries on transport errors to Mixer. If not set, this will be 0, indicating no retries. | 
policy.istio.io/lang | 
Select a language runtime |