acorn-io / mongodb-atlas

0 stars 2 forks source link

Not able to deploy service with "M10" tier. #15

Closed sangee2004 closed 9 months ago

sangee2004 commented 9 months ago

Steps to reproduce the problem:

Atlas Mongo DB service - commit-id aec31c70c9bf

  1. Deploy Atlas Mongo DB service using --tier M10 option.

App deployment fails with following error:

create-cluster-8wcrg.create-cluster: -> cluster sangeetest does not exist
create-cluster-pd28w.create-cluster: Error: bad flag syntax: ----diskSizeGB
create-cluster-8wcrg.create-cluster: -> about to create cluster sangeetest of type M10 in AZURE / US_EAST_2
create-cluster-msjjw.create-cluster: -> about to create cluster sangeetest of type M10 in AZURE / US_EAST_2
create-cluster-msjjw.create-cluster: Error: bad flag syntax: ----diskSizeGB
create-cluster-8wcrg.create-cluster: Error: bad flag syntax: ----diskSizeGB

Note - Able to deploy service using --tier M2 option.

lucj commented 9 months ago

The additional "--" for the diskSizeDB params will be removed.

lucj commented 9 months ago

Could you confirm this is ok now ?

sangee2004 commented 9 months ago

Able to deploy service with "M10" tier successfully now.