Skip to content

Commit

Permalink
Update agent version to 1.300032.3b392 and k8s version to 1.3.20 (#158)
Browse files Browse the repository at this point in the history
* Update agent version to 1.300032.3b392 and k8s version to 1.3.20
  • Loading branch information
zhihonl authored Jan 22, 2024
1 parent 28dfa48 commit dc88724
Show file tree
Hide file tree
Showing 40 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions container-insights-manifest-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cd "$(dirname "$0")"
k8sDirPrefix="./k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring"
ecsDirPrefix="./ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric"

newK8sVersion="k8s/1.3.17"
agentVersion="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309"
newK8sVersion="k8s/1.3.20"
agentVersion="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392"
fluentdVersion="fluent/fluentd-kubernetes-daemonset:v1.10.3-debian-cloudwatch-1.0"
fluentBitVersion="public.ecr.aws/aws-observability/aws-for-fluent-bit:stable"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"ContainerDefinitions": [
{
"Name": "cloudwatch-agent",
"Image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"Image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"MountPoints": [
{
"ReadOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"containerDefinitions": [
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"mountPoints": [
{
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Resources:
NetworkMode: awsvpc
ContainerDefinitions:
- Name: cloudwatch-agent-prometheus
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
Essential: true
MountPoints: []
PortMappings: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Resources:
NetworkMode: !Ref ECSNetworkMode
ContainerDefinitions:
- Name: cloudwatch-agent-prometheus
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
Essential: true
MountPoints: []
PortMappings: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"containerDefinitions": [
{
"name": "cloudwatch-agent-prometheus",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"essential": true,
"mountPoints": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"secrets": [
{
"name": "CW_CONFIG_CONTENT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"secrets": [
{
"name": "CW_CONFIG_CONTENT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"secrets": [
{
"name": "CW_CONFIG_CONTENT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"secrets": [
{
"name": "CW_CONFIG_CONTENT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"secrets": [
{
"name": "CW_CONFIG_CONTENT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"secrets": [
{
"name": "CW_CONFIG_CONTENT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"secrets": [
{
"name": "CW_CONFIG_CONTENT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"name": "cloudwatch-agent",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392",
"secrets": [
{
"name": "CW_CONFIG_CONTENT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
ports:
- containerPort: 8125
hostPort: 8125
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -42,7 +42,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
name: cluster-info
key: cluster.name
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
- name: FLUENT_CONTAINER_TAIL_PARSER_TYPE
value: /^(?<time>.+) (?<stream>stdout|stderr) (?<logtag>[FP]) (?<log>.*)$/
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -128,7 +128,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down Expand Up @@ -504,7 +504,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -127,7 +127,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down Expand Up @@ -503,7 +503,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -128,7 +128,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down Expand Up @@ -592,7 +592,7 @@ spec:
name: cluster-info
key: cluster.name
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
- name: FLUENT_CONTAINER_TAIL_PARSER_TYPE
value: /^(?<time>.+) (?<stream>stdout|stderr) (?<logtag>[FP]) (?<log>.*)$/
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -127,7 +127,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down Expand Up @@ -591,7 +591,7 @@ spec:
name: cluster-info
key: cluster.name
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
- name: FLUENT_CONTAINER_TAIL_PARSER_TYPE
value: /^(?<time>.+) (?<stream>stdout|stderr) (?<logtag>[FP]) (?<log>.*)$/
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
ports:
- containerPort: 25888
hostPort: 25888
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
imagePullPolicy: Always
ports:
- containerPort: 31000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
imagePullPolicy: Always
ports:
# containerPort should be consistent with the listen port defined in configmap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
imagePullPolicy: Always
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
imagePullPolicy: Always
resources:
limits:
Expand All @@ -410,7 +410,7 @@ spec:
# Please don't change below envs
env:
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
- name: RUN_IN_AWS
value: "True"
# Please don't change the mountPath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
imagePullPolicy: Always
resources:
limits:
Expand All @@ -461,7 +461,7 @@ spec:
# Please don't change below envs
env:
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
# Please don't change the mountPath
volumeMounts:
- name: prometheus-cwagentconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
imagePullPolicy: Always
resources:
limits:
Expand All @@ -408,7 +408,7 @@ spec:
# Please don't change below envs
env:
- name: CI_VERSION
value: "k8s/1.3.17"
value: "k8s/1.3.20"
# Please don't change the mountPath
volumeMounts:
- name: prometheus-cwagentconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
imagePullPolicy: Always
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300030.2b309
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300032.3b392
imagePullPolicy: Always
resources:
limits:
Expand Down
Loading

0 comments on commit dc88724

Please sign in to comment.