mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
Update warning message
This commit is contained in:
parent
c623580ddf
commit
c01c7fe936
@ -885,7 +885,7 @@ func canonicalHostedZone(hostname string) string {
|
|||||||
if strings.HasSuffix(hostname, ".amazonaws.com") {
|
if strings.HasSuffix(hostname, ".amazonaws.com") {
|
||||||
// hostname is an AWS hostname, but could not find canonical hosted zone.
|
// hostname is an AWS hostname, but could not find canonical hosted zone.
|
||||||
// This could mean that a new region has been added but is not supported yet.
|
// This could mean that a new region has been added but is not supported yet.
|
||||||
log.Warnf("Could not find canonical hosted zone for domain %s.", hostname)
|
log.Warnf("Could not find canonical hosted zone for domain %s. This may be because your region is not supported yet.", hostname)
|
||||||
}
|
}
|
||||||
|
|
||||||
return ""
|
return ""
|
||||||
|
Loading…
Reference in New Issue
Block a user