mirror of https://github.com/istio/istio.io.git
Fix duplicate example, replace with example for simulating apply (#5240)
This commit is contained in:
parent
05a9a2eed2
commit
2190ff0010
|
@ -70,10 +70,10 @@ Analyze all yaml files in the current folder:
|
|||
$ ./istioctl x analyze *.yaml
|
||||
{{< /text >}}
|
||||
|
||||
Analyze all yaml files in the current folder:
|
||||
Simulate applying the files in the current folder to the current cluster:
|
||||
|
||||
{{< text bash >}}
|
||||
$ ./istioctl x analyze *.yaml
|
||||
$ ./istioctl x analyze -k *.yaml
|
||||
{{< /text >}}
|
||||
|
||||
You can run `./istioctl x analyze --help` to see the full set of options.
|
||||
|
|
Loading…
Reference in New Issue