Merge pull request #20858 from gujingit/master

Add content about the Alibaba cloud provider
This commit is contained in:
Kubernetes Prow Robot
2020-05-11 00:31:51 -07:00
committed by GitHub
3 changed files with 22 additions and 1 deletions
@@ -692,6 +692,15 @@ metadata:
[...]
```
{{% /tab %}}
{{% tab name="Alibaba Cloud" %}}
```yaml
[...]
metadata:
annotations:
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: "intranet"
[...]
```
{{% /tab %}}
{{< /tabs >}}