Skip to content

Commit 8b3584d

Browse files
authored
pin CW addon to v4.10.3-eksbuild.1 (#334)
## Summary - Pin `amazon-cloudwatch-observability` addon to `v4.10.3-eksbuild.1` in `enable-app-signals.sh` - v5.3.0 removed cluster-wide configmap `get` from the CW agent ClusterRole (aws-observability/helm-charts#287), breaking the EKS resource detector's `aws-auth` configmap lookup - This caused all EKS E2E tests across Python and Java to fail since Apr 1 with `origin=AWS::EC2::Instance` instead of `AWS::EKS::Container` ## Test plan - [ ] Re-run Python EKS E2E tests and confirm trace validation passes
1 parent f5bf17e commit 8b3584d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/eks/appsignals/enable-app-signals.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if [[ "${result}" == *"No addon: "* ]]; then
5959
aws eks create-addon \
6060
--cluster-name ${CLUSTER_NAME} \
6161
--addon-name amazon-cloudwatch-observability \
62+
--addon-version v4.10.3-eksbuild.1 \
6263
--region ${REGION}
6364
# wait until the amazon-cloudwatch-observability add-on is active
6465
# Fetch the initial status

0 commit comments

Comments
 (0)