Skip to content

Commit

Permalink
fix: self hosted e2e test caused by disk pressure.
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 21, 2025
1 parent 5383d35 commit 7d3c671
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -2,3 +2,4 @@ resources:
- ../limit-az
patchesStrategicMerge:
- patches/image-injection.yaml
- patches/root-volume-size.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
kind: AWSMachineTemplate
metadata:
name: ${CLUSTER_NAME}-control-plane
spec:
template:
spec:
rootVolume:
size: 10

0 comments on commit 7d3c671

Please sign in to comment.