mirror of https://github.com/kubernetes/kops.git
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:
commit
50478f68e6
|
|
@ -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),
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue