mirror of https://github.com/istio/istio.io.git
Update sed to include space before boolen value (#7038)
* Update sed to include space before boolen value * remove backslash
This commit is contained in:
parent
55accd83b4
commit
36cb7aff3e
|
@ -113,7 +113,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