istio.io/_docs/reference/istioctl/istioctl.md

1.7 KiB

title overview order layout type
istioctl Istio control interface 1 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 here 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