Reputation: 176
Im facing below error when trying on CF cli:
Attention: The plan Shared
of service cloudantNoSQLDB
is not free. The instance anuCloudDB
will incur a cost. Contact your administrator if you think this is in error.
But the same is successfully created on UI without any exceptions. What should i do?
Upvotes: 1
Views: 79
Reputation: 13
The message you receive is a warning to let you know that you may incur charges if you go above the stated tiers that you can see if you use the Bluemix interface to create the service (from CLI you do not have access to that information). Currently there is only one plan with three consumption tiers as shown in the link: https://console.ng.bluemix.net/catalog/services/cloudant-nosql-db/
So, no need to worry, unless you go above the tiers stated in the page.
Upvotes: 1
Reputation: 3233
It is an information message. Please take a look at Cloudant on IBM Bluemix Docs. As you can see the plan Shared is free if you are below a certain resource threshold.
Free for users with:
Only if you exceed those limits you will pay.
Upvotes: 2
Reputation: 1562
It is just an alert, because using CF cli you cannot see the description provided on the Bluemix UI: it warns you that the service could have a cost, not that you will be billed for sure.
Upvotes: 1