Skip to content

Commit c259906

Browse files
committed
fix: self hosted e2e TEst
The self hosted e2e was failing as the control plane node was encountering disk pressure. This caused CAPA to be evicted and the CAPA images on the original node where deleted to reclaim disk space. When CAPA moved back to the node the image couldn't be found. Signed-off-by: Richard Case <[email protected]>
1 parent 07a93a5 commit c259906

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ variables:
215215
intervals:
216216
default/wait-cluster: ["35m", "10s"]
217217
default/wait-control-plane: ["35m", "10s"]
218-
default/wait-worker-nodes: ["20m", "10s"]
218+
default/wait-worker-nodes: ["30m", "10s"]
219219
conformance/wait-control-plane: ["35m", "10s"]
220220
conformance/wait-worker-nodes: ["35m", "10s"]
221221
default/wait-controllers: ["5m", "10s"]

test/e2e/data/infrastructure-aws/withoutclusterclass/e2e_test_templates/cluster-template-remote-management-cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ spec:
7676
iamInstanceProfile: control-plane.cluster-api-provider-aws.sigs.k8s.io
7777
instanceType: ${AWS_CONTROL_PLANE_MACHINE_TYPE}
7878
sshKeyName: ${AWS_SSH_KEY_NAME}
79+
rootVolume:
80+
size: 10
7981
---
8082
apiVersion: cluster.x-k8s.io/v1beta1
8183
kind: MachineDeployment

0 commit comments

Comments
 (0)