mirror of https://github.com/istio/istio.io.git
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:
parent
878bd432a1
commit
d1381dc1ac
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue