-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Instance group spec rootVolumeType
seems to accept only gp2
or io1
type.
kops/pkg/model/awsmodel/autoscalinggroup.go
Lines 71 to 72 in 2f3f054
default: | |
volumeType = DefaultVolumeType |
A SSD volume is best for production but sometimes cheaper standard
is convenient for experimental use.
Is there any reason to limit the volume type?
I think it is nice to support following volume types as well:
standard
st1
sc1
Thanks.
Metadata
Metadata
Assignees
Labels
No labels