Skip to content

Commit e003903

Browse files
committed
[OSDOCS-3753] Remove overly sepcific example language
1 parent 452b13d commit e003903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/machine-api-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For {product-title} {product-version} clusters, the Machine API performs all nod
2222

2323
The two primary resources are:
2424

25-
Machines:: A fundamental unit that describes the host for a node. A machine has a `providerSpec` specification, which describes the types of compute nodes that are offered for different cloud platforms. For example, a machine type for a worker node on Amazon Web Services (AWS) might define a specific machine type and required metadata.
25+
Machines:: A fundamental unit that describes the host for a node. A machine has a `providerSpec` specification, which describes the types of compute nodes that are offered for different cloud platforms. For example, a machine type for a compute node might define a specific machine type and required metadata.
2626

2727
Machine sets:: `MachineSet` resources are groups of compute machines. Compute machine sets are to compute machines as replica sets are to pods. If you need more compute machines or must scale them down, you change the `replicas` field on the `MachineSet` resource to meet your compute need.
2828
+

0 commit comments

Comments
 (0)