mirror of https://github.com/kubernetes/kops.git
Add throughput field for gp3 volumes to additional volumes with CF
This commit is contained in:
parent
d18a02df73
commit
3b24a11b30
|
@ -269,6 +269,7 @@ func (t *LaunchTemplate) RenderCloudformation(target *cloudformation.Cloudformat
|
|||
DeleteOnTermination: fi.Bool(true),
|
||||
IOPS: x.EbsVolumeIops,
|
||||
VolumeSize: x.EbsVolumeSize,
|
||||
Throughput: x.EbsVolumeThroughput,
|
||||
VolumeType: x.EbsVolumeType,
|
||||
Encrypted: x.EbsEncrypted,
|
||||
KmsKeyID: x.EbsKmsKey,
|
||||
|
|
Loading…
Reference in New Issue