Pod status condition可以提供Pod状态和健康状况的信息。本文汇总了计算类型为通用性和性能型的Pod的condition并给出说明。
ContainerInstanceCreated
condition ContainerInstanceCreated用于表示ACS Pod的创建状态。reason、message及其说明如下:
reason | message | 说明 |
Creating | Creating | ACS Pod正在创建中。 |
StockExhaust | The stock of the specified zones will be used up. %s | 当前可用区的ACS算力资源库存即将耗尽。建议更换可用区。 |
NoStock | Create failed because the specified instance is out of stock. %s | 当前可用区的ACS算力资源库存不足。您可以使用多可用区和多规格的方式创建ACS Pod来提高创建成功率。 |
StockClose | Create failed because current zone closed or limited without living instance. %s | 由于无法使用当前可用区,导致创建ACS Pod失败。请更换可用区。 |
FailedScheduling | Unknown error occurred. | 由于发生未知错误,导致调度ACS Pod失败。请提交工单。 |
FailedScheduling | Schedule failed:%s | 调度ACS Pod失败。请重新尝试。 |
UnknownError | The service is under heavy load while creating container group resources, please wait and try again later | ACS服务负载过大。请稍后再尝试创建ACS Pod。 |
DiskCapacityQuotaFull | Your disk capacity quota is exceeded | 磁盘容量已达到配额限制。请至配额中心申请提升配额。 |
UnknownError | An unknown error occurred for %s | 发生未知错误。请提交工单。 |
SystemFailureReboot | The Specified ContainerGroup is rebooting | ACS Pod正在重新启动。 |
Throttling | The request was denied due to system flow control, please wait and try again later | 由于系统流量控制,请求被拒绝。请稍后再尝试操作。 |
SandboxReady
condition SandboxReady用于表示沙箱是否可用。reason代表部分主动运维事件,message来自系统事件message。
reason | message | 说明 |
SystemFailure.Reboot | %s | 因系统错误重启ACS Pod。 |
InstanceFailure.Reboot | %s | 因操作系统错误重启ACS Pod。 |
SystemFailure.Redeploy | %s | 因系统错误重新部署ACS Pod。 |
InPlacePodResourceResizing
condition InPlacePodResourceResizing用于表示VPA变配过程中的状态 。message中的version
为版本信息,message
为额外信息。
reason | message | 说明 |
ResizingInProgress | {"version":"%s","message":"%s"} | 接收到变配请求。 |
ResizingFailed | {"version":"%s","message":"timeout"} | 变配超时。 |
ResizingFailed | {"version":"%s","message":"vm hot modify failed | VM变配失败。 |
ResizingSucceeded | {"version":"%s","message":"%s"} | 变配成功。 |