harbor双主架构同步镜像出错

纵然是瞬间 提交于 2020-09-28 18:08:22

1.harbor双主架构同步镜像失败
错误信息如下:
2020-08-26T07:46:58Z [INFO] initialization completed: repository: library/alpine, tags: [latest], source registry: URL-http://192.168.126.137 insecure-true, destination registry: URL-http://192.168.126.134 insecure-true
2020-08-26T07:46:59Z [ERROR] [job_logger.go:81]: failed to get project library from source registry: Get http://192.168.126.137/api/projects?name=library: dial tcp 192.168.126.137:80: getsockopt: no route to host
原因:怀疑是防火墙原因导致
解决方案:
1)停止dockers服务 systemctl stop docker
2)开始刷新iptables规则
iptables --flush
iptables -tnat --flush
3)然后再启动服务 systemctl start docker
此时问题解决!










易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!