We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 894325b + 252e037 commit aab0b34Copy full SHA for aab0b34
content/zh/docs/concepts/services-networking/service.md
@@ -1129,6 +1129,24 @@ metadata:
1129
[...]
1130
```
1131
{{% /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
1143
1144
1145
1146
+ service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: "intranet"
1147
1148
1149
1150
{{< /tabs >}}
1151
1152
<!--
0 commit comments