Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

feat: update containermonitoring addon for february 2020 release #2850

Merged
merged 1 commit into from
Mar 9, 2020
Merged

feat: update containermonitoring addon for february 2020 release #2850

merged 1 commit into from
Mar 9, 2020

Conversation

rashmichandrashekar
Copy link
Contributor

February 2020 release changes for Containermonitoring addon -
feat: GPU metrics collection
feat: Support for user assigned msi
feat: Query kubelet to get limits
Complete set of changes here - https://github.com/microsoft/Docker-Provider/blob/ci_feature_prod/README.md

* changes for feb agent release
@rashmichandrashekar
Copy link
Contributor Author

/assign @jackfrancis

@rashmichandrashekar
Copy link
Contributor Author

/assign @devigned

var workspaceDomain string
if cs.Properties.IsAzureStackCloud() {
dependenciesLocation := string(cs.Properties.CustomCloudProfile.DependenciesLocation)
workspaceDomain = helpers.GetLogAnalyticsWorkspaceDomain(dependenciesLocation)
if strings.EqualFold(dependenciesLocation, "china") {
omsagentImage = "dockerhub.azk8s.cn/microsoft/oms:ciprod01072020"
omsagentImage = "dockerhub.azk8s.cn/microsoft/oms:ciprod03022020"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jadarsie just curious, why are we using a .cn URL in an Azure Stack context for this addon?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nevermind, this logic is a little kloodgy, but I see what's going on

@acs-bot
Copy link

acs-bot commented Mar 6, 2020

/azp run pr-e2e

@azure-pipelines
Copy link

Commenter does not have sufficient privileges for PR 2850 in repo Azure/aks-engine

@devigned
Copy link
Member

devigned commented Mar 6, 2020

/azp run pr-e2e

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@codecov
Copy link

codecov bot commented Mar 6, 2020

Codecov Report

Merging #2850 into master will not change coverage by %.
The diff coverage is 75.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2850   +/-   ##
=======================================
  Coverage   72.47%   72.47%           
=======================================
  Files         140      140           
  Lines       25612    25612           
=======================================
  Hits        18562    18562           
  Misses       5981     5981           
  Partials     1069     1069           
Impacted Files Coverage Δ
pkg/engine/templates_generated.go 33.68% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b068aa7...eda9a94. Read the comment docs.

Copy link
Member

@jackfrancis jackfrancis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@jackfrancis jackfrancis merged commit 2f6bc96 into Azure:master Mar 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants