File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ The controllers inside the cloud controller manager include:
43
43
44
44
### Node controller
45
45
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
47
47
when new servers are created in your cloud infrastructure. The node controller obtains information about the
48
48
hosts running inside your tenancy with the cloud provider. The node controller performs the following functions:
49
49
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.
51
51
2 . Annotating and labelling the Node object with cloud-specific information, such as the region the node
52
52
is deployed into and the resources (CPU, memory, etc) that it has available.
53
53
3 . Obtain the node's hostname and network addresses.
You can’t perform that action at this time.
0 commit comments