Closed sangee2004 closed 11 months ago
Shouldn't this be the default behavior ? I mean if we run a service referencing an existing cluster that one should be used instead of creating a new one. What do you think ?
After a chat with @cloudnautique I understand is a use case which needs to be handle 👍
The behavior has changed now, the following should now be true
Additionally, launching 2 acorns with no clustername's set will result in 2 successfully deployed uniquely named clusters.
Steps to reproduce the problem:
mytest1
-acorn run . --clusterName test1
mytest1
-acorn run . --clusterName test1
This succeeds and the service get the same cluster that was created in step1.Expected Behavior: Deploying Atlas Mongodb service with the same clusterName should fail since there is an existing DB cluster with the same name