如何重新添加一個容器。當我嘗試將容器bluemix我收到以下錯誤添加到空間答:在Bluemix
BXNUI0521E: While attempting to create a container from the image, an internal error with incident ID 747-1463152155.505-13996376 occurred. Some resources, such as an IP address or memory, were not available when the namespace was being retrieved.
而且當我在太空AI運行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?使用
cf target -o ORG -s SPACE
可以列出所有分配的公網IP地址(可用與否):