Skip to content

Commit

Permalink
fix: self hosted e2e TEst
Browse files Browse the repository at this point in the history
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 <richard.case@outlook.com>
  • Loading branch information
richardcase committed Jan 20, 2025
1 parent 07a93a5 commit c259906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/data/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ variables:
intervals:
default/wait-cluster: ["35m", "10s"]
default/wait-control-plane: ["35m", "10s"]
default/wait-worker-nodes: ["20m", "10s"]
default/wait-worker-nodes: ["30m", "10s"]
conformance/wait-control-plane: ["35m", "10s"]
conformance/wait-worker-nodes: ["35m", "10s"]
default/wait-controllers: ["5m", "10s"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ spec:
iamInstanceProfile: control-plane.cluster-api-provider-aws.sigs.k8s.io
instanceType: ${AWS_CONTROL_PLANE_MACHINE_TYPE}
sshKeyName: ${AWS_SSH_KEY_NAME}
rootVolume:
size: 10
---
apiVersion: cluster.x-k8s.io/v1beta1
kind: MachineDeployment
Expand Down

0 comments on commit c259906

Please sign in to comment.