1
0
forked from docs/doc-exports
doc-exports/docs/asm/umn/asm_01_0066.html
Dong, Qiu Jian ec0b45029f ASM UMN initial version -20240425
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>
2024-09-18 09:02:28 +00:00

2.4 KiB

The Service Port Name Complies with the Istio Specifications

Description

The Service port name must contain the specified protocol and prefix and must be in the following format:

name: <protocol>[-<suffix>]

<protocol> can be http, tcp, or grpc. Istio provides routing capabilities based on protocols defined on ports. For example, name: http-service0 and name: tcp are valid port names, while name: httpforecast is not.

If the Service port name is invalid, this item is abnormal.

Rectification Guide

  1. Log in to the CCE console.
  2. Click the cluster name to go to the cluster console. In the navigation pane on the left, choose Services & Ingresses. On the Services tab, search for the Service by cluster name and namespace and click Edit YAML. Then, view the Service protocol and add a protocol type before the service name.

  3. Click OK.