feat: add Azure Container Linux CVM SIG config - #9340
Open
Ankita Pareek (Ankita13-code) wants to merge 3 commits into
Open
feat: add Azure Container Linux CVM SIG config#9340Ankita Pareek (Ankita13-code) wants to merge 3 commits into
Ankita Pareek (Ankita13-code) wants to merge 3 commits into
Conversation
Signed-off-by: Ankita Pareek <ankitapareek@microsoft.com>
Contributor
Windows Unit Test Results 3 files 13 suites 48s ⏱️ Results for commit f1ab4c9. ♻️ This comment has been updated with latest results. |
Signed-off-by: Ankita Pareek <ankitapareek@microsoft.com>
Ankita Pareek (Ankita13-code)
marked this pull request as ready for review
September 1, 2026 10:54
Ankita Pareek (Ankita13-code)
requested review from
Devinwong,
Sri Harsha (SriHarsha001),
Abigail Liang (abigailliang-aks-sig-node),
Abdul Asfari (aboodasfari),
Nishchay (awesomenix),
Ben Brady (benjamin-brady),
Calvin S. (calvin197),
Cameron Meissner (cameronmeissner),
Sylvain Boily (djsly),
fcher,
Ganeshkumar Ashokavardhanan (ganeshkumarashok),
janenotjung-hue,
Karen Chen (karenychen),
lilypan26,
Mark Ibrahim (mxj220),
Peter Damianov (pdamianov-dev),
Patrick W. Healy (phealy),
Artur Khantimirov (r2k1),
Runzhen (runzhen),
Shun Lyu (sinmentis),
sulixu,
Tim Wright (timmy-wright),
Thibault Cohen (titilambert),
Xu Xue (xuexu6666) and
Zachary (zachary-bailey)
as code owners
September 1, 2026 10:54
Copilot started reviewing on behalf of
Ankita Pareek (Ankita13-code)
September 1, 2026 10:54
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds AgentBaker SIG configuration for Azure Container Linux CVM Gen2.
Changes:
- Registers the new distro and capability classifications.
- Adds Azure Linux SIG resolution and tests.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
pkg/agent/datamodel/types.go |
Defines and enables the distro. |
pkg/agent/datamodel/sig_config.go |
Adds classifiers and SIG mapping. |
pkg/agent/datamodel/sig_config_test.go |
Tests SIG registration and resolution. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Signed-off-by: Ankita Pareek <ankitapareek@microsoft.com>
Copilot started reviewing on behalf of
Ankita Pareek (Ankita13-code)
September 1, 2026 11:04
View session
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.
What this PR does / why we need it:
Adds AgentBaker SIG configuration for the Azure Container Linux Confidential VM Gen2 distro,
aks-acl-cvm-gen2, so AKS can resolve the distro to its Azure Linux gallery image.Changes:
AKSACLCVMGen2distro constant and includes it inAKSDistrosAvailableOnVHD.SIGACLCVMGen2ImageConfigTemplateand Azure Linux SIG config-map entry.aclgen2CVMSpecialized: the release template generatesaclgen2CVM, thenensure_sig_image_name_linuxappendsSpecializedfor CVM images.Validation:
go test ./pkg/agent/...Related work and dependency:
aks-acl-cvm-gen2.Which issue(s) this PR fixes:
Fixes #