このトピックでは、Elastic Container Instance (ECI) のイベントについて説明します。これには、ECI インスタンスのイベント、イメージキャッシュのイベント、その他のリソース関連イベント、およびシステム O&M イベントが含まれます。
カスタムイベントの取得
API
-
コンテナグループのイベントをクエリするには、DescribeContainerGroupEvents OpenAPI オペレーションを呼び出します。
-
呼び出しが成功したら、ページ右側の結果を確認します。
-
次のサンプルコードは、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 API バージョン (apiVersion)、リソースタイプ (kind)、リソース名 (name)、名前空間 (namespace)、およびリソース ID (uid) が含まれます。 -
message:イベントメッセージ。例:Out of memory。 -
reason:イベントの理由。例:OOMKilled。 -
type:イベントタイプ。有効な値はNormalまたはWarningです。
-
-
コンソール
-
Elastic Container Instance コンソールにログインし、対象のコンテナグループの ID をクリックします。
-
コンテナグループのイベントを表示するには、[イベント] タブをクリックします。
-
次の例は、理由が OOMKilled のシステムイベントを示しています。
コンテナグループの詳細ページで、[イベント] タブをクリックします。タブ上のバッジはイベントの数を示します。イベントリストには、説明が
Out of memoryの Warning タイプのイベントがあります。これは、メモリ不足のためにコンテナが終了したことを示します。また、説明がBack-off restarting failed containerのイベントも見つかります。これは、コンテナの再起動に失敗したことを示します。 -
[イベント] タブの主要なフィールドは次のとおりです。
-
イベント名:例:
container-group-1756*****1311.1861*****6a400。 -
タイプ:イベントタイプ。有効な値は
NormalまたはWarningです。 -
説明:イベントの理由とイベントメッセージ。例:
Out of memory。 -
開始時刻:例:
2025-**-** 15:51:06。 -
終了時刻:例:
2025-**-** 15:51:06。
-
-
ECI インスタンス (ContainerGroup) のイベント
|
理由 |
タイプ |
メッセージ |
説明 |
|
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 |
ECI creation failed because the current zone is closed or limited and has no active instances. %s |
現在のゾーンが利用できないため、ECI インスタンスの作成に失敗しました。別のゾーンでインスタンスを作成してみてください。 |
|
FailedScheduling |
Warning |
An unknown error occurred. |
不明なエラーにより、ECI インスタンスの作成に失敗しました。チケットを起票してください。 |
|
FailedScheduling |
Warning |
Scheduling the ECI instance failed: %s |
ECI インスタンスのスケジューリングに失敗しました。もう一度お試しください。 |
|
UnknownError |
Warning |
The ECI service is under heavy load. Please try again later. |
ECI サービスは高負荷状態です。後でもう一度 ECI インスタンスの作成をお試しください。 |
|
DiskCapacityQuotaFull |
Warning |
You have exceeded your disk capacity quota. |
ディスク容量のクォータを超えました。クォータセンターに移動して、クォータの引き上げを申請してください。 |
|
DiskCapacityQuotaFull |
Warning |
You have exceeded your disk capacity quota in [%s]. |
ディスク容量のクォータを超えました。クォータセンターに移動して、クォータの引き上げを申請してください。 |
|
AttachDiskFailed |
Warning |
Failed to attach disk %s. |
ディスクのアタッチに失敗しました。 |
|
UnknownError |
Warning |
An unknown error occurred for %s |
不明なエラーが発生しました。チケットを起票してください。 |
|
CpuOptionsNotSupported |
Warning |
The specified CPU options are not supported for the instance type [%s] in the current region. |
現在のリージョンでは、指定された ECI インスタンスタイプでカスタム CPU オプションはサポートされていません。 |
|
CpuOptionsNotValid |
Warning |
The specified CPU options are not valid for the instance type [%s]. |
指定された ECI インスタンスタイプに対して、カスタム CPU オプションは無効です。 |
|
SYSTEM_FAILURE |
Warning |
The ContainerGroup failed due to a temporary host failure. |
システム障害により、ECI インスタンスの作成に失敗しました。 |
|
SystemFailureReboot |
Warning |
The specified ContainerGroup is restarting. |
ECI インスタンスは再起動中です。 |
|
StartingFailed |
Warning |
The ECI instance failed to start: %s |
ECI インスタンスの起動に失敗しました。 |
|
SystemReboot |
Warning |
We recommend that you re-create this instance within 48 hours due to %s. Otherwise, the pod will be forced to restart. |
システムメンテナンスのため、インスタンスは再起動中です。48 時間以内にインスタンスを再作成することを推奨します。 |
|
Throttling |
Warning |
The request was denied due to traffic shaping. Please wait and try again later. |
トラフィックシェーピングのため、リクエストは拒否されました。しばらく待ってから、もう一度操作をお試しください。 |
|
Throttling |
Warning |
The request was denied due to traffic shaping. 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 |
The spot ECI instance will be released in %s minutes. |
スポット ECI インスタンスはまもなくリリースされます。アプリケーションが中断を処理できることを確認してください。 |
|
CreateBackoff |
Warning |
%s |
ECI インスタンスの作成に失敗しました。 |
|
QuotaExceeded |
Warning |
The quota for ECI instance type %s or vCPUs has been exceeded. |
指定された ECI インスタンスタイプまたは vCPU 数のクォータを超えました。 |
|
ParamLengthExceed |
Warning |
The input parameter [%s] exceeds the length limit and will not be stored in the metadata. |
入力パラメーターが長さ制限を超えているため、メタデータには保存されません。 |
|
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 limit for job instance: %s |
エフェメラルストレージのサイズがインスタンスの制限を超えています。 |
|
MultiZoneRecommendations |
Normal |
%s |
マルチゾーン機能の使用を推奨します。 |
|
AutoInstanceTypeMatch |
Normal |
The best-matching instance type for the current ECI instance is %s. |
システムは、リソース要件に一致する標準の ECI インスタンスタイプをマッチングしました。 |
|
MemoryReservationAdded |
Normal |
Memory reservation was added to the current ECI instance for required system components. |
システムコンポーネントのメモリオーバーヘッドが ECI インスタンスに追加されました。 |
|
UserInstanceTypeSpec |
Normal |
The user-specified instance type for the current ECI instance is %s. |
ECI インスタンスのインスタンスタイプを指定しました。 |
|
DefaultInstanceTypeMatch |
Normal |
The default instance type used for the current ECI instance is %s. |
ECI インスタンスはデフォルトのインスタンスタイプを使用します。 |
|
StopCharge |
Normal |
Billing for the current ECI instance has stopped, but related resources are still being cleaned up. |
現在の ECI インスタンスの課金は停止しましたが、関連リソースはまだクリーンアップ中です。 |
ImageCache イベント
|
イベント名 (理由) |
イベントタイプ (タイプ) |
イベントメッセージ (メッセージ) |
説明 |
|
ImageCacheNotFound |
Warning |
The specified image cache %s does not exist |
指定された ImageCache は存在しません。ImageCache をクエリして既存のものを探してください。 |
|
ImageCacheMissed |
Warning |
Missed image cache |
一致する ImageCache が見つかりませんでした。最初に ImageCache を作成してください。 |
|
ImageCacheAutoCreated |
Normal |
Image cache %s was automatically created |
一致する、または完全に一致する ImageCache が見つかりませんでした。システムが自動的に作成します。 |
|
ImageCacheAutoEliminated |
Warning |
Image cache %s was automatically eliminated |
自動作成中に ImageCache のクォータ制限に達しました。システムは、最近最も使用されていない (LRU) ポリシーに基づいて ImageCache を自動的に削除します。 |
|
ImageCacheCapacityUtilization |
Normal |
Total capacity utilization of current CacheDisk is %sGB / %sGB |
作成後に ImageCache が消費したストレージ容量を報告します。 |
|
ImageCacheAutoCreateFailed |
Warning |
Automatic creation of image cache %s failed |
システムは ImageCache の自動作成に失敗しました。もう一度試すか、手動で ImageCache を作成してください。 |
|
ImageCacheFlashCreatedFailed |
Warning |
Failed to create the flash image cache. A standard image cache will be created instead. |
高速イメージキャッシュ (ローカルスナップショットに対応) の作成に失敗しました。代わりに標準イメージキャッシュが作成されます。 |
|
ImageCacheCopyFailed |
Warning |
Image cache copy failed, but %s of its %s replicas are still available |
必要なすべてのスナップショットレプリカの作成に失敗しました。正常に作成されたレプリカは引き続き利用可能です。 |
|
ImageCacheFlashFinished |
Normal |
The flash image cache was created successfully. A standard image cache will now be created. |
高速イメージキャッシュ (ローカルスナップショットに対応) が作成されました。これから標準イメージキャッシュが作成されます。 |
|
ImageCacheFlashUsedFailed |
Warning |
Flash image caches can be used only in zones that support ESSD, but the current zone is %s |
高速イメージキャッシュ (ローカルスナップショットに対応) には ESSD が必要です。高速イメージキャッシュは、ESSD をサポートするゾーンでのみ作成できます。 |
|
ImageCacheFlashReplacedFailed |
Warning |
Failed to create the standard image cache. The flash image cache %s will not be deleted. |
高速イメージキャッシュは作成されましたが、標準イメージキャッシュの作成に失敗しました。システムは高速イメージキャッシュのローカルスナップショットを保持します。 |
|
ImageCacheFlashReplacedSuccess |
Warning |
Flash image cache [%s] was replaced successfully |
高速イメージキャッシュに対応するローカルスナップショットは、期待どおりに削除されました。 |
|
ImageCacheCreate |
Normal |
Snapshot [%s] for the image cache has been created and is awaiting completion. |
システムは ImageCache の作成を開始しました。使用する前に作成が完了するまでお待ちください。 |
|
ImageCacheCopyFinished |
Normal |
Replica [%s] of the image cache was created successfully. |
複数のスナップショットレプリカが正常に作成されました。 |
|
ImageCacheFinished |
Normal |
Image cache [%s] was created successfully. |
ImageCache が作成され、使用準備が整いました。 |
|
ImageCacheUpdateFinished |
Normal |
Image cache [%s] was updated successfully. |
ImageCache が更新され、使用準備が整いました。 |
|
ImageCacheUpdateFailed |
Warning |
Image cache [%s] update failed, but the old resource is still available |
ImageCache の更新に失敗しましたが、元の ImageCache は引き続き利用可能です。もう一度更新をお試しください。 |
|
ImageCacheUnknownError |
Warning |
An unknown error occurred while handling the image cache for %s |
ImageCache の処理中に不明なエラーが発生しました。問題を特定するためにチケットを起票してください。 |
|
SuccessfulHitImageCache |
Normal |
Successfully hit image cache %s |
一致する ImageCache が見つかりました。 |
|
ImageCacheNotComplete |
Normal |
Creation of the specified image cache %s is not yet complete. | イメージキャッシュが作成されていません。使用する前に、イメージキャッシュが Ready 状態になっていることを確認してください。 |
|
ImageCacheArchNotMatch |
Warning |
The architecture of image cache %s does not match the architecture of %s. |
ImageCache のアーキテクチャが ECI インスタンスのアーキテクチャと一致しません。 |
|
ImageCacheEliminated |
Warning |
The current image cache was eliminated. |
使用中の ImageCache は削除されました。別の ImageCache を使用してみてください。 |
|
ImageCacheNotFullMatch |
Warning |
Image cache %s is not a full match; a new image cache is required. |
ImageCache が完全一致しないため、新しい ImageCache が必要です。 |
|
ImageCacheNotSuited |
Warning |
The ImageCache is not compatible with the current ECI instance; acceleration mode %s will be used instead. |
ImageCache は現在のアクセラレーションモードと互換性がありません。 |
|
ImageCacheConflict |
Warning |
A duplicate ImageCache [%s] is being created. |
重複した ImageCache が作成されています。既存の作成プロセスが完了するまでお待ちください。 |
|
ImageCacheQuotaFull |
Warning |
%s |
ImageCache のクォータ制限に達しました。 |
データキャッシュイベント
|
理由 |
タイプ |
メッセージ |
説明 |
|
DataCacheProxyCreateFailed |
Warning |
The data cache proxy for %s failed to create. |
データキャッシュプロキシの作成に失敗しました。構成を確認してください。 |
|
DataCacheSourceIllegal |
Warning |
The data cache source is invalid or unreachable in your network. |
データキャッシュソースが無効であるか、ネットワークの問題で到達不能です。構成を確認してください。 |
|
DataCacheJobCreateFailed |
Warning |
The data cache job for %s failed to create. |
データキャッシュジョブの作成に失敗しました。構成を確認してください。 |
|
DataCacheJobStartFailed |
Warning |
The data cache job failed to start. For details, see the job events. |
データキャッシュジョブの開始に失敗しました。詳細については、データキャッシュ作成時に作成された一時インスタンスのイベントを確認してください。 |
|
DataCacheLoadFailed |
Warning |
An error occurred while loading the data cache. For details, see the job log. |
データキャッシュの読み込み中にエラーが発生しました。詳細については、データキャッシュ作成時に作成された一時インスタンスのログを確認してください。 |
仮想ノードイベント
|
理由 |
タイプ |
メッセージ |
説明 |
|
CreateEciForVnode |
Normal |
Create ECI %s for virtual node |
仮想ノード用の ECI インスタンスを作成します。 |
|
CreateVnodeSuccess |
Normal |
Create virtual node success |
仮想ノードの作成に成功しました。 |
|
CreateVnodeFailed |
Warning |
Create virtual node failed |
仮想ノードの作成に失敗しました。 |
|
VnodePullImageFailed |
Warning |
Virtual node pull image failed |
仮想ノードのイメージのプルに失敗しました。 |
その他のリソース関連イベント
|
リソースモジュール |
イベント名 (理由) |
イベントタイプ (タイプ) |
イベントメッセージ (メッセージ) |
説明 |
|
RAM ロール |
Unauthorized |
Warning |
No permission granted to ECI service account for %s |
アカウントには ECI リソースを管理するために必要な権限がありません。アカウントに ECI のサービスリンクロールがあることを確認してください。RAM ユーザーを使用している場合は、RAM ロールが適切に承認されていることを確認してください。詳細については、「RAM ユーザーへの権限付与」をご参照ください。 |
|
vSwitch |
ResourceInsufficient |
Warning |
The maximum number of IP addresses in the vSwitch %s is exceeded |
vSwitch に使用可能な IP アドレスがありません。別の vSwitch を使用してください。 |
|
セキュリティグループ |
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 |
伸縮自在な IP アドレス (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 |
Simple Log Service (SLS) のリソースクォータを超えました。クォータの引き上げを申請するには、チケットを起票してください。 |
|
AliyunSlsError |
Warning |
%s |
SLS エラーが発生しました。 |
|
|
AliyunSlsProjectInvalid |
Warning |
%s |
指定された SLS プロジェクトは無効です。 |
|
|
AliyunSlsConfigFormatError |
Warning |
SLS config %s value %s is invalid |
SLS 構成パラメーターが無効です。 |
システム O&M イベント
|
イベント名 |
メッセージ |
説明 |
|
SandboxNotReady |
Critical error detected on Host OS |
アクティブな O&M のため、インスタンスは再起動されました。 |
|
SandboxNotReadyUnExpected |
Unexpected error occurred on underlying infrastructure |
予期しない障害のため、インスタンスは再起動されました。 |
|
SandboxRebootCanceled |
The restart of the current instance has been canceled. |
再起動はキャンセルされました。 |
|
SandboxRebootSucceeded |
The current instance has been restarted successfully. |
再起動は成功しました。 |
|
ScheduledMaintenance |
{"originReason":"Redeploy","originMessage":"Redeploy","planExecTime":"2019-03-12T09:00:00.000+08:00"} |
スケジュールされたメンテナンスイベント。 重要
メッセージは 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 エラーが発生しました。これはカーネルクラッシュではありません。OOM のターゲットは、ECI システムコンポーネントまたはコンテナプロセスである可能性があります。 |
|
DiskFull |
Insufficient disk space for the ECI instance. |
ディスク領域がいっぱいです。 |
|
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 loss detected. |
GPU カードが失われました。このエラーは自動的に解決できません。Pod を再作成してください。 |