【发布时间】:2016-05-13 15:13:00
【问题描述】:
当我尝试在 bluemix 中将容器添加到空间 A 时,我收到以下错误:
BXNUI0521E: 尝试从映像创建容器时, 发生事件 ID 为 747-1463152155.505-13996376 的内部错误。 某些资源(例如 IP 地址或内存)不可用 检索命名空间时。
当我在空间 A 中运行 cf ic login 时,我收到:
{
"code": "IC5005E",
"description": "The maximum quota for this organization is 2 floating IPs and 2048 memory. The action you are trying to complete, such as logging into a new space, would exceed the maximum quota. The current floating IP usage is 2 and this action would require an additional 2. The current memory usage is 2048 and this action would require an additional 2048. Reduce usage for the organization or ask your organization manager to adjust the quota allocation in the Manage Organizations page.",
"incident_id": "744-1463151704.272-14000754",
"name": "IPAndMemoryQuotaExceeded",
"rc": "500",
"type": "Quota"
}
我相信这是因为我在空间 B 中创建了一个容器,它为其分配了两个 IP 地址。我已经删除了这个空间。如何将浮动 IP 使用量降至 0?
【问题讨论】:
标签: docker containers ibm-cloud