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:
Christian Posta 2020-07-29 14:40:44 -07:00 committed by GitHub
parent d14ee98564
commit 155950f011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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 [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. 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 #### Enable globally via install option
@ -181,9 +181,6 @@ NAME READY STATUS RESTARTS AGE
liveness-http-975595bb6-5b2z7c 2/2 Running 0 1m liveness-http-975595bb6-5b2z7c 2/2 Running 0 1m
{{< /text >}} {{< /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 ### Separate port
Another alternative is to use separate port for health checking and regular traffic. Another alternative is to use separate port for health checking and regular traffic.