istioctl x 命令指的是什么?

What does istioctl x command refers to?

我在官方文档中看到 commandsistioctl x ... 开头,但对于 x.

的用法没有官方定义

据我从 istioctl manual 推断,它似乎是 experimental 的 shorthand。

命令 istioctl | grep x 也没有显示对 x 用法的任何引用。

你是对的 - x 是 shorthand 对于 experimental

如果您在没有任何其他命令的情况下发出 istioctl x,您可以看到更多信息:

$ istioctl x
Experimental commands that may be modified or deprecated

Usage:
  istioctl experimental [command]

Aliases:
  experimental, x, exp
...