Skip to content

Commit 252e037

Browse files
zh add missing table
1 parent e7e99cc commit 252e037

File tree

1 file changed

+18
-0
lines changed
  • content/zh/docs/concepts/services-networking

1 file changed

+18
-0
lines changed

content/zh/docs/concepts/services-networking/service.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,24 @@ metadata:
11291129
[...]
11301130
```
11311131
{{% /tab %}}
1132+
{{% tab name="Tencent Cloud" %}}
1133+
```yaml
1134+
[...]
1135+
metadata:
1136+
annotations:
1137+
service.kubernetes.io/qcloud-loadbalancer-internal-subnetid: subnet-xxxxx
1138+
[...]
1139+
```
1140+
{{% /tab %}}
1141+
{{% tab name="Alibaba Cloud" %}}
1142+
```yaml
1143+
[...]
1144+
metadata:
1145+
annotations:
1146+
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: "intranet"
1147+
[...]
1148+
```
1149+
{{% /tab %}}
11321150
{{< /tabs >}}
11331151

11341152
<!--

0 commit comments

Comments
 (0)