Update docs regarding when to use flexible mTLS (#3616)

* Update docs regarding when to use flexible mTLS

mTLS is now supported with stateful sets and headless services.

See https://github.com/istio/istio/issues/1277

* Fix formatting
This commit is contained in:
Anmol Sethi 2019-03-11 23:08:34 -04:00 committed by istio-bot
parent 878bd432a1
commit d1381dc1ac
1 changed files with 2 additions and 6 deletions

View File

@ -63,13 +63,9 @@ for more information.
Choose this variant for:
* Clusters with existing applications,
* Clusters with existing applications, or
* Applications where services with an Istio sidecar need to be able to
communicate with other non-Istio Kubernetes services,
* Applications that use
[liveness and readiness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/),
* Headless services, or
* `StatefulSets`
communicate with other non-Istio Kubernetes services
Run the following command to install this variant: