Skip to content

Commit b00c2da

Browse files
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 <[email protected]> * Update content/en/docs/concepts/cluster-administration/cloud-providers.md Co-Authored-By: Kevin Wang <[email protected]> Co-authored-by: Kevin Wang <[email protected]>
1 parent 1d840c0 commit b00c2da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
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
@@ -134,6 +134,15 @@ If you wish to use the external cloud provider, its repository is [kubernetes/cl
134134
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.
135135
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`).
136136

137+
## HUAWEI CLOUD
138+
139+
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).
140+
141+
### Node Name
142+
143+
The HUAWEI CLOUD provider needs the private IP address of the node as the name of the Kubernetes Node object.
144+
Please make sure indicating `--hostname-override=<node private IP>` when starting kubelet on the node.
145+
137146
## OpenStack
138147
This section describes all the possible configurations which can
139148
be used when using OpenStack with Kubernetes.

0 commit comments

Comments
 (0)