[incubator/azuremonitor-containers] - updates related to 11012019 agent image update (#18857)

* updates related to ignite release with unofficial image

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update with latest image

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* bump the chart minor version

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update with official image tag

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* bump dockerProviderVersion

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update to latest agent image and bumping docker provider version

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* bump chart version

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* revert 1.16 api version updates

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* doc update for kubernetes version support

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update to 11012019

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* change affinity to blacklist master and controlplane nodes for rs pod

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* removing role dependency for rs pod

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
This commit is contained in:
ganga1980
2019-11-19 15:35:19 -08:00
committed by Kubernetes Prow Robot
parent 805af2adba
commit c07d12c7a0
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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.3.0
version: 2.4.0
kubeVersion: "^1.10.0-0"
keywords:
- monitoring
@@ -89,12 +89,14 @@ spec:
periodSeconds: 60
nodeSelector:
beta.kubernetes.io/os: linux
# Tolerate a NoSchedule taint on master that ACS Engine sets.
# Tolerate below taints on nodes of k8s clusters to schedule ds pod.
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: "true"
effect: "NoSchedule"
- operator: "Exists"
effect: "NoSchedule"
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "PreferNoSchedule"
volumes:
- name: host-root
hostPath:
@@ -83,7 +83,6 @@ spec:
periodSeconds: 60
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/role: agent
volumes:
- name: docker-sock
hostPath:
@@ -22,7 +22,7 @@ rules:
resources: ["pods", "events", "nodes", "namespaces", "services"]
verbs: ["list", "get", "watch"]
- apiGroups: ["extensions"]
resources: ["deployments"]
resources: ["replicasets"]
verbs: ["list"]
- apiGroups: ["azmon.container.insights"]
resources: ["healthstates"]
@@ -6,9 +6,9 @@
## ref: https://github.com/Microsoft/OMS-docker/tree/ci_feature_prod
omsagent:
image:
tag: "ciprod10182019"
tag: "ciprod11012019"
pullPolicy: IfNotPresent
dockerProviderVersion: "7.0.0-5"
dockerProviderVersion: "7.0.0-6"
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.