From b2c8c9c1c5df2b094bcb2bee3439f74495b930c7 Mon Sep 17 00:00:00 2001 From: yunxji <50287034+yunxji@users.noreply.github.com> Date: Thu, 14 Nov 2019 20:49:34 +0800 Subject: [PATCH] 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. --- .../en/docs/concepts/architecture/cloud-controller.md | 2 ++ .../concepts/cluster-administration/cloud-providers.md | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/content/en/docs/concepts/architecture/cloud-controller.md b/content/en/docs/concepts/architecture/cloud-controller.md index 71947e8282..6536dc6772 100644 --- a/content/en/docs/concepts/architecture/cloud-controller.md +++ b/content/en/docs/concepts/architecture/cloud-controller.md @@ -232,6 +232,8 @@ The following cloud providers have implemented CCMs: * [Linode](https://github.com/linode/linode-cloud-controller-manager) * [OpenStack](https://github.com/kubernetes/cloud-provider-openstack) * [Oracle](https://github.com/oracle/oci-cloud-controller-manager) +* [TencentCloud](https://github.com/TencentCloud/tencentcloud-cloud-controller-manager) + ## Cluster Administration diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index bdbbeecdfa..52765e1034 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -404,3 +404,12 @@ The IBM Cloud Kubernetes Service provider leverages Kubernetes-native persistent 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. Note that the Kubernetes Node name must match the Baidu VM private IP. + +## Tencent Kubernetes Engine + +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). + +### Node Name + +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. +Note that the Kubernetes Node name must match the Tencent VM private IP.