Skip to content

chore: update node sku for e2e tests #1341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 1, 2025
Merged

Conversation

zhuangqh
Copy link
Collaborator

Reason for Change:

Requirements

  • added unit tests and e2e tests (if applicable).

Issue Fixed:

Notes for Reviewers:

Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
Copy link

Title

Update Node SKU for E2E Tests


Description

  • Updated node SKU for e2e tests to Standard_D2_v4

  • Improved cluster creation commands consistency


Changes walkthrough 📝

Relevant files
Enhancement
Makefile
Update node SKU in AKS cluster creation                                   

Makefile

  • Changed node VM size to Standard_D2_v4 in create-aks-cluster target
  • Changed node VM size to Standard_D2_v4 in
    create-aks-cluster-for-karpenter target
  • +2/-2     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Node SKU Change

    The node SKU has been changed from Standard_D2s_v3 to Standard_D2_v4. Ensure that this change aligns with the resource requirements and cost considerations.

    --enable-managed-identity --enable-workload-identity --enable-oidc-issuer --node-vm-size Standard_D2_v4 -o none
    Node SKU Change

    The node SKU has been changed from Standard_D2s_v3 to Standard_D2_v4. Ensure that this change aligns with the resource requirements and cost considerations.

    --location $(AZURE_LOCATION) --attach-acr $(AZURE_ACR_NAME) --node-vm-size "Standard_D2_v4" \

    Copy link

    PR Code Suggestions ✨

    Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
    Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
    Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
    Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
    Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
    Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
    Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    Status: Done
    Development

    Successfully merging this pull request may close these issues.

    4 participants