mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
fix awsStandardDNSSuffix
This commit is contained in:
parent
be7c0bdce2
commit
65bed1d982
@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
const awsChinaRegionPrefix = "cn-"
|
||||
const awsStandardDNSSuffix = "amazon.com"
|
||||
const awsStandardDNSSuffix = "amazonaws.com"
|
||||
const awsChinaDNSSuffix = "amazonaws.com.cn"
|
||||
const registryURLTemplate = "*.dkr.ecr.%s.%s"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user