本文汇总了ECI相关的事件并给出说明,包括ECI实例事件、镜像缓存事件、相关资源事件和系统运维事件。
获取自定义事件
OpenAPI方式
- 调用OpenAPI接口DescribeContainerGroupEvents,查询容器组事件列表。 
- 调用成功后,在页面右侧查看调用结果。 - 以系统运维事件OOMKilled为例: - ... { "count": 1, "firstTimestamp": "2025-**-**T07:51:06Z", "involvedObject": { "apiVersion": "v1", "kind": "Pod", "name": "container-group-1756*****1311", "namespace": "default", "uid": "eci-0jlh3g*****hnkrv5w74" }, "lastTimestamp": "2025-**-**T07:51:06Z", "message": "Out of memory", "metadata": { "name": "container-group-1756*****1311.1861*****6a400", "namespace": "default" }, "reason": "OOMKilled", "source": { "component": "EciService" }, "type": "Warning" } ...
- 主要字段说明: - involvedObject:事件关联的资源对象。内容包括ECI实例的Kubernetes版本(apiVersion)、资源类型(kind)、资源名称(name)、资源所在命名空间(namespace)和资源ID(uid)。
- message:事件信息。例如- Out of memory。
- reason:事件原因。例如- OOMKilled。
- type:事件类型。- Normal或者- Warning。
 
 
控制台方式
- 登录弹性容器实例控制台,单击目标容器组ID。 
- 单击事件页签,查看容器组事件列表。 - 以系统运维事件OOMKilled为例:  
- 主要字段说明: - 事件名称:例如 - container-group-1756*****1311.1861*****6a400。
- 类型:事件类型。返回 - Normal或者- Warning。
- 描述:事件原因和信息。例如 - Out of memory。
- 开始时间:例如 - 2025年*月*日 15:51:06。
- 结束时间:例如 - 2025年*月*日 15:51:06。
 
 
ECI实例(ContainerGroup)相关事件
| 事件名称(reason) | 事件类型(type) | 事件信息(message) | 事件说明 | 
| StockExhaust | Warning | The stock of the specified zones will be used up. %s | 当前可用区的ECI资源库存即将耗尽。建议更换可用区。 | 
| NoStock | Warning | Create ECI failed because the specified instance is out of stock. %s | 当前可用区的ECI资源库存不足。您可以使用多可用区和多规格的方式创建ECI来提高创建成功率。 | 
| InsufficientBalance | Warning | Your account does not have enough balance to purchase %s | 您的账户余额不足,无法创建ECI实例。 | 
| StockClose | Warning | Create ECI failed because current zone closed or limited without living instance. %s | 创建ECI实例失败,无法使用当前可用区。请更换可用区。 | 
| FailedScheduling | Warning | Unknown error occurred. | 创建ECI实例失败,发生未知错误。请提交工单。 | 
| FailedScheduling | Warning | Schedule eci failed:%s | 调度ECI实例失败。请重新尝试。 | 
| UnknownError | Warning | The ECI service is under heavy load while creating container group resources, please wait and try again later | ECI服务负载过大,请稍后再尝试创建ECI实例。 | 
| DiskCapacityQuotaFull | Warning | Your disk capacity quota is exceeded | 磁盘容量已达到配额限制。请至配额中心申请提升配额。 | 
| DiskCapacityQuotaFull | Warning | Your disk capacity quota in [%s] is exceeded | 磁盘容量已达到配额限制。请至配额中心申请提升配额。 | 
| AttachDiskFailed | Warning | Attach disk %s failed | 挂载磁盘失败。 | 
| UnknownError | Warning | An unknown error occurred for %s | 发生未知错误。请提交工单。 | 
| CpuOptionsNotSupported | Warning | The cpu options is not supported for your instanceType[%s] in current region | 当前可用区下,您的ECI实例不支持自定义CPU选项。 | 
| CpuOptionsNotValid | Warning | The cpu options is not valid for your instanceType[%s] | 您的ECI实例不支持自定义CPU选项。 | 
| SYSTEM_FAILURE | Warning | The ContainerGroup has failed due to a temporary failure of the host | 由于系统故障,ECI实例创建失败。 | 
| SystemFailureReboot | Warning | The Specified ContainerGroup is rebooting | ECI实例正在重新启动。 | 
| StartingFailed | Warning | eci starting failed: %s | ECI实例启动失败。 | 
| SystemReboot | Warning | 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小时内重新创建该实例。 | 
| Throttling | Warning | The request was denied due to system flow control, please wait and try again later | 由于系统流量控制,请求被拒绝。请稍候再尝试操作。 | 
| Throttling | Warning | The request was denied due to system flow control, please wait and try again later, flowControlType:%s | 由于系统流量控制,请求被拒绝。请稍候再尝试操作。 | 
| SpotDegraded | Warning | Spot [%s] will be degraded because the specified instance is out of stock | 创建抢占式实例时,由于抢占式实例没有满足要求的库存,自动转为创建按量付费实例。 | 
| SpotToBeReleased | Warning | Spot ECI will be released in %s minutes | 抢占式ECI实例即将过期,您需要在业务上进行兼容处理。 | 
| CreateBackoff | Warning | %s | 创建ECI实例失败。 | 
| QuotaExceeded | Warning | Eci instance type %s or vcpu quota is exceeded | 超出ECI实例或者VPC的配额限制。 | 
| ParamLengthExceed | Warning | The length of input param [%s] is exceeded, which will not be stored in meta | 输入参数的长度超出限制,不会存储到Meta中。 | 
| IgnoreInstanceTypeFeatures | Warning | The instance type features will be ignored as the provided specifications, [%s],correspond exclusively to ECS instance types | 由于特性只适用于指定vCPU和内存规格的ECI实例,当指定了ECS规格进行创建时,特性会被忽略。 | 
| EphemeralStorageSizeExceededJobLimit | Warning | Ephemeral storage size: %s exceeded the limitation of job instance:%s | 临时存储空间的大小超出了实例限制。 | 
| MultiZoneRecommendations | Normal | %s | 建议使用多可用区功能。 | 
| AutoInstanceTypeMatch | Normal | The most-matched instanceType for current eci instance is %s | ECI实例规格已进行规整。 | 
| MemoryReservationAdded | Normal | Add memory reservation to current eci for the required system components | 已为ECI实例附加系统开销占用的内存。 | 
| UserInstanceTypeSpec | Normal | The user-specified instanceType for current eci instance is %s | 您指定了ECI实例的规格类型。 | 
| DefaultInstanceTypeMatch | Normal | The default instanceType used for current eci instance is %s | ECI实例使用默认规格。 | 
| StopCharge | Normal | The charge of current ECI instance has been stopped, but the related resources are still being cleaned | 当前ECI实例已停止计费,但相关资源仍在清理中。 | 
镜像缓存(ImageCache)相关事件
| 事件名称(reason) | 事件类型(type) | 事件信息(message) | 事件说明 | 
| ImageCacheNotFound | Warning | The specified image cache %s does not exist | 指定的镜像缓存不存在。建议您先查询镜像缓存,确保使用已存在的镜像缓存。 | 
| ImageCacheMissed | Warning | Missed image cache | 没有匹配到镜像缓存,您需要先创建镜像缓存。 | 
| ImageCacheAutoCreated | Normal | Image cache %s is auto created | 没有匹配到镜像缓存,或者没有完全匹配的镜像缓存,系统已开始自动创建镜像缓存。 | 
| ImageCacheAutoEliminated | Warning | Image cache %s is auto eliminated | 系统开始自动创建镜像缓存时,镜像缓存数量已达到配额限制。系统将根据LRU策略自动淘汰镜像缓存。 | 
| ImageCacheCapacityUtilization | Normal | Total capacity utilization of current CacheDisk is %sGB / %sGB | 当前镜像缓存制作完成占用的空间使用量情况。 | 
| ImageCacheAutoCreateFailed | Warning | Image cache auto create failed for %s | 系统自动创建镜像缓存失败。请重新尝试,或者手动创建镜像缓存。 | 
| ImageCacheFlashCreatedFailed | Warning | Flash image cache is failed,standard image cache will be created | 极速镜像缓存(对应本地快照)创建失败,系统开始创建普通镜像缓存。 | 
| ImageCacheCopyFailed | Warning | Image cache copy failed, but its %s/%s copies are still available | 快照多副本创建失败。 | 
| ImageCacheFlashFinished | Normal | Flash image cache is created successfully,standard image cache will be created | 极速镜像缓存(对应本地快照)创建成功,系统开始创建普通镜像缓存。 | 
| ImageCacheFlashUsedFailed | Warning | Flash image cache can only be used in zones with ESSD, but current zone is %s | 极速镜像缓存(对应本地快照)需要使用ESSD云盘,仅可以在支持ESSD云盘的可用区下创建。 | 
| ImageCacheFlashReplacedFailed | Warning | Standard image cache is failed, flash image cache %s will not be deleted. But flash image can only be used in zones with ESSD | 极速镜像缓存(对应本地快照)创建成功,但普通镜像缓存创建失败。系统将保留极速镜像缓存对应的本地快照。 | 
| ImageCacheFlashReplacedSuccess | Warning | Flash image cache [%s] has been replaced successfully | 极速镜像缓存对应的本地快照已被正常删除。 | 
| ImageCacheCreate | Normal | Snapshot [%s] of image cache has been created, waiting for the completion of it | 开始创建镜像缓存,请等待镜像缓存创建完成后再使用。 | 
| ImageCacheCopyFinished | Normal | Copy [%s] of image cache has been made successfully | 快照多副本创建成功。 | 
| ImageCacheFinished | Normal | Image cache [%s] has been made successfully | 镜像缓存创建成功,您可以使用该镜像缓存。 | 
| ImageCacheUpdateFinished | Normal | Image cache [%s] has been updated successfully | 镜像缓存更新成功,您可以使用该镜像缓存。 | 
| ImageCacheUpdateFailed | Warning | Image cache [%s] update failed, but the old resource is still available | 镜像缓存更新失败,但原有镜像缓存仍可以使用。请重新尝试更新操作。 | 
| ImageCacheUnknownError | Warning | An unknown error occurred while handling the image cache for %s | 镜像缓存发生未知错误。请提交工单确认问题。 | 
| SuccessfulHitImageCache | Normal | Successfully hit image cache %s | 成功匹配镜像缓存。 | 
| ImageCacheNotComplete | Normal | The production for specified image cache %s is not yet complete | 镜像缓存还未创建完成。请确保镜像缓存已创建完成(达到Ready状态),再进行使用。 | 
| ImageCacheArchNotMatch | Warning | The arch type of image cache %s not match the arch of %s | 镜像缓存的架构类型与ECI实例的架构类型不符。 | 
| ImageCacheEliminated | Warning | Current imageCache is eliminated | 您使用的镜像缓存已被删除。请尝试使用其他镜像缓存。 | 
| ImageCacheNotFullMatch | Warning | Current imageCache %s is still not full-matched, a new imageCache is needed | 镜像缓存没有完全匹配。 | 
| ImageCacheNotSuited | Warning | ImageCache is not suited for current eci, imageAccelerateMode:%s will be used | 镜像缓存不适用于当前的加速模式。 | 
| ImageCacheConflict | Warning | There are duplicated imc[%s] is creating | 正在创建重复的镜像缓存。 | 
| ImageCacheQuotaFull | Warning | %s | 镜像缓存数量达到配额限制。 | 
数据缓存相关事件
| 事件名称(reason) | 事件类型(type) | 事件信息(message) | 事件说明 | 
| DataCacheProxyCreateFailed | Warning | The proxy of dataCache create failed for %s, please check it again | 数据缓存创建失败。请检查配置。 | 
| DataCacheSourceIllegal | Warning | The source of dataCache is illegal or un-reachable in you network, please check it again | 数据缓存的来源不合法,或者由于网络原因无法访问。请检查配置。 | 
| DataCacheJobCreateFailed | Warning | The job of dataCache create failed for %s, please check it again | 数据缓存创建失败。请检查配置。 | 
| DataCacheJobStartFailed | Warning | The job for dataCache start failed, see the detail in the events of job | 数据缓存创建失败。请查看创建数据缓存过程中生成的临时实例的事件信息。 | 
| DataCacheLoadFailed | Warning | Some error occurred when loading data cache, see the detail in the log of job | 加载数据缓存时发生错误。请查看创建数据缓存过程中生成的临时实例的事件信息。 | 
虚拟节点相关事件
| 事件名称(reason) | 事件类型(type) | 事件信息(message) | 事件说明 | 
| CreateEciForVnode | Normal | Create Eci %s for Vnode | 创建VNode对应的ECI实例。 | 
| CreateVnodeSuccess | Normal | Create vnode success | VNode创建成功。 | 
| CreateVnodeFailed | Warning | Create vnode failed | VNode创建失败。 | 
| VnodePullImageFailed | Warning | Vnode pull image failed | VNode拉取镜像失败。 | 
其他资源相关事件
| 资源模块 | 事件名称(reason) | 事件类型(type) | 事件信息(message) | 事件说明 | 
| RamRole | Unauthorized | Warning | No permission granted to eci service account for %s | 账号没有操作ECI资源的权限。请确保账号已有ECI服务关联角色。如果使用RAM用户,请确保已正确授权RAM角色,具体操作,请参见为RAM用户授权。 | 
| vSwitch | ResourceInsufficient | Warning | The maximum number of IP address in the VSwitch %s is exceeded | 交换机下可用的IP地址数量不足。请使用其他交换机。 | 
| SecurityGroup | QuotaFull | Warning | The maximum number of instances in the security group %s is exceeded | 安全组内的实例数量已达到配额限制。请使用其他安全组。 | 
| ENI | CreateENIFailed | Warning | %s | 创建ENI失败。 | 
| AttachENIFailed | Warning | %s | 挂载ENI失败。 | |
| AttachENIConflict | Warning | %s | 挂载ENI冲突。 | |
| MissDefaultVpc | Warning | %s | 缺少默认的VPC参数。 | |
| EIP | CreateEipFailed | Warning | %s | 创建EIP失败。 | 
| EipBandwidthPackageQuotaExceeded | Warning | %s | EIP带宽包超出配额限制。 | |
| EipNotFound | Warning | The specified eip %s does not exist | 指定的EIP不存在。 | |
| EipBoundOtherInstance | Warning | The specified eip %s is already bound to another instance | 指定的EIP已绑定了其他实例。 | |
| SLS | AliyunSlsQuotaExceed | Warning | %s | SLS资源超出配额限制。请提交工单申请提升配额。 | 
| AliyunSlsError | Warning | %s | SLS相关错误。 | |
| AliyunSlsProjectInvalid | Warning | %s | 指定的SLS Project是无效的。 | |
| AliyunSlsConfigFormatError | Warning | sls config %s value %s is invalid | SLS的配置参数无效。 | 
系统运维事件
| 事件名称(reason) | 事件信息(message)示例 | 事件说明 | 
| SandboxNotReady | Critical error detected on Host OS | 主动运维重启。 | 
| SandboxNotReadyUnExpected | Unexpected error occurred on underlying infrastructure | 非预期宕机重启。 | 
| SandboxRebootCanceled | The reboot of current instance has been canceled | 重启被取消。 | 
| SandboxRebootSucceeded | Current instance has been rebooted successfully. | 重启成功。 | 
| ScheduledMaintenance | {"originReason":"Redeploy","originMessage":"Redeploy","planExecTime":"2019-03-12T09:00:00.000+08:00"} | 计划运维事件。 重要  message为JSON格式,其中 | 
| OOMKilled | Memory cgroup out of memory: Kill process 15848 (xsim_traffic_fl) score 337 or sacrifice child | ECI内部出现OOM。 | 
| PodOOMKilled | System OOM encountered, victim process: xxx, pid: xxx | ECI实例内部发生OOM(非内核crash)。OOM对象包括ECI系统组件和容器进程。 | 
| DiskFull | There has insufficient disk space for current eci | 磁盘空间已满。 | 
| NfsError | NFS: state manager: bind conn to session failed on NFSv4 server 172.16.0.1 with error 121 | NFS出现错误。 | 
| RuntimeCrashed | Unexpected crash occurred on underlying infrastructure | 虚拟机异常崩溃。 | 
| RuntimeIssueDetected | Unexpected issue occurred on underlying infrastructure | 虚拟机异常事件。 | 
| GPULostCard | gpu card lost detected | GPU掉卡。该故障无法自愈,请重建Pod。 |