Skip to content

Commit

Permalink
Merge pull request #1734 from ConnorJC3/windows-ci-fix
Browse files Browse the repository at this point in the history
Temporarily workaround Windows e2e failures with larger instance type and slimmer AMI
  • Loading branch information
k8s-ci-robot authored Sep 6, 2023
2 parents 6ed7d06 + b80db71 commit ff266e6
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 ff266e6

Please sign in to comment.