Skip to content

Commit 071c4cd

Browse files
authored
Updating k8s and agent version (#189)
1 parent 0abc7b3 commit 071c4cd

File tree

22 files changed

+37
-37
lines changed

22 files changed

+37
-37
lines changed
16 KB
Binary file not shown.

container-insights-manifest-update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ k8sDirPrefix="./k8s-deployment-manifest-templates/deployment-mode/daemonset/cont
55
k8sQSDirPrefix="./k8s-quickstart"
66
ecsDirPrefix="./ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric"
77

8-
newK8sVersion="k8s/1.3.32"
9-
agentVersion="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300053.0b1046"
8+
newK8sVersion="k8s/1.3.33"
9+
agentVersion="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300054.0b1074"
1010
fluentdVersion="fluent/fluentd-kubernetes-daemonset:v1.10.3-debian-cloudwatch-1.0"
1111
fluentBitVersion="public.ecr.aws/aws-observability/aws-for-fluent-bit:2.32.4"
1212
fluentBitWindowsVersion="public.ecr.aws/aws-observability/aws-for-fluent-bit:windowsservercore-stable"

ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cloudformation-quickstart/cwagent-ecs-instance-metric-cfn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"ContainerDefinitions": [
106106
{
107107
"Name": "cloudwatch-agent",
108-
"Image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300053.0b1046",
108+
"Image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300054.0b1074",
109109
"MountPoints": [
110110
{
111111
"ReadOnly": true,

ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cwagent-ecs-instance-metric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"containerDefinitions": [
77
{
88
"name": "cloudwatch-agent",
9-
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300053.0b1046",
9+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300054.0b1074",
1010
"mountPoints": [
1111
{
1212
"readOnly": true,

ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-awsvpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Resources:
224224
NetworkMode: awsvpc
225225
ContainerDefinitions:
226226
- Name: cloudwatch-agent-prometheus
227-
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300053.0b1046
227+
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300054.0b1074
228228
Essential: true
229229
MountPoints: []
230230
PortMappings: []

ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-bridge-host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Resources:
219219
NetworkMode: !Ref ECSNetworkMode
220220
ContainerDefinitions:
221221
- Name: cloudwatch-agent-prometheus
222-
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300053.0b1046
222+
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300054.0b1074
223223
Essential: true
224224
MountPoints: []
225225
PortMappings: []

ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cwagent-prometheus-task-definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"containerDefinitions": [
77
{
88
"name": "cloudwatch-agent-prometheus",
9-
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300053.0b1046",
9+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300054.0b1074",
1010
"essential": true,
1111
"mountPoints": [
1212
],

k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-daemonset-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
hostNetwork: true
2121
containers:
2222
- name: cloudwatch-agent
23-
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300053.0b1046
23+
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300054.0b1074
2424
workingDir: "%CONTAINER_SANDBOX_MOUNT_POINT%\\Program Files\\Amazon\\AmazonCloudWatchAgent"
2525
volumeMounts:
2626
- name: cwagentconfig
@@ -47,7 +47,7 @@ spec:
4747
fieldRef:
4848
fieldPath: metadata.namespace
4949
- name: CI_VERSION
50-
value: "k8s/1.3.32"
50+
value: "k8s/1.3.33"
5151
- name: CWAGENT_LOG_LEVEL
5252
value: DEBUG
5353
- name: RUN_IN_CONTAINER

k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: cloudwatch-agent
18-
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300053.0b1046
18+
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300054.0b1074
1919
#ports:
2020
# - containerPort: 8125
2121
# hostPort: 8125
@@ -42,7 +42,7 @@ spec:
4242
fieldRef:
4343
fieldPath: metadata.namespace
4444
- name: CI_VERSION
45-
value: "k8s/1.3.32"
45+
value: "k8s/1.3.33"
4646
# Please don't change the mountPath
4747
volumeMounts:
4848
- name: cwagentconfig

k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ spec:
320320
fieldRef:
321321
fieldPath: spec.nodeName
322322
- name: CI_VERSION
323-
value: "k8s/1.3.32"
323+
value: "k8s/1.3.33"
324324
resources:
325325
limits:
326326
memory: 200Mi

0 commit comments

Comments
 (0)