From b00c2da0eea26c7f576c608ac57f93c33dfb7466 Mon Sep 17 00:00:00 2001 From: Hongcai Ren Date: Mon, 27 Apr 2020 19:45:29 +0800 Subject: [PATCH] Explain how to manage Kubernetes running on HUAWEI CLOUD provider. (#20579) * Explain how to manage Kubernetes running on HUAWEI CLOUD provider. * Update content/en/docs/concepts/cluster-administration/cloud-providers.md Co-Authored-By: Kevin Wang * Update content/en/docs/concepts/cluster-administration/cloud-providers.md Co-Authored-By: Kevin Wang Co-authored-by: Kevin Wang --- .../concepts/cluster-administration/cloud-providers.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index b9a320192c..8d62d1b196 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -134,6 +134,15 @@ If you wish to use the external cloud provider, its repository is [kubernetes/cl The GCE 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 first segment of the Kubernetes Node name must match the GCE instance name (e.g. a Node named `kubernetes-node-2.c.my-proj.internal` must correspond to an instance named `kubernetes-node-2`). +## HUAWEI CLOUD + +If you wish to use the external cloud provider, its repository is [kubernetes-sigs/cloud-provider-huaweicloud](https://github.com/kubernetes-sigs/cloud-provider-huaweicloud). + +### Node Name + +The HUAWEI CLOUD provider needs the private IP address of the node as the name of the Kubernetes Node object. +Please make sure indicating `--hostname-override=` when starting kubelet on the node. + ## OpenStack This section describes all the possible configurations which can be used when using OpenStack with Kubernetes.