Skip to content

Commit 4f1f5c2

Browse files
committed
tweak README to explain compute groups
1 parent dd7a209 commit 4f1f5c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ Create an OpenTofu variables file to define the required infrastructure, e.g.:
9898
}
9999
cluster_image_id = "rocky_linux_9_image_uuid"
100100
compute = {
101+
# Group name used for compute node partition definition
101102
general = {
102103
nodes: ["compute-0", "compute-1"]
103-
flavor: "compute_flavor_name"
104+
flavor: "compute_flavor_name" # *
104105
}
105106
}
106107

0 commit comments

Comments
 (0)