Skip to content

Commit f811b07

Browse files
Fix PR 4798 comments
1 parent 9483eef commit f811b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

community/examples/sycomp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Required parameter updates for each blueprint:
7171
- `scale_volumes`: Configuration for the data disks. Default is 4 disks of 250GiB each per storage node.
7272

7373
- **`sycomp-scale-expansion` module settings:**
74-
- `name_prefix`: Must match the `name_prefix` of the cluster to be expanded. Note: if not set explicitly, `name_prefix` is derived from `deployment_name` by removing non-alphanumeric characters.
74+
- `name_prefix`: Must match the `name_prefix` of the cluster to be expanded. Note: if not set explicitly, `name_prefix` is derived from `deployment_name` by removing non-alphanumeric characters. You can find the correct value for an existing cluster by checking its Terraform outputs or by inspecting resource names in the Google Cloud Console.
7575
- `add_scale_nodes`: The number of nodes to be added.
7676

7777
## Deployment

0 commit comments

Comments
 (0)