Skip to content

[WIP] Add ManagedGPUExperiencePreview nodepool and tests#6164

Draft
mboersma wants to merge 1 commit into
kubernetes-sigs:mainfrom
mboersma:managed-gpu-experience
Draft

[WIP] Add ManagedGPUExperiencePreview nodepool and tests#6164
mboersma wants to merge 1 commit into
kubernetes-sigs:mainfrom
mboersma:managed-gpu-experience

Conversation

@mboersma
Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind feature

What this PR does / why we need it:

Adds a GPU nodepool to the template introduced in #6128, enables the AKS ManagedGPUExperiencePreview, and runs Kuberay tests.

Which issue(s) this PR fixes:
Fixes #6131

Special notes for your reviewer:

We don't have much hope of getting quota for Standard_NC6s_v3 or similar SKUs in the short term, so this remains a work in progress.

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests
  • cherry-pick candidate

Release note:

NONE

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 12, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign mboersma for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 12, 2026
@mboersma mboersma changed the title Add ManagedGPUExperiencePreview nodepool and tests [WIP] Add ManagedGPUExperiencePreview nodepool and tests Mar 12, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.43%. Comparing base (13f39f2) to head (8dd8880).
⚠️ Report is 155 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6164   +/-   ##
=======================================
  Coverage   44.43%   44.43%           
=======================================
  Files         280      280           
  Lines       25367    25367           
=======================================
  Hits        11272    11272           
  Misses      13283    13283           
  Partials      812      812           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

AKS: enable ManagedGPUExperiencePreview

2 participants