Fix probe rewrite configuration command (#5076)

Signed-off-by: Venil Noronha <veniln@vmware.com>
This commit is contained in:
Venil Noronha 2019-09-27 16:40:22 -07:00 committed by Istio Automation
parent 0f2da716f7
commit da9fb2726d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ You have two ways to enable Istio to rewrite the liveness HTTP probes.
**Alternatively**, update the configuration map of Istio sidecar injection:
{{< text bash >}}
$ kubectl get cm istio-sidecar-injector -n istio-system -o yaml | sed -e "s/ rewriteAppHTTPProbe: false/ rewriteAppHTTPProbe: true/" | kubectl apply -f -
$ kubectl get cm istio-sidecar-injector -n istio-system -o yaml | sed -e 's/"rewriteAppHTTPProbe":false/"rewriteAppHTTPProbe":true/' | kubectl apply -f -
{{< /text >}}
The above installation option and configuration map, each instruct the sidecar injection process to automatically