k8s集成网络问题

  • Choerodon平台版本: 0.6.0

  • 遇到问题的执行步骤:

  • 文档地址:

  • 环境信息(如:节点信息):
    阿里云 托管版的k8s,只需创建工作节点即可开展业务,管理节点完全由 ACK 托管

  • 报错日志:
    $ docker_build

Error response from daemon: Get https://registry.yxkj.55if.com:32506/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

ERROR: Job failed: command terminated with exit code 1

  • 原因分析:
    registry.yxkj.55if.com:32506,外网访问可以通, 但是在CI新起的pod中访问不了。
    经排查,发现和nginx-ingress-lb 在同一宿主机上的服务通过域名可以访问,和nginx-ingress-lb不在同一宿主机通过域名访问不成功

  • 疑问:
    k8s的nginx-ingress-lb代理需要配置什么吗?

请说明一下你是如何修改 harbor的网络的

我现在完全按照安装文档来安装的,还是会提示这个错误
Error response from daemon: Get https://registry.yxkj.55if.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Error response from daemon: Get https://registry.yxkj.55if.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

registry.yxkj.55if.com 443 这个地址本机是可以连接上的,登录到k8s的三个宿主机,telnet 发现有两台机子443端口不通,ping是通的