Simplify istioctl diff command (#6005)

This commit is contained in:
Johannes Scheuermann 2019-12-10 23:28:43 +01:00 committed by Istio Automation
parent 5c269c0340
commit a9a8c9ef87
1 changed files with 1 additions and 3 deletions

View File

@ -158,9 +158,7 @@ which is useful for checking the effects of customizations before applying chang
You can show differences between the default and demo profiles using these commands:
{{< text bash >}}
$ istioctl profile dump default > 1.yaml
$ istioctl profile dump demo > 2.yaml
$ istioctl profile diff 1.yaml 2.yaml
$ istioctl profile diff <(istioctl profile dump default) <(istioctl profile dump demo)
gateways:
components:
egressGateway: