You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/cluster-administration/cloud-providers.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -404,3 +404,12 @@ The IBM Cloud Kubernetes Service provider leverages Kubernetes-native persistent
404
404
405
405
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.
406
406
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