Fix format for warning message (#7193)

This commit is contained in:
Kenjiro Nakayama 2020-04-30 23:00:15 +09:00 committed by GitHub
parent c59ca25a02
commit c2dcbfb63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -22,9 +22,10 @@ external service and according to the way your workload accesses the external se
HTTP requests and the external service requires TLS, you may want to perform TLS origination by Istio. If your workload
already uses TLS, the traffic is already encrypted and you can just disable Istio's mutual TLS.
{{< warning >}}
This page describes how Istio can integrate with existing Kubernetes configurations. For new deployments, we recommend following [Accessing Egress Services](/docs/tasks/traffic-management/egress/egress-control/).
{{< /warning >}}
{{< warning >}}
This page describes how Istio can integrate with existing Kubernetes configurations. For new deployments, we recommend
following [Accessing Egress Services](/docs/tasks/traffic-management/egress/egress-control/).
{{< /warning >}}
While the examples in this task use HTTP protocols,
Kubernetes Services for egress traffic work with other protocols as well.