Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ additional questions or comments.

Note : The agent version(s) below has dates (ciprod<mmddyyyy>), which indicate the agent build dates (not release dates)

### 08/05/2021 -
##### Version microsoft/oms:ciprod08052021 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021 (linux)
##### Code change log
- Linux Agent
- Fix for CPU spike which occurrs at around 6.30am UTC on every day because of unattended package upgrades
- Update MDSD build which has fixes for the following issues
- Undeterministic Core dump issue because of the non 200 status code and runtime exception stack unwindings
- Reduce the verbosity of the error logs for OMS & ODS code paths.
- Increase Timeout for OMS Homing service API calls from 30s to 60s
- Fix for https://github.com/Azure/AKS/issues/2457
- In replicaset, tailing of the mdsd.err log file to agent telemetry


### 07/13/2021 -
##### Version microsoft/oms:win-ciprod06112021-2 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-ciprod06112021-2 (windows)
##### Code change log
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:18.04
MAINTAINER OMSContainers@microsoft.com
LABEL vendor=Microsoft\ Corp \
com.microsoft.product="Azure Monitor for containers"
ARG IMAGE_TAG=ciprod06112021
ARG IMAGE_TAG=ciprod08052021
ENV AGENT_VERSION ${IMAGE_TAG}
ENV tmpdir /opt
ENV APPLICATIONINSIGHTS_AUTH NzAwZGM5OGYtYTdhZC00NThkLWI5NWMtMjA3ZjM3NmM3YmRi
Expand Down
11 changes: 7 additions & 4 deletions kubernetes/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=en_US.UTF-8

#install oneagent - Official bits (06/24/2021)
wget https://github.com/microsoft/Docker-Provider/releases/download/06242021-oneagent/azure-mdsd_1.10.3-build.master.241_x86_64.deb
#install oneagent - Official bits (08/04/2021)
wget https://github.com/microsoft/Docker-Provider/releases/download/08042021-oneagent/azure-mdsd_1.10.1-build.master.251_x86_64.deb

/usr/bin/dpkg -i $TMPDIR/azure-mdsd*.deb
cp -f $TMPDIR/mdsd.xml /etc/mdsd.d
Expand Down Expand Up @@ -47,8 +47,8 @@ sudo apt-get update
sudo apt-get install td-agent-bit=1.6.8 -y

# install ruby2.6
sudo apt-get install software-properties-common -y
sudo apt-add-repository ppa:brightbox/ruby-ng -y
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F5DA5F09C3173AA6
sudo echo "deb http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu bionic main" >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install ruby2.6 ruby2.6-dev gcc make -y
# fluentd v1 gem
Expand All @@ -62,6 +62,9 @@ rm -f $TMPDIR/azure-mdsd*.deb
rm -f $TMPDIR/mdsd.xml
rm -f $TMPDIR/envmdsd

# remove build dependencies
sudo apt-get remove ruby2.6-dev gcc make -y

# Remove settings for cron.daily that conflict with the node's cron.daily. Since both are trying to rotate the same files
# in /var/log at the same time, the rotation doesn't happen correctly and then the *.1 file is forever logged to.
rm /etc/logrotate.d/alternatives /etc/logrotate.d/apt /etc/logrotate.d/azure-mdsd /etc/logrotate.d/rsyslog
Expand Down
20 changes: 10 additions & 10 deletions kubernetes/omsagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,13 @@ spec:
schema-versions: "v1"
spec:
serviceAccountName: omsagent
dnsConfig:
dnsConfig:
options:
- name: ndots
value: "3"
value: "3"
containers:
- name: omsagent
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06112021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -384,7 +384,7 @@ spec:
- name: AKS_REGION
value: "VALUE_AKS_RESOURCE_REGION_VALUE"
# this used for e2e test and setting this just emits some additional log statements which used for the e2e tests
- name: ISTEST
- name: ISTEST
value: "true"
#Uncomment below two lines for ACS clusters and set the cluster names manually. Also comment out the above two lines for ACS clusters
#- name: ACS_RESOURCE_NAME
Expand Down Expand Up @@ -446,7 +446,7 @@ spec:
timeoutSeconds: 15
#Only in sidecar scraping mode
- name: omsagent-prometheus
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06112021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -589,7 +589,7 @@ spec:
serviceAccountName: omsagent
containers:
- name: omsagent
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06112021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -604,8 +604,8 @@ spec:
- name: AKS_REGION
value: "VALUE_AKS_RESOURCE_REGION_VALUE"
# this used for e2e test and setting this just emits some additional log statements which used for the e2e tests
- name: ISTEST
value: "true"
- name: ISTEST
value: "true"
# Uncomment below two lines for ACS clusters and set the cluster names manually. Also comment out the above two lines for ACS clusters
#- name: ACS_RESOURCE_NAME
# value: "my_acs_cluster_name"
Expand Down Expand Up @@ -754,10 +754,10 @@ spec:
schema-versions: "v1"
spec:
serviceAccountName: omsagent
dnsConfig:
dnsConfig:
options:
- name: ndots
value: "3"
value: "3"
containers:
- name: omsagent-win
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-ciprod06112021-2"
Expand Down
Loading