mirror of https://github.com/istio/istio.io.git
[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:
parent
55fba592f8
commit
21b8391695
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue