Skip to content

Commit 0e5d2ad

Browse files
authored
test: larger eks image (cloudnative-pg#7053)
Drain E2E on EKS can fail because the operator can become unschedulable during a drain due to cpu requirements not available. Use a larger machine. Closes cloudnative-pg#7052 Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
1 parent db9e4ce commit 0e5d2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/e2e/eks-cluster.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ iam:
1111

1212
managedNodeGroups:
1313
- name: default
14-
instanceType: m5.large
14+
instanceType: c6g.xlarge
1515
desiredCapacity: 3
1616

1717
addons:

0 commit comments

Comments
 (0)