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
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,11 +142,9 @@ These flags configure default limits for clusters, connections, and tables. You
142
142
| <aname="input_db_instance_class"></a> [db\_instance\_class](#input\_db\_instance\_class)| Instance class for the RDS instance. This is used for concensus and metadata and is general not bottlnecked by memory or disk. Recomended instance family m7i, m6i, m7g, and m8g |`string`|`"db.m6i.large"`| no |
143
143
| <aname="input_db_max_allocated_storage"></a> [db\_max\_allocated\_storage](#input\_db\_max\_allocated\_storage)| Maximum storage for autoscaling (in GB) |`number`|`100`| no |
144
144
| <aname="input_db_multi_az"></a> [db\_multi\_az](#input\_db\_multi\_az)| Enable multi-AZ deployment for RDS |`bool`|`false`| no |
| <aname="input_enable_bucket_encryption"></a> [enable\_bucket\_encryption](#input\_enable\_bucket\_encryption)| Enable server-side encryption for the S3 bucket |`bool`|`true`| no |
147
146
| <aname="input_enable_bucket_versioning"></a> [enable\_bucket\_versioning](#input\_enable\_bucket\_versioning)| Enable versioning for the S3 bucket |`bool`|`true`| no |
148
147
| <aname="input_enable_cluster_creator_admin_permissions"></a> [enable\_cluster\_creator\_admin\_permissions](#input\_enable\_cluster\_creator\_admin\_permissions)| To add the current caller identity as an administrator |`bool`|`true`| no |
149
-
| <aname="input_enable_disk_support"></a> [enable\_disk\_support](#input\_enable\_disk\_support)| Enable disk support for Materialize using OpenEBS and NVMe instance storage. When enabled, this configures OpenEBS, runs the disk setup script for NVMe devices, and creates appropriate storage classes. |`bool`|`true`| no |
150
148
| <aname="input_enable_monitoring"></a> [enable\_monitoring](#input\_enable\_monitoring)| Enable CloudWatch monitoring |`bool`|`true`| no |
| <aname="input_helm_chart"></a> [helm\_chart](#input\_helm\_chart)| Chart name from repository or local path to chart. For local charts, set the path to the chart directory. |`string`|`"materialize-operator"`| no |
@@ -231,6 +229,15 @@ More advanced TLS support using user-provided CAs or per-Materialize `Issuer`s a
231
229
232
230
## Upgrade Notes
233
231
232
+
#### v0.8.0
233
+
234
+
You must upgrade to at least v0.7.x before upgrading to v0.8.x of this terraform code.
235
+
236
+
Breaking changes:
237
+
* The system node group is renamed and significantly modified, forcing a recreation.
238
+
* Both node groups are now locked to Bottlerocket AMIs and ON\_DEMAND scheduling.
239
+
* Openebs is removed, and with it all support for lgalloc, our legacy spill to disk mechanism.
240
+
234
241
#### v0.7.0
235
242
236
243
This is an intermediate version to handle some changes that must be applied in stages.
description="Enable disk support for Materialize using OpenEBS and NVMe instance storage. When enabled, this configures OpenEBS, runs the disk setup script for NVMe devices, and creates appropriate storage classes."
415
-
type=bool
416
-
default=true
417
-
}
418
-
419
-
variable"disk_support_config" {
420
-
description="Advanced configuration for disk support (only used when enable_disk_support = true)"
0 commit comments