在主机上docker login可以登录

$ docker login  core.bacn.top
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

在kubesphere上添加密钥报如下错误
{
“message”: “Get https://core.bacn.top/v2/: dial tcp: lookup core.bacn.top on 169.254.25.10:53: no such host”
}
主机上添加hosts就可以让这个域名解析到192.168.1.2,为什么kubesphere上是到了169这个ip

这该怎么处理

2 个月 后