feat: add Azure Linux image family support with docs and e2e tests#294
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #294 +/- ##
==========================================
+ Coverage 70.07% 71.39% +1.31%
==========================================
Files 4 4
Lines 391 409 +18
==========================================
+ Hits 274 292 +18
Misses 98 98
Partials 19 19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f966f79 to
7979e6b
Compare
- add Azure Linux image family support - add Azure Linux NodeClaim examples and doc updates - add e2e suite coverage Signed-off-by: miz060 <mitchzhu@microsoft.com>
7979e6b to
74241a9
Compare
rambohe-ch
reviewed
Feb 12, 2026
rambohe-ch
reviewed
Feb 12, 2026
rambohe-ch
reviewed
Feb 12, 2026
Member
Author
rambohe-ch
approved these changes
Feb 13, 2026
Fei-Guo
approved these changes
Feb 13, 2026
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Rebased from: #250
This pull request introduces support for provisioning Azure Linux nodes in the GPU Provisioner and updates related functionality across documentation, implementation, and testing. Key changes include adding configuration options for Azure Linux in KAITO workloads, modifying the logic for determining the OS SKU, and expanding test coverage to ensure compatibility.
Documentation Updates:
examples/:azure-linux-nodeclaim.yamlazure-linux-annotation-nodeclaim.yamlazure-linux-examples.mdImplementation Enhancements:
pkg/providers/instance/instance.go: determine OSSKU from NodeClaim labels/annotations (labelstake precedence; default to Ubuntu).
Testing Improvements:
TestNewAgentPoolObjectWithImageFamilyinpkg/providers/instance/instance_test.go.test/e2e/suites/suite_test.go:Validation: