Skip to content

(feat) Downgrade CRI default system pool to Standard_D4s_v6 - #1293

Open
Liyu Ma (liyu-ma) wants to merge 1 commit into
mainfrom
maliyu/cri-downgrade-default-pool
Open

(feat) Downgrade CRI default system pool to Standard_D4s_v6#1293
Liyu Ma (liyu-ma) wants to merge 1 commit into
mainfrom
maliyu/cri-downgrade-default-pool

Conversation

@liyu-ma

Copy link
Copy Markdown
Collaborator

Reduce the default (system) node pool SKU from Standard_D16s_v6 to Standard_D4s_v6 for the cri-resource-consume scenario, to improve cores utilization.

Reduce the default (system) node pool SKU from Standard_D16s_v6 to
Standard_D4s_v6 for the cri-resource-consume scenario. The system pool
only runs critical addons, so 4 cores per node is sufficient. Applied to
both the standard and ubuntu2404 tfvars for consistency.
@github-actions

Copy link
Copy Markdown

For reviewers only: reply /run-tf-integration to trigger the terraform integration pipeline before approving the PR.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR reduces the default (system) AKS node pool VM size for the cri-resource-consume perf-eval scenario from Standard_D16s_v6 to Standard_D4s_v6, aligning with the stated goal of improving core utilization while keeping the larger SKUs for the workload-oriented extra node pools.

Changes:

  • Updated default_node_pool.vm_size to Standard_D4s_v6 in the Terraform-based Azure inputs.
  • Updated default_node_pool.vm_size to Standard_D4s_v6 in the Ubuntu 24.04 Azure inputs.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
scenarios/perf-eval/cri-resource-consume/terraform-inputs/azure.tfvars Downgrades the default/system AKS node pool VM size to Standard_D4s_v6.
scenarios/perf-eval/cri-resource-consume/terraform-inputs/azure-ubuntu2404.tfvars Downgrades the default/system AKS node pool VM size to Standard_D4s_v6 for the Ubuntu 24.04 variant.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

2 participants