Ajust format for traffic-management (#13192)

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
my-git9 2023-05-15 22:28:25 +08:00 committed by GitHub
parent c00bf9d1fd
commit efdd982450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: Traffic Management title: Traffic Management
description: Describes the various Istio features focused on traffic routing and control. description: Describes the various Istio features focused on traffic routing and control.
weight: 20 weight: 20
keywords: [traffic-management,pilot, envoy-proxies, service-discovery, load-balancing] keywords: [traffic-management, pilot, envoy-proxies, service-discovery, load-balancing]
aliases: aliases:
- /docs/concepts/traffic-management/pilot - /docs/concepts/traffic-management/pilot
- /docs/concepts/traffic-management/rules-configuration - /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 (`istio-ingressgateway` and `istio-egressgateway`) that you can use - both are
deployed if you use our [demo installation](/docs/setup/getting-started/), deployed if you use our [demo installation](/docs/setup/getting-started/),
while just the ingress gateway is deployed with our while just the ingress gateway is deployed with our
[default profile.](/docs/setup/additional-setup/config-profiles/) You [default profile](/docs/setup/additional-setup/config-profiles/).
can apply your own gateway configurations to these deployments or deploy and You can apply your own gateway configurations to these deployments or deploy and
configure your own gateway proxies. configure your own gateway proxies.
### Gateway example {#gateway-example} ### Gateway example {#gateway-example}