0

そのため、Buildah を使用してイメージを構築し、それを ACR (Azure コンテナー レジストリ) にプッシュしましたが、AZ cli、ポータル、terraform、ACI (Azure コンテナー インスタンス) へのデプロイを試みる方法はどれも、30 分後に失敗します。タイムアウト。ACI が正常に作成され、イメージが ACR から正常にプッシュおよびプルされ、podman を使用してイメージがローカルで実行されます。イメージからコンテナーを作成しようとすると、ACI がハングします。

エラー表示

Deployment to resource group '<my-resource-group>' failed.
Additional details from the underlying API that might be helpful: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details

生のエラー

 {
  "code": "DeploymentFailed",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
  "details": [
    {
      "message": "Subscription deployment didn't reach a successful provisioning state after '00:30:00'."
    }
  ]
}

何が問題になる可能性があるかについて何か提案はありますか?

4

1 に答える 1