Skip to content

Commit 5312244

Browse files
authored
Enable control plane CloudWatch logging for testing EKS clusters (#431)
This is to debug some transient errors such as https://github.com/awslabs/mountpoint-s3-csi-driver/actions/runs/14379730344/job/40320438436#step:11:4427. --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Signed-off-by: Burak Varlı <burakvar@amazon.co.uk>
1 parent c983c55 commit 5312244

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

tests/e2e-kubernetes/scripts/eksctl-patch.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"Statement": [
2020
{
2121
"Effect": "Allow",
22-
"Action": [
23-
"s3express:*"
24-
],
22+
"Action": ["s3express:*"],
2523
"Resource": "*"
2624
}
2725
]
@@ -38,5 +36,13 @@
3836
"value": {
3937
"name": "amazon-cloudwatch-observability"
4038
}
39+
},
40+
{
41+
"op": "replace",
42+
"path": "/cloudWatch/clusterLogging",
43+
"value": {
44+
"enableTypes": ["api", "audit", "authenticator"],
45+
"logRetentionInDays": 30
46+
}
4147
}
42-
]
48+
]

0 commit comments

Comments
 (0)