feat(eci): 新增 ap-southeast-1 区域支持
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 30s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
zyh320888
2026-04-17 01:22:27 +00:00
parent 856a912a05
commit fc0bb12367

1
eci.go
View File

@@ -74,6 +74,7 @@ var validEciRegions = []string{
"cn-shanghai",
"cn-beijing",
"us-west-1",
"ap-southeast-1",
}
// isValidECIRegion checks to make sure we're using a valid ECI region