Longw/Unify AKS addon + Arc extension Helm charts into azuremonitor-containerinsights#1632
Open
wanlonghenry wants to merge 57 commits intoci_prodfrom
Open
Longw/Unify AKS addon + Arc extension Helm charts into azuremonitor-containerinsights#1632wanlonghenry wants to merge 57 commits intoci_prodfrom
wanlonghenry wants to merge 57 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
Added openTelemetryLogsPortGrpc configuration for AppmonitoringAgent and cleaned up old otel values
…b.com/microsoft/Docker-Provider into longw/addon-to-extension-merge-charts
…into longw/addon-to-extension-merge-charts
* value and template updates for t-shirt sizing on container insights * use regex for number and suffix extraction * Moved sizing variables outside the if not $isArcExtension block, defaulting to a single empty-dict for Arc --------- Co-authored-by: LONG WAN (from Dev Box) <longwan@microsoft.com>
…into longw/addon-to-extension-merge-charts
* convert to enableDaemonsetSizingForExtensions * Update ama-logs-daemonset.yaml --------- Co-authored-by: LONG WAN (from Dev Box) <longwan@microsoft.com>
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