Pod status condition可以提供Pod状态和健康状况的信息。本文汇总了ECI Pod(即ECI实例)的condition并给出说明。
ContainerInstanceCreated
condition ContainerInstanceCreated用于表示ECI Pod的创建状态,reason、message及其说明如下:
reason | message | 说明 |
Creating | Creating | ECI Pod正在创建中。 |
StockExhaust | The stock of the specified zones will be used up. %s | 当前可用区的ECI资源库存即将耗尽。建议更换可用区。 |
NoStock | Create ECI failed because the specified instance is out of stock. %s | 当前可用区的ECI资源库存不足。您可以使用多可用区和多规格的方式创建ECI Pod来提高创建成功率。 |
StockClose | Create ECI failed because current zone closed or limited without living instance. %s | 由于无法使用当前可用区,导致创建ECI Pod失败。请更换可用区。 |
FailedScheduling | Unknown error occurred. | 由于发生未知错误,导致调度ECI Pod失败。请提交工单。 |
FailedScheduling | Schedule eci failed:%s | 调度ECI Pod失败。请重新尝试。 |
UnknownError | The ECI service is under heavy load while creating container group resources, please wait and try again later | ECI服务负载过大。请稍后再尝试创建ECI Pod。 |
SpotToBeReleased | Spot ECI will be released in %s minutes | 抢占式实例即将过期。请尽快在业务上进行兼容处理。 |
DiskCapacityQuotaFull | Your disk capacity quota is exceeded | 磁盘容量已达到配额限制。请至配额中心申请提升配额。 |
UnknownError | An unknown error occurred for %s | 发生未知错误。请提交工单。 |
CpuOptionsNotSupported | The cpu options is not supported for your instanceType[%s] in current region | 当前可用区下,您的ECI Pod不支持自定义CPU选项。 |
CpuOptionsNotValid | The cpu options is not valid for your instanceType[%s] | 您的ECI Pod不支持自定义CPU选项。 |
SystemFailureReboot | The Specified ContainerGroup is rebooting | ECI Pod正在重新启动。 |
SystemReboot | It is strongly recommended that you re-create this instance within 48 hours because of %s, otherwise, the pod will be forced to restart. | 建议您在48小时内重新创建该ECI Pod,否则系统会强制重启该ECI Pod。 |
Throttling | The request was denied due to system flow control, please wait and try again later | 由于系统流量控制,请求被拒绝。请稍后再尝试操作。 |
SpotDegraded | Spot [%s] will be degraded because the specified instance is out of stock | 创建抢占式实例时,由于没有满足要求的库存,自动转为按量付费实例。 |
AutoInstanceTypeMatch | The most-matched instanceType for current eci instance is %s | ECI Pod的规格已进行资源规整。 |
MultiZoneRecommendations | %s | 建议使用多可用区方式创建ECI Pod。 |
SandboxReady
condition SandboxReady用于表示沙箱是否可用。reason代表部分主动运维事件,message来自系统事件message。
reason | message | 说明 |
SystemFailure.Reboot | %s | 因系统错误重启ECI Pod。 |
InstanceFailure.Reboot | %s | 因操作系统错误重启ECI Pod。 |
SystemFailure.Redeploy | %s | 因系统错误重新部署ECI Pod。 |