mirror of https://github.com/istio/istio.io.git
Fix invalid operator sample (#8392)
This commit is contained in:
parent
f59718c0a0
commit
aead9e8bb2
|
@ -268,7 +268,7 @@ customized install using these commands:
|
|||
|
||||
{{< text bash >}}
|
||||
$ istioctl manifest generate > 1.yaml
|
||||
$ istioctl manifest generate -f samples/operator/pilot-k8s.yaml > 2.yaml
|
||||
$ istioctl manifest generate -f operator/samples/pilot-k8s.yaml > 2.yaml
|
||||
$ istioctl manifest diff 1.yaml 2.yaml
|
||||
Differences of manifests are:
|
||||
|
||||
|
@ -332,7 +332,7 @@ Alternatively, the `IstioOperator` configuration can be specified in a YAML file
|
|||
`istioctl` using the `-f` option:
|
||||
|
||||
{{< text bash >}}
|
||||
$ istioctl install -f samples/operator/pilot-k8s.yaml
|
||||
$ istioctl install -f operator/samples/pilot-k8s.yaml
|
||||
{{< /text >}}
|
||||
|
||||
{{< tip >}}
|
||||
|
@ -523,7 +523,7 @@ spec:
|
|||
Use `istioctl install` to apply the modified settings to the cluster:
|
||||
|
||||
{{< text syntax="bash" repo="operator" >}}
|
||||
$ istioctl install -f samples/operator/pilot-k8s.yaml
|
||||
$ istioctl install -f operator/samples/pilot-k8s.yaml
|
||||
{{< /text >}}
|
||||
|
||||
### Customize Istio settings using the Helm API
|
||||
|
|
Loading…
Reference in New Issue