mirror of https://github.com/istio/istio.io.git
Fix probe rewrite configuration command (#5076)
Signed-off-by: Venil Noronha <veniln@vmware.com>
This commit is contained in:
parent
0f2da716f7
commit
da9fb2726d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue