mirror of https://github.com/istio/istio.io.git
1.7 KiB
1.7 KiB
title | overview | order | bodyclass | layout | type |
---|---|---|---|---|---|
istioctl | Istio control interface | 6 | docs | docs | markdown |
istioctl
Istio control interface
Synopsis
Istio configuration command line utility.
Create, list, modify, and delete configuration resources in the Istio system.
Available routing and traffic management configuration types: [destination-policy ingress-rule route-rule]. See https://istio.io/docs/reference/routing-and-traffic-management.html for an overview of the routing and traffic DSL.
More information on the mixer API configuration can be found under the istioctl mixer command documentation.
Options
-c, --kubeconfig string Use a Kubernetes configuration file instead of in-cluster configuration
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
-n, --namespace string Select a Kubernetes namespace (default "default")
-v, --v Level log level for V logs
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
SEE ALSO
- istioctl completion - Generate bash completion for Istioctl
- istioctl create - Create policies and rules
- istioctl delete - Delete policies or rules
- istioctl get - Retrieve policies and rules
- istioctl kube-inject - Inject Envoy sidecar into Kubernetes pod resources
- istioctl mixer - Istio Mixer configuration
- istioctl replace - Replace existing policies and rules
- istioctl version - Display version information and exit