minio,hostname

  • Choerodon平台版本: 0.22.0

  • 遇到问题

io.choerodon.core.exception.CommonException: error.cut.and.upload.image
Caused by: io.choerodon.core.exception.CommonException: hfle.error.file.upload
Caused by: java.net.UnknownHostException: minio.192.168.20.144.nip.io: Temporary failure in name resolution
at java.net.InetAddress$2.lookupAllHostAddr(Unknown Source) ~[na:1.8.0_242]
at java.net.InetAddress.getAddressesFromNameService(Unknown Source) ~[na:1.8.0_242]
at java.net.InetAddress.getAllByName0(Unknown Source) ~[na:1.8.0_242]
at java.net.InetAddress.getAllByName(Unknown Source) ~[na:1.8.0_242]
at java.net.InetAddress.getAllByName(Unknown Source) ~[na:1.8.0_242]
at okhttp3.Dns$1.lookup(Dns.java:39) ~[okhttp-3.8.1.jar!/:na]

你好,可测试一下该服务的pod是否能够通过 minio.192.168.20.144.nip.io 访问到minio

ip link set dev docker0 down 解决了,但不知道为什么。