Commit 07f2d7b
authored
fix(eks): integ tests errors (#24276)
This PR fixes the integ tests errors in aws-eks and addresses the following issues:
`integ.alb-controller.ts` has `runAsNonRoot` error and should define a non-root user in securityContext of the pod definition to ensure successful k8s deployment.
`integ.eks-service-account-sdk-call.ts` should define a non-root user as well and increase the timeout of `BucketPinger` from the default 1 min to 3 min as the deployment could take up to 2 minutes or more. The base docker image from docker hub for this test has been replaced with the same image in ECR public to avoid potential throttling.
I have manually run the two integ tests in my account and both successfully deploy with no error now.
Closes #24266
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 549f912 commit 07f2d7b
File tree
88 files changed
+1008
-1526
lines changed- packages/@aws-cdk/aws-eks/test
- bucket-pinger
- integ.alb-controller.js.snapshot
- asset.7215c88dd3e638d28329d4538b36cdbfb54233a4d972181795814f8b904d1037
- asset.73edfa4462023915a2f13bf570acae05c5111817c606f9837f832152920ba517
- asset.76b95b763a0d19e172361b0123e88b00854f56785669102a9ab0127f4f738bf5
- asset.a8a62b989c7866e3ad5b24f3eb6228f8ca91ebff5f5c76f1da466f6c805c0585
- asset.e8df8261cf82310642e2ba891e96133429f5e7dcba09fa805f4c82818d0c3bb9
- apply
- get
- helm
- patch
- integ.eks-service-account-sdk-call.js.snapshot
- asset.7215c88dd3e638d28329d4538b36cdbfb54233a4d972181795814f8b904d1037
- asset.73edfa4462023915a2f13bf570acae05c5111817c606f9837f832152920ba517
- asset.76b95b763a0d19e172361b0123e88b00854f56785669102a9ab0127f4f738bf5
- asset.81dc0a300ef19edd3977004717c7bf8f1581de17da3a5c7b4accd0997716b14b
- asset.a8a62b989c7866e3ad5b24f3eb6228f8ca91ebff5f5c76f1da466f6c805c0585
- asset.e8df8261cf82310642e2ba891e96133429f5e7dcba09fa805f4c82818d0c3bb9
- apply
- get
- helm
- patch
- sdk-call-integ-test-docker-app/app
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+1008
-1526
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 0 additions & 267 deletions
This file was deleted.
0 commit comments