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 <[email protected]>
  • Loading branch information
richardcase committed Jan 20, 2025
1 parent 07a93a5 commit 16b1129
Showing 1 changed file with 2 additions and 0 deletions.
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 16b1129

Please sign in to comment.