2016-05-13 54 views
3

如何重新添加一個容器。當我嘗試將容器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地址(可用與否):

回答

1

使用此配額(2個IP地址和2048 MB)我假設您擁有Bluemix免費帳戶。

在這種情況下,您只能在組織內的一個空間中創建容器。在space B中創建容器後,您無法在space A中創建任何容器(即使您有足夠的配額)。

您提到您刪除了space B(您最初創建容器的位置),因此您需要等待一段時間(通常在24小時或更短時間內),以便重置您的帳戶。

之後,您將可以再次登錄到新的空間,創建一個新的名稱空間並再次使用容器。

1

通常你會需要以下步驟:

起初,你需要使用的目標正確的組織和空間:

cf ic ip list -a 

然後你就可以使用釋放IP:

cf ic ip release [IPAddr] 

但是在您的情況下,如果綁定到已刪除的空間,您可能無法釋放IP。如果上述步驟不能解決問題,您可以打開支持請求,要求IBM Containers團隊發佈IP。