-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge ci_feature to ci_feature_prod for ciprod05262020 release (#407)
* * Update fluentbit to 1.4.2 (from 0.14.4) [This will also fix json serialization encoding issue reported by a customer] * fix crd * Fluent conf fixes and log file rotation (#404) Co-authored-by: Dilip Raghunathan <[email protected]> * Update agent version windows, fix ACR Task (#405) Co-authored-by: Dilip Raghunathan <[email protected]> * updates for release 10.0.0-1 & ciprod05262020 (#406) * updates for release 10.0.0-1 * Update setup.sh * Update setup.sh Co-authored-by: 🌞 Vishwanath Narasimhan 🌤 <[email protected]> Co-authored-by: Dilip Raghunathan <[email protected]> Co-authored-by: Dilip Raghunathan <[email protected]>
- Loading branch information
1 parent
f461cdf
commit b100f44
Showing
9 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ FROM ubuntu:18.04 | |
MAINTAINER [email protected] | ||
LABEL vendor=Microsoft\ Corp \ | ||
com.microsoft.product="OMS Container Docker Provider" \ | ||
com.microsoft.version="10.0.0-0" | ||
com.microsoft.version="10.0.0-1" | ||
ENV tmpdir /opt | ||
ENV APPLICATIONINSIGHTS_AUTH OTQzNWI0M2YtOTdkNS00ZGVkLThkOTAtYjA0Nzk1OGU2ZTg3 | ||
ENV AGENT_VERSION ciprod05222020 | ||
ENV AGENT_VERSION ciprod05262020 | ||
ENV MALLOC_ARENA_MAX 2 | ||
ENV HOST_MOUNT_PREFIX /hostfs | ||
ENV HOST_PROC /hostfs/proc | ||
ENV HOST_SYS /hostfs/sys | ||
ENV HOST_ETC /hostfs/etc | ||
ENV HOST_VAR /hostfs/var | ||
ENV AZMON_COLLECT_ENV False | ||
ENV KUBE_CLIENT_BACKOFF_BASE 1 | ||
ENV KUBE_CLIENT_BACKOFF_BASE 1 | ||
ENV KUBE_CLIENT_BACKOFF_DURATION 0 | ||
RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl curl sudo python-ctypes init-system-helpers net-tools rsyslog cron vim dmidecode apt-transport-https gnupg && rm -rf /var/lib/apt/lists/* | ||
COPY setup.sh main.sh defaultpromenvvariables defaultpromenvvariables-rs $tmpdir/ | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ FROM ubuntu:18.04 | |
MAINTAINER [email protected] | ||
LABEL vendor=Microsoft\ Corp \ | ||
com.microsoft.product="OMS Container Docker Provider" \ | ||
com.microsoft.version="10.0.0-0" | ||
com.microsoft.version="10.0.0-1" | ||
ENV tmpdir /opt | ||
ENV APPLICATIONINSIGHTS_AUTH NzAwZGM5OGYtYTdhZC00NThkLWI5NWMtMjA3ZjM3NmM3YmRi | ||
ENV AGENT_VERSION ciprod05222020 | ||
ENV AGENT_VERSION ciprod05262020 | ||
ENV MALLOC_ARENA_MAX 2 | ||
ENV HOST_MOUNT_PREFIX /hostfs | ||
ENV HOST_PROC /hostfs/proc | ||
ENV HOST_SYS /hostfs/sys | ||
ENV HOST_ETC /hostfs/etc | ||
ENV HOST_VAR /hostfs/var | ||
ENV AZMON_COLLECT_ENV False | ||
ENV KUBE_CLIENT_BACKOFF_BASE 1 | ||
ENV KUBE_CLIENT_BACKOFF_BASE 1 | ||
ENV KUBE_CLIENT_BACKOFF_DURATION 0 | ||
RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl curl sudo python-ctypes init-system-helpers net-tools rsyslog cron vim dmidecode apt-transport-https gnupg && rm -rf /var/lib/apt/lists/* | ||
COPY setup.sh main.sh defaultpromenvvariables defaultpromenvvariables-rs $tmpdir/ | ||
|
This file contains 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