Skip to content

Commit c349c7d

Browse files
committed
Add content about the Alibaba cloud provider
1 parent 7d05b90 commit c349c7d

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

content/en/docs/concepts/cluster-administration/cloud-providers.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,12 @@ If you wish to use the external cloud provider, its repository is [TencentCloud/
422422

423423
The Tencent cloud provider uses the hostname of the node (as determined by the kubelet or overridden with `--hostname-override`) as the name of the Kubernetes Node object.
424424
Note that the Kubernetes Node name must match the Tencent VM private IP.
425+
426+
## Alibaba Cloud Kubernetes
427+
428+
If you wish to use the external cloud provider, its repository is [kubernetes/cloud-provider-alibaba-cloud](https://github.com/kubernetes/cloud-provider-alibaba-cloud).
429+
430+
### Node Name
431+
432+
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.
433+

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,15 @@ metadata:
692692
[...]
693693
```
694694
{{% /tab %}}
695+
{{% tab name="Alibaba Cloud" %}}
696+
```yaml
697+
[...]
698+
metadata:
699+
annotations:
700+
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: "intranet"
701+
[...]
702+
```
703+
{{% /tab %}}
695704
{{< /tabs >}}
696705

697706

content/zh/docs/concepts/architecture/cloud-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ The following cloud providers have implemented CCMs:
479479
* [OpenStack](https://github.com/kubernetes/cloud-provider-openstack)
480480
* [Oracle](https://github.com/oracle/oci-cloud-controller-manager)
481481
-->
482-
482+
* [Alibaba Cloud](https://github.com/kubernetes/cloud-provider-alibaba-cloud)
483483
* [AWS](https://github.com/kubernetes/cloud-provider-aws)
484484
* [Azure](https://github.com/kubernetes/cloud-provider-azure)
485485
* [BaiduCloud](https://github.com/baidu/cloud-provider-baiducloud)

0 commit comments

Comments
 (0)