Fix invalid operator sample (#8392)

This commit is contained in:
Kenjiro Nakayama 2020-10-29 23:15:22 +09:00 committed by GitHub
parent f59718c0a0
commit aead9e8bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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