Skip to content

Commit

Permalink
kola: Bump default instance type to m5.large
Browse files Browse the repository at this point in the history
m4 is old and shouldn't be the default; this came up as
part of coreos/fedora-coreos-tracker#507
  • Loading branch information
cgwalters authored and dustymabe committed Oct 21, 2020
1 parent 33040e9 commit 336366d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mantle/cmd/kola/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ func init() {
sv(&kola.AWSOptions.Region, "aws-region", defaultRegion, "AWS region")
sv(&kola.AWSOptions.Profile, "aws-profile", "default", "AWS profile name")
sv(&kola.AWSOptions.AMI, "aws-ami", "alpha", `AWS AMI ID, or (alpha|beta|stable) to use the latest image`)
sv(&kola.AWSOptions.InstanceType, "aws-type", "m4.large", "AWS instance type")
// See https://github.com/openshift/installer/issues/2919 for example
sv(&kola.AWSOptions.InstanceType, "aws-type", "m5.large", "AWS instance type")
sv(&kola.AWSOptions.SecurityGroup, "aws-sg", "kola", "AWS security group name")
sv(&kola.AWSOptions.IAMInstanceProfile, "aws-iam-profile", "kola", "AWS IAM instance profile name")

Expand Down

0 comments on commit 336366d

Please sign in to comment.