my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
351 B

3 years ago
  1. # Istioctl - Istio Command-line Tool
  2. The [istioctl](https://istio.io/latest/docs/ops/diagnostic-tools/istioctl/) tool is a configuration command line utility that allows service operators to debug and diagnose their Istio service mesh deployments.
  3. To use it, add `istioctl` to the plugins array of your zshrc file:
  4. ```sh
  5. plugins=(... istioctl)
  6. ```