zh add missing table

This commit is contained in:
zhangguanzhang 2020-09-13 22:01:17 +08:00
parent e7e99ccf60
commit 252e037846
1 changed files with 18 additions and 0 deletions

View File

@ -1129,6 +1129,24 @@ metadata:
[...]
```
{{% /tab %}}
{{% tab name="Tencent Cloud" %}}
```yaml
[...]
metadata:
annotations:
service.kubernetes.io/qcloud-loadbalancer-internal-subnetid: subnet-xxxxx
[...]
```
{{% /tab %}}
{{% tab name="Alibaba Cloud" %}}
```yaml
[...]
metadata:
annotations:
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: "intranet"
[...]
```
{{% /tab %}}
{{< /tabs >}}
<!--