mirror of https://github.com/istio/istio.io.git
Clarified istioctl local case (#5822)
* Clarified istioctl local case As suggested in https://github.com/istio/istio/issues/18978 * Expanded local file analysis description
This commit is contained in:
parent
d6edaac8cf
commit
45d6a26be8
|
|
@ -32,9 +32,11 @@ Note that `x` in the command is because this is currently an experimental featur
|
|||
|
||||
## Analyzing live clusters, local files, or both
|
||||
|
||||
The example above is doing analysis on a live cluster. But the tool also supports performing analysis of a set of local yaml configuration files, or on a combination of local files and a live cluster.
|
||||
The example above is doing analysis on a live cluster. But the tool also supports performing analysis of a set of local Kubernetes yaml configuration files,
|
||||
or on a combination of local files and a live cluster. When analyzing a set of local files, the file set is expected to be fully self-contained.
|
||||
Typically, this is used to analyze the entire set of configuration files that are intended to be deployed to a cluster.
|
||||
|
||||
Analyze a specific set of local files:
|
||||
Analyze a specific set of local Kubernetes yaml files:
|
||||
|
||||
{{< text bash >}}
|
||||
$ ./istioctl x analyze a.yaml b.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue