mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/azuremonitor-containers] updates for agent release ciprod09162020 & win-ciprod09162020 (#23778)
* chart updates for 2.7.5 release Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com> * bump docker provider version Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com> * update with official prod image Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com> * fix feedback Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 7.0.0-1
|
||||
description: Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes
|
||||
name: azuremonitor-containers
|
||||
version: 2.7.4
|
||||
version: 2.7.5
|
||||
kubeVersion: "^1.10.0-0"
|
||||
keywords:
|
||||
- monitoring
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{{- if ( contains "microsoft.kubernetes/connectedclusters" (.Values.omsagent.env.clusterId | lower)) }}
|
||||
apiVersion: clusterconfig.azure.com/v1beta1
|
||||
kind: AzureClusterIdentityRequest
|
||||
metadata:
|
||||
name: container-insights-clusteridentityrequest
|
||||
namespace: azure-arc
|
||||
spec:
|
||||
audience: https://monitoring.azure.com/
|
||||
{{- end }}
|
||||
@@ -55,6 +55,13 @@ spec:
|
||||
- name: CONTROLLER_TYPE
|
||||
value: "DaemonSet"
|
||||
- name: HOSTNAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
- name: NODE_IP
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.hostIP
|
||||
volumeMounts:
|
||||
- mountPath: C:\ProgramData\docker\containers
|
||||
name: docker-windows-containers
|
||||
|
||||
@@ -27,8 +27,16 @@ rules:
|
||||
- apiGroups: ["azmon.container.insights"]
|
||||
resources: ["healthstates"]
|
||||
verbs: ["get", "create", "patch"]
|
||||
- apiGroups: ["clusterconfig.azure.com"]
|
||||
resources: ["azureclusteridentityrequests"]
|
||||
resourceNames: ["container-insights-clusteridentityrequest"]
|
||||
verbs: ["get", "create", "patch"]
|
||||
- nonResourceURLs: ["/metrics"]
|
||||
verbs: ["get"]
|
||||
- apiGroups: [""]
|
||||
resources: ["secrets"]
|
||||
resourceNames: ["container-insights-clusteridentityrequest-token"]
|
||||
verbs: ["get"]
|
||||
---
|
||||
kind: ClusterRoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
## Microsoft OMS Agent image for kubernetes cluster monitoring
|
||||
## ref: https://github.com/Microsoft/OMS-docker/tree/ci_feature_prod
|
||||
## ref: https://github.com/microsoft/Docker-Provider/tree/ci_prod
|
||||
omsagent:
|
||||
image:
|
||||
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
|
||||
tag: "ciprod08072020"
|
||||
tagWindows: "win-ciprod08072020"
|
||||
tag: "ciprod09162020"
|
||||
tagWindows: "win-ciprod09162020"
|
||||
pullPolicy: IfNotPresent
|
||||
dockerProviderVersion: "10.0.0-4"
|
||||
dockerProviderVersion: "10.0.0-5"
|
||||
agentVersion: "1.10.0.1"
|
||||
## To get your workspace id and key do the following
|
||||
## You can create a Azure Loganalytics workspace from portal.azure.com and get its ID & PRIMARY KEY from 'Advanced Settings' tab in the Ux.
|
||||
|
||||
Reference in New Issue
Block a user