From fb09e92b9379fc125a97542d9f62a949c23ea2b0 Mon Sep 17 00:00:00 2001 From: Jeana Routh Date: Mon, 30 Oct 2023 09:32:31 -0400 Subject: [PATCH] Remove overly sepcific example language --- modules/machine-api-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/machine-api-overview.adoc b/modules/machine-api-overview.adoc index e185508fff..24c9c7038b 100644 --- a/modules/machine-api-overview.adoc +++ b/modules/machine-api-overview.adoc @@ -22,7 +22,7 @@ For {product-title} {product-version} clusters, the Machine API performs all nod The two primary resources are: -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. +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. 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. +