0

I have openshift origin with one master and two nodes.App deployment works fine if I deploy app on node where master is installed.But whenever I try to deploy app in second node it gives me error saying:

builder.go:204] Error: build error: timeout while waiting for remote repository

Could anyone please tell me what could be the issue?

I have already checked DNS setting to docker and docker containers can reach to internet.

Lucy
  • 23
  • 4
priyank
  • 857
  • 2
  • 18
  • 35
  • are you able to pull an image from dockerhub on your openshift environment? And what happens when you try to perform your build-command with an increased loglevel (oc new-build ... --loglevel=5) – lvthillo May 25 '16 at 12:55
  • Hi , even with increased log levels it gives same message: Error: build error: timeout while waiting for remote repository "https://github.com/priyanka5/openshiftexample" – priyank May 26 '16 at 05:45
  • @lorenzvth7 could you please help me with this ? I am struggling to find out the resolution. I am able to create app in first node but seeing this error message while building app in second node. – priyank May 27 '16 at 06:54
  • yes I can pull images from docker hub and also I am able to do "git clone" in openshift environment , but issue is when I create app on my second node of installation. any help would be appreciated. – priyank May 30 '16 at 06:06
  • @priyank have you found the solution, I installed openshift origin using ansible. I'm also getting the same error. Please post the answer if you found a solution. – Balakrishnan Jul 17 '16 at 06:33
  • @priyank https://github.com/openshift/origin/issues/9080 – Balakrishnan Jul 17 '16 at 06:44
  • @Balakrishnan sorry for late response, no the issue is not resolved yet. – priyank Jul 19 '16 at 09:52

0 Answers0