From 03aa645e8c7419a40481ad3b63fcc245a82df163 Mon Sep 17 00:00:00 2001 From: gujingit <925973396@qq.com> Date: Sun, 10 May 2020 09:50:30 +0800 Subject: [PATCH] add load balancer info for alibaba cloud provider --- .../en/docs/concepts/cluster-administration/cloud-providers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index c8105497cc..0d9ba6c1ff 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -431,3 +431,6 @@ Note that the Kubernetes Node name must match the Tencent VM private IP. Alibaba Cloud does not require the format of node name, but the kubelet needs to add `--provider-id=${REGION_ID}.${INSTANCE_ID}`. The parameter `${REGION_ID}` represents the region id of the Kubernetes and `${INSTANCE_ID}` denotes the Alibaba ECS (Elastic Compute Service) ID. +### Load Balancers + +You can setup external load balancers to use specific features in Alibaba Cloud by configuring the [annotations](https://www.alibabacloud.com/help/en/doc-detail/86531.htm) . \ No newline at end of file