Skip to content

Conversation

@bobbyiliev
Copy link
Collaborator

@bobbyiliev bobbyiliev commented Apr 25, 2025

@bobbyiliev bobbyiliev force-pushed the add-lgalloc-support branch from 9755eab to c6ab54e Compare April 25, 2025 16:30
README.md Outdated
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_aks_config"></a> [aks\_config](#input\_aks\_config) | AKS cluster configuration | <pre>object({<br/> vm_size = string<br/> disk_size_gb = number<br/> min_nodes = number<br/> max_nodes = number<br/> })</pre> | <pre>{<br/> "disk_size_gb": 100,<br/> "max_nodes": 5,<br/> "min_nodes": 1,<br/> "vm_size": "Standard_E8ps_v6"<br/>}</pre> | no |
| <a name="input_aks_config"></a> [aks\_config](#input\_aks\_config) | AKS cluster configuration | <pre>object({<br/> vm_size = string<br/> disk_size_gb = number<br/> min_nodes = number<br/> max_nodes = number<br/> })</pre> | <pre>{<br/> "disk_size_gb": 100,<br/> "max_nodes": 5,<br/> "min_nodes": 1,<br/> "vm_size": "Standard_L8s_v3"<br/>}</pre> | no |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +86 to +87
# Taints can not be removed: https://github.com/Azure/AKS/issues/2934
# node_taints = var.enable_disk_setup ? ["materialize.cloud/disk-unconfigured=true:NoSchedule"] : []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super annoying

Copy link
Contributor

@jubrad jubrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick review, looks good not sure about the instance type though

Copy link
Contributor

@alex-hunt-materialize alex-hunt-materialize left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This generally looks good.

README.md Outdated
aks_config = {
node_count = 2
vm_size = "Standard_L8s_v3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we change this to one of the Epdsv6-series ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes! Good catch!

README.md Outdated

| VM Size | vCPUs | Memory | Ephemeral Disk | Disk-to-RAM Ratio |
| -------------------- | ----- | ------- | -------------- | ----------------- |
| Standard\\_E2pds\\_v6 | 2 | 16 GiB | 75 GiB | \~4.7:1 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the \\ here?

@bobbyiliev bobbyiliev requested a review from kay-kim May 7, 2025 08:25
@bobbyiliev bobbyiliev merged commit 3db7f52 into main May 7, 2025
2 checks passed
@bobbyiliev bobbyiliev deleted the add-lgalloc-support branch May 7, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants