You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module supports configuring disk supprot for Materialize using NVMe instance storage and OpenEBS and lgalloc.
60
+
This module supports configuring disk support for Materialize using NVMe instance storage and OpenEBS and lgalloc.
61
61
62
62
When using disk support, you need to use instance types from the `r7gd` or `r6gd` family or other instance types with NVMe instance storage.
63
63
@@ -171,7 +171,7 @@ disk_support_config = {
171
171
| <aname="input_node_group_ami_type"></a> [node\_group\_ami\_type](#input\_node\_group\_ami\_type)| AMI type for the node group |`string`|`"AL2023_ARM_64_STANDARD"`| no |
172
172
| <aname="input_node_group_capacity_type"></a> [node\_group\_capacity\_type](#input\_node\_group\_capacity\_type)| Capacity type for worker nodes (ON\_DEMAND or SPOT) |`string`|`"ON_DEMAND"`| no |
173
173
| <aname="input_node_group_desired_size"></a> [node\_group\_desired\_size](#input\_node\_group\_desired\_size)| Desired number of worker nodes |`number`|`2`| no |
174
-
| <aname="input_node_group_instance_types"></a> [node\_group\_instance\_types](#input\_node\_group\_instance\_types)| Instance types for worker nodes.<br/><br/>Recommended Configuration for Running Materialize with disk:<br/>- Tested instance types: `m6g`, `m7g` families (ARM-based Graviton instances)<br/>- Enable disk setup when using `r7gd`<br/>- Note: Ensure instance store volumes are available and attached to the nodes for optimal performance with disk-based workloads. |`list(string)`| <pre>[<br/> "r7gd.2xlarge"<br/>]</pre> | no |
174
+
| <aname="input_node_group_instance_types"></a> [node\_group\_instance\_types](#input\_node\_group\_instance\_types)| Instance types for worker nodes.<br/><br/>Recommended Configuration for Running Materialize with disk:<br/>- Tested instance types: `r6gd`, `r7gd` families (ARM-based Graviton instances)<br/>- Enable disk setup when using `r7gd`<br/>- Note: Ensure instance store volumes are available and attached to the nodes for optimal performance with disk-based workloads. |`list(string)`| <pre>[<br/> "r7gd.2xlarge"<br/>]</pre> | no |
175
175
| <aname="input_node_group_max_size"></a> [node\_group\_max\_size](#input\_node\_group\_max\_size)| Maximum number of worker nodes |`number`|`4`| no |
176
176
| <aname="input_node_group_min_size"></a> [node\_group\_min\_size](#input\_node\_group\_min\_size)| Minimum number of worker nodes |`number`|`1`| no |
177
177
| <aname="input_operator_namespace"></a> [operator\_namespace](#input\_operator\_namespace)| Namespace for the Materialize operator |`string`|`"materialize"`| no |
0 commit comments