Commit b7fcdff
committed
fix: efs e2e test breaking
The EFS e2e test was breaking for 2 reasons:
1. Running out if disk space on the control plane nodes.
It only had 8Gb so this has been increased to 16gb
2.The workload being deployed to test EFS was using centos with has been
discontinued for a long time now. So changed to use Ubuntu
Also small updates to logging for the ELB test.
Signed-off-by: Richard Case <richard.case@outlook.com>1 parent 5b02ba0 commit b7fcdff
File tree
4 files changed
+13
-3
lines changed- test/e2e
- data
- infrastructure-aws/withoutclusterclass/kustomize_sources/efs-support/patches
- suites/unmanaged
4 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
0 commit comments