简体   繁体   English

无法在cf cli上创建bluemix服务,但能够在UI上

[英]unable to create bluemix service on cf cli but able to on UI

Im facing below error when trying on CF cli: 我尝试CF cli时遇到以下错误:

Attention: The plan Shared of service cloudantNoSQLDB is not free. 注意:服务Shared计划cloudantNoSQLDB不是免费的。 The instance anuCloudDB will incur a cost. 实例anuCloudDB将产生费用。 Contact your administrator if you think this is in error. 如果您认为这是错误的,请与您的管理员联系。

But the same is successfully created on UI without any exceptions. 但是,同样可以在UI上成功创建,没有任何例外。 What should i do? 我该怎么办?

It is an information message. 这是一条信息消息。 Please take a look at Cloudant on IBM Bluemix Docs . 在IBM Bluemix Docs上查看Cloudant As you can see the plan Shared is free if you are below a certain resource threshold. 如您所见,如果您低于某个资源阈值,则“ 共享计划”是免费的。

Free for users with: 具有以下功能的用户免费:

  • No more than 2 Gigabyte-Months. 不超过2 GB。
  • No more than 10,000 Heavy API Calls. 不超过10,000个重型API调用。
  • No more than 50,000 Light API Calls. 不超过50,000个Light API调用。

Only if you exceed those limits you will pay. 仅当您超过这些限制时,您才需要付费。

这只是一个警告,因为使用CF cli时您看不到Bluemix UI上提供的描述:它警告您该服务可能会产生费用,而不是肯定会向您收费。

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). 收到的消息是一个警告,警告您,如果您超过指定的等级,可能会产生费用,如果您使用Bluemix界面创建服务,则可以看到这些等级(从CLI中您无法访问该信息)。 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/ 当前,只有一个计划具有三个消费层,如链接中所示: 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. 因此,无需担心,除非您超越了页面中所述的层次。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM