mirror of https://github.com/istio/istio.io.git
Simplify istioctl diff command (#6005)
This commit is contained in:
parent
5c269c0340
commit
a9a8c9ef87
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue