mirror of https://github.com/istio/istio.io.git
Samples referenced was in incorrect directory (#10097)
This commit is contained in:
parent
f65701893e
commit
1188c7725c
|
@ -258,7 +258,7 @@ customized install using these commands:
|
|||
|
||||
{{< text bash >}}
|
||||
$ istioctl manifest generate > 1.yaml
|
||||
$ istioctl manifest generate -f operator/samples/pilot-k8s.yaml > 2.yaml
|
||||
$ istioctl manifest generate -f samples/operator/pilot-k8s.yaml > 2.yaml
|
||||
$ istioctl manifest diff 1.yaml 2.yaml
|
||||
Differences of manifests are:
|
||||
|
||||
|
|
Loading…
Reference in New Issue