mirror of https://github.com/istio/istio.io.git
Ajust format for traffic-management (#13192)
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
c00bf9d1fd
commit
efdd982450
|
|
@ -2,7 +2,7 @@
|
|||
title: Traffic Management
|
||||
description: Describes the various Istio features focused on traffic routing and control.
|
||||
weight: 20
|
||||
keywords: [traffic-management,pilot, envoy-proxies, service-discovery, load-balancing]
|
||||
keywords: [traffic-management, pilot, envoy-proxies, service-discovery, load-balancing]
|
||||
aliases:
|
||||
- /docs/concepts/traffic-management/pilot
|
||||
- /docs/concepts/traffic-management/rules-configuration
|
||||
|
|
@ -458,8 +458,8 @@ Istio provides some preconfigured gateway proxy deployments
|
|||
(`istio-ingressgateway` and `istio-egressgateway`) that you can use - both are
|
||||
deployed if you use our [demo installation](/docs/setup/getting-started/),
|
||||
while just the ingress gateway is deployed with our
|
||||
[default profile.](/docs/setup/additional-setup/config-profiles/) You
|
||||
can apply your own gateway configurations to these deployments or deploy and
|
||||
[default profile](/docs/setup/additional-setup/config-profiles/).
|
||||
You can apply your own gateway configurations to these deployments or deploy and
|
||||
configure your own gateway proxies.
|
||||
|
||||
### Gateway example {#gateway-example}
|
||||
|
|
|
|||
Loading…
Reference in New Issue