Fix duplicate example, replace with example for simulating apply (#5240)

This commit is contained in:
Chris Wilson 2019-10-24 07:01:47 -07:00 committed by Istio Automation
parent 05a9a2eed2
commit 2190ff0010
1 changed files with 2 additions and 2 deletions

View File

@ -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.