[master] update doc for http prob annotation (#5192)

* update doc for http prob annotation

* address comments from frankbu and incfly

* typo

* option -> options

* Update content/en/docs/ops/app-health-check/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
Istio Automation 2019-10-18 10:47:39 -07:00 committed by Frank Budinsky
parent 55fba592f8
commit 21b8391695
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ The configuration changes above (by Helm or by the configuration map) effect all
<!-- Add samples YAML or kubectl patch? -->
Rather than install Istio with different Helm option, you can annotate Pod with `sidecar.istio.io/rewriteAppHTTPProbers: "true"`.
Rather than install Istio with different Helm options, you can [annotate the pod](/docs/reference/config/annotations/) with `sidecar.istio.io/rewriteAppHTTPProbers: "true"`. Make sure you add the annotation to the [pod resource](https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/) because it will be ignored anywhere else (for example, on an enclosing deployment resource).
{{< text yaml >}}
apiVersion: apps/v1