Skip to content

Commit

Permalink
Remove m7i.large from default instance types
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Jan 3, 2024
1 parent ee8f816 commit 77df2b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubetest2/internal/deployers/eksapi/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func (d *deployer) verifyUpFlags() error {
}
if len(d.InstanceTypes) == 0 && d.UnmanagedNodes {
d.InstanceTypes = []string{
"m7i.large",
"m6i.large",
"m6a.large",
"m5.large",
Expand Down

0 comments on commit 77df2b3

Please sign in to comment.