Longw/Unify AKS addon + Arc extension Helm charts into azuremonitor-containerinsights#1632
Open
wanlonghenry wants to merge 73 commits intoci_prodfrom
Open
Longw/Unify AKS addon + Arc extension Helm charts into azuremonitor-containerinsights#1632wanlonghenry wants to merge 73 commits intoci_prodfrom
wanlonghenry wants to merge 73 commits intoci_prodfrom
Conversation
…into longw/addon-to-extension-migration-extension-chart
…into longw/addon-to-extension-migration-extension-chart
…into longw/addon-to-extension-migration-extension-chart
…into longw/addon-to-extension-migration-extension-chart
…into longw/addon-to-extension-migration-extension-chart
…into longw/addon-to-extension-migration-extension-chart
…into longw/addon-to-extension-migration-extension-chart
* convert to enableDaemonsetSizingForExtensions * Update ama-logs-daemonset.yaml --------- Co-authored-by: LONG WAN (from Dev Box) <[email protected]>
* fix parsing bug --------- Co-authored-by: LONG WAN (from Dev Box) <[email protected]>
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
* addon token adapter change --------- Co-authored-by: LONG WAN (from Dev Box) <[email protected]>
rashmichandrashekar
approved these changes
Apr 16, 2026
rashmichandrashekar
previously approved these changes
Apr 16, 2026
* AMCS change in extension chart * multi tenancy
* move token adapter blocks out of Azure --------- Co-authored-by: LONG WAN (from Dev Box) <[email protected]>
…b.com/microsoft/Docker-Provider into longw/addon-to-extension-merge-charts
|
This PR was closed because it has been stalled for 12 days with no activity. |
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.
Description:
This PR consolidates the Azure Monitor Container Insights Helm chart packaging to support both AKS addon and Arc-enabled Kubernetes extension deployment models from a single chart.
Key changes:
Introduces a new unified Helm chart under charts/azuremonitor-containerinsights/ with shared helpers and templates.
Removes the legacy charts/azuremonitor-containerinsights-for-prod-clusters/ chart content (superseded by the unified chart).
Updates the merged-branches pipeline artifact packaging to include the new chart and related charts.
Notes / impact:
Chart rendering is gated to emit AKS-only vs Arc-only resources depending on detected cluster resource ID / values.
No functional runtime behavior change intended beyond chart consolidation and packaging path updates (please validate in AKS addon and Arc extension test environments).
Validation:
Helm lint / helm template
AKS addon install/upgrade validation
Arc extension install/upgrade validation
Pipeline packaging + ACR push validation