Skip to content

Commit b2c8c9c

Browse files
yunxjik8s-ci-robot
authored andcommitted
Add content about Tencent cloud providers. (#17572)
* Modify document format. * Update cloud-controller.md Add content about Tencent cloud providers. * Update cloud-providers.md Add content about Tencent cloud providers.
1 parent 7b3f45f commit b2c8c9c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ The following cloud providers have implemented CCMs:
232232
* [Linode](https://github.com/linode/linode-cloud-controller-manager)
233233
* [OpenStack](https://github.com/kubernetes/cloud-provider-openstack)
234234
* [Oracle](https://github.com/oracle/oci-cloud-controller-manager)
235+
* [TencentCloud](https://github.com/TencentCloud/tencentcloud-cloud-controller-manager)
236+
235237
236238
## Cluster Administration
237239

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,12 @@ The IBM Cloud Kubernetes Service provider leverages Kubernetes-native persistent
404404

405405
The Baidu cloud provider uses the private IP address of the node (as determined by the kubelet or overridden with `--hostname-override`) as the name of the Kubernetes Node object.
406406
Note that the Kubernetes Node name must match the Baidu VM private IP.
407+
408+
## Tencent Kubernetes Engine
409+
410+
If you wish to use the external cloud provider, its repository is [TencentCloud/tencentcloud-cloud-controller-manager](https://github.com/TencentCloud/tencentcloud-cloud-controller-manager).
411+
412+
### Node Name
413+
414+
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.
415+
Note that the Kubernetes Node name must match the Tencent VM private IP.

0 commit comments

Comments
 (0)