mirror of https://github.com/istio/istio.io.git
update health check mtls doc to reflect default value (#7801)
* update health check mtls doc to reflect default value * fix lint, make text more accurate
This commit is contained in:
parent
d14ee98564
commit
155950f011
|
@ -106,7 +106,7 @@ This approach rewrites the application `PodSpec` readiness/liveness probe, such
|
|||
[Pilot agent](/docs/reference/commands/pilot-agent/). Pilot agent then redirects the
|
||||
request to application, and strips the response body only returning the response code.
|
||||
|
||||
You have two ways to enable Istio to rewrite the liveness HTTP probes.
|
||||
This feature is enabled when installing with the `default` profile. If you find that the profile used to install Istio does not have it enabled, you have two ways to enable the rewrite of the liveness HTTP probes:
|
||||
|
||||
#### Enable globally via install option
|
||||
|
||||
|
@ -181,9 +181,6 @@ NAME READY STATUS RESTARTS AGE
|
|||
liveness-http-975595bb6-5b2z7c 2/2 Running 0 1m
|
||||
{{< /text >}}
|
||||
|
||||
This feature is not currently turned on by default. We'd like to [hear your feedback](https://github.com/istio/istio/issues/10357)
|
||||
on whether we should change this to default behavior for Istio installation.
|
||||
|
||||
### Separate port
|
||||
|
||||
Another alternative is to use separate port for health checking and regular traffic.
|
||||
|
|
Loading…
Reference in New Issue