skypilot-org/skypilot

New Azure cloud bucket (container) created in different region from cluster

已关闭

#8,504 创建于 2026年1月7日

 (5 条评论) (0 个反应) (0 位负责人)Python (311 个派生)batch import
good first issuegood starter issues

仓库指标

星标
 (4,859 个星标)
PR 合并指标
 (平均合并 2天 23小时) (30 天内合并 146 个 PR)

描述

With skypilot 0.11.1 The following minimal config creates a VM in azure/westus2, but surprisingly creates a bucket/"container" in eastus with "Geo-redundant storage (GRS)" in westus.

I expected that the default would be to create the bucket in the same region as the VM for efficiency and reduced transfer costs, perhaps using just the Locally-redundant storage (LRS) option.

resources:
  infra: azure/westus2
  autostop:
    idle_minutes: 10
    down: false  # just stop don't delete.

file_mounts:
  /outputs:
    name: dshydro-skypilot-output
    store: azure
    persistent: True
    mode: MOUNT_CACHED

Our current workaround is to create the bucket in advance through other means...

贡献者指南