-
Notifications
You must be signed in to change notification settings - Fork 52
Description
What would you like to be enhanced
: What would you like to be enhanced : MCI Creation Stability for Multi-CSP Deployments (Azure VM Provisioning Failure) (다중 CSP 조합 MCI 배포 시 Azure VM 프로비저닝 안정성 강화)
Why is this needed
: The issue is blocking the creation of MCIs, specifically when provisioning Azure VMs as part of a multi-CSP deployment configuration.
Problem: The VM Spec successfully passes the initial validation phase but subsequently fails during the actual VM creation (provisioning) phase.
Error Detail:
2025-11-24T13:46:20.819495613Z 1:46PM ERR src/core/resource/spec.go:367 > error="Get http://mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2: context deadline exceeded (Client.Timeout exceeded while awaiting headers) (from mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2)"
2025-11-24T13:46:20.819531365Z 1:46PM ERR src/core/infra/provisioning.go:2426 > Spec validation failed for Standard_B2als_v2 error="Get http://mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2: context deadline exceeded (Client.Timeout exceeded while awaiting headers) (from mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2)"
2025-11-24T13:46:20.819542608Z 1:46PM ERR src/core/infra/provisioning.go:2460 > Resource validation failures error="validation failed for VM 'g7': spec 'Standard_B2als_v2' is not available in connection 'azure-koreacentral': Get http://mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2: context deadline exceeded (Client.Timeout exceeded while awaiting headers) (from mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2)"
2025-11-24T13:46:20.819642624Z 1:46PM ERR src/core/infra/provisioning.go:2393 > error="validation failed for VM 'g7': spec 'Standard_B2als_v2' is not available in connection 'azure-koreacentral': Get http://mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2: context deadline exceeded (Client.Timeout exceeded while awaiting headers) (from mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2)"