Skip to content

Commit 3c1d642

Browse files
authored
Merge pull request #30393 from elmiko/update-ccm-node-controller
update cloud controller doc on node controller
2 parents 1406c2d + 0d864c1 commit 3c1d642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ The controllers inside the cloud controller manager include:
4343

4444
### Node controller
4545

46-
The node controller is responsible for creating {{< glossary_tooltip text="Node" term_id="node" >}} objects
46+
The node controller is responsible for updating {{< glossary_tooltip text="Node" term_id="node" >}} objects
4747
when new servers are created in your cloud infrastructure. The node controller obtains information about the
4848
hosts running inside your tenancy with the cloud provider. The node controller performs the following functions:
4949

50-
1. Initialize a Node object for each server that the controller discovers through the cloud provider API.
50+
1. Update a Node object with the corresponding server's unique identifier obtained from the cloud provider API.
5151
2. Annotating and labelling the Node object with cloud-specific information, such as the region the node
5252
is deployed into and the resources (CPU, memory, etc) that it has available.
5353
3. Obtain the node's hostname and network addresses.

0 commit comments

Comments
 (0)