Merge pull request #11179 from spotinst/fix-ocean-rootvolsize

Spotinst: Use BDM to configure the root volume size at VNG level
This commit is contained in:
Kubernetes Prow Robot 2021-04-06 23:21:53 -07:00 committed by GitHub
commit 50478f68e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -401,7 +401,6 @@ func (_ *LaunchSpec) create(cloud awsup.AWSCloud, a, e, changes *LaunchSpec) err
return err
}
spec.SetRootVolumeSize(nil) // mutually exclusive
spec.SetBlockDeviceMappings([]*aws.BlockDeviceMapping{
e.convertBlockDeviceMapping(rootDevice),
})