Skip to content

Commit

Permalink
Temporarily workaround Windows e2e failures with larger instance type…
Browse files Browse the repository at this point in the history
… and slimmer AMI

Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Sep 6, 2023
1 parent 6ed7d06 commit b80db71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/e2e/eksctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ function eksctl_create_cluster() {
--managed=true \
--ssh-access=false \
--cluster="${CLUSTER_NAME}" \
--node-ami-family=WindowsServer2022FullContainer \
--node-ami-family=WindowsServer2022CoreContainer \
--instance-types=m5.2xlarge \
-n ng-windows \
-m 3 \
-M 3 \
Expand Down

0 comments on commit b80db71

Please sign in to comment.