List available Istio distributions built by Tetrate
getmesh list [flags]
Examples
$ getmesh list
ISTIO VERSION FLAVOR FLAVOR VERSION K8S VERSIONS
*1.8.2 tetrate 0 1.16,1.17,1.18
1.8.1 tetrate 0 1.16,1.17,1.18
1.7.6 tetrate 0 1.16,1.17,1.18
1.7.5 tetrate 0 1.16,1.17,1.18
1.7.4 tetrate 0 1.16,1.17,1.18
'*' indicates the currently active istioctl version.
The following is the explanation of each column:
[ISTIO VERSION]
The upstream tagged version of Istio on which the distribution is built.
[FLAVOR]
The kind of the distribution. As of now, there are three flavors "tetrate",
"tetratefips" and "istio".
- "tetrate" flavor equals the upstream Istio except it is built by Tetrate.
- "tetratefips" flavor is FIPS-compliant, and can be used for installing FIPS-compliant control plain and data plain built by Tetrate.
- "istio" flavor is the upstream build. Flavor version for upstream build will always be '0'
[FLAVOR VERSION]
The flavor's version. A flavor version 0 maps to the distribution that is built on
exactly the same source code of the corresponding upstream Istio version.
[K8S VERSIONS]
Supported k8s versions for the distribution
Options
-h, --help help for list
Options inherited from parent commands
-c, --kubeconfig string Kubernetes configuration file
SEE ALSO
- getmesh - getmesh is an integration and lifecycle management CLI tool that ensures the use of supported and trusted versions of Istio.