sidecar-injector
Kubernetes webhook for automatic Istio sidecar injection.
sidecar-injector [flags]
Flags | Description |
---|---|
--caCertFile <string> | File containing the x509 Certificate for HTTPS. (default `/etc/istio/certs/root-cert.pem`) |
--healthCheckFile <string> | File that should be periodically updated if health checking is enabled (default ``) |
--healthCheckInterval <duration> | Configure how frequently the health check file specified by --healthCheckFile should be updated (default `0s`) |
--injectConfig <string> | File containing the Istio sidecar injection configuration and template (default `/etc/istio/inject/config`) |
--kubeconfig <string> | Specifies path to kubeconfig file. This must be specified when not running inside a Kubernetes pod. (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 [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 [default, model, rbac] 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 [default, model, rbac] 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]`) |
--meshConfig <string> | File containing the Istio mesh configuration (default `/etc/istio/config/mesh`) |
--port <int> | Webhook port (default `443`) |
--tlsCertFile <string> | File containing the x509 Certificate for HTTPS. (default `/etc/istio/certs/cert-chain.pem`) |
--tlsKeyFile <string> | File containing the x509 private key matching --tlsCertFile. (default `/etc/istio/certs/key.pem`) |
--webhookConfigName <string> | Name of the mutatingwebhookconfiguration resource in Kubernetes. (default `istio-sidecar-injector`) |
--webhookName <string> | Name of the webhook entry in the webhook config. (default `sidecar-injector.istio.io`) |
sidecar-injector probe
Check the liveness or readiness of a locally-running server
sidecar-injector probe [flags]
Flags | Description |
---|---|
--caCertFile <string> | File containing the x509 Certificate for HTTPS. (default `/etc/istio/certs/root-cert.pem`) |
--healthCheckFile <string> | File that should be periodically updated if health checking is enabled (default ``) |
--healthCheckInterval <duration> | Configure how frequently the health check file specified by --healthCheckFile should be updated (default `0s`) |
--injectConfig <string> | File containing the Istio sidecar injection configuration and template (default `/etc/istio/inject/config`) |
--interval <duration> | Duration used for checking the target file's last modified time. (default `0s`) |
--kubeconfig <string> | Specifies path to kubeconfig file. This must be specified when not running inside a Kubernetes pod. (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 [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 [default, model, rbac] 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 [default, model, rbac] 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]`) |
--meshConfig <string> | File containing the Istio mesh configuration (default `/etc/istio/config/mesh`) |
--port <int> | Webhook port (default `443`) |
--probe-path <string> | Path of the file for checking the availability. (default ``) |
--tlsCertFile <string> | File containing the x509 Certificate for HTTPS. (default `/etc/istio/certs/cert-chain.pem`) |
--tlsKeyFile <string> | File containing the x509 private key matching --tlsCertFile. (default `/etc/istio/certs/key.pem`) |
--webhookConfigName <string> | Name of the mutatingwebhookconfiguration resource in Kubernetes. (default `istio-sidecar-injector`) |
--webhookName <string> | Name of the webhook entry in the webhook config. (default `sidecar-injector.istio.io`) |
sidecar-injector version
Prints out build version information
sidecar-injector version [flags]
Flags | Shorthand | Description |
---|---|---|
--caCertFile <string> | File containing the x509 Certificate for HTTPS. (default `/etc/istio/certs/root-cert.pem`) | |
--healthCheckFile <string> | File that should be periodically updated if health checking is enabled (default ``) | |
--healthCheckInterval <duration> | Configure how frequently the health check file specified by --healthCheckFile should be updated (default `0s`) | |
--injectConfig <string> | File containing the Istio sidecar injection configuration and template (default `/etc/istio/inject/config`) | |
--kubeconfig <string> | Specifies path to kubeconfig file. This must be specified when not running inside a Kubernetes pod. (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 [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 [default, model, rbac] 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 [default, model, rbac] 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]`) | |
--meshConfig <string> | File containing the Istio mesh configuration (default `/etc/istio/config/mesh`) | |
--output <string> | -o | One of 'yaml' or 'json'. (default ``) |
--port <int> | Webhook port (default `443`) | |
--short | -s | Displays a short form of the version information |
--tlsCertFile <string> | File containing the x509 Certificate for HTTPS. (default `/etc/istio/certs/cert-chain.pem`) | |
--tlsKeyFile <string> | File containing the x509 private key matching --tlsCertFile. (default `/etc/istio/certs/key.pem`) | |
--webhookConfigName <string> | Name of the mutatingwebhookconfiguration resource in Kubernetes. (default `istio-sidecar-injector`) | |
--webhookName <string> | Name of the webhook entry in the webhook config. (default `sidecar-injector.istio.io`) |