forked from docs/doc-exports
Reviewed-by: Kovács, Zoltán <zkovacs@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
3.4 KiB
3.4 KiB
The Service Is Configured with a Default-version Route and The Route Configuration Is Correct
Description
Istio defines service traffic routing rules in VirtualService and DestinationRule. Therefore, you need to configure VirtualService and DestinationRule for each service. The following rules must be met:
- All ports of a Service must be configured in VirtualService.
- The protocol type in VirtualService must be the same as that of the ports of a Service.
- The default service version must be configured in VirtualService and DestinationRule.
Rectification Guide
- Log in to the ASM console. Select the mesh where the service is located. In the navigation pane on the left, choose Mesh Configuration, click Istio Resource Management, and select Istio resources: virtualservices and the namespace to which the service belongs.
- Ensure that all ports of the Service are configured in VirtualService.
- Ensure that the protocol type in VirtualService is the same as that of the ports of the Service.
Parent topic: Auto Fixing Items