learn-katacoda icon indicating copy to clipboard operation
learn-katacoda copied to clipboard

Linux Container Internals 2.0 - Lab 5: Container Orchestration - goodbad fails to build

Open j3mdamas opened this issue 3 years ago • 0 comments

In what katacoda scenario did this bug occur? Linux Container Internals 2.0 - Lab 5: Container Orchestration

At what step of the scenario did this happen? Step 4

Describe the bug The oc create -f ~/labs/goodbad/Build.yaml fails to create a build

Logs or error messages

$ oc logs goodbad-1-build
Error from server (BadRequest): container "docker-build" in pod "goodbad-1-build" is waiting to start: PodInitializing
$ oc get builds
NAME        TYPE      FROM      STATUS                       STARTED          DURATION
goodbad-1   Docker    Git       Failed (FetchSourceFailed)   16 minutes ago   3m39s

Log from the build:


Cloning "https://github.com/fatherlinux/container-internals-lab " ...
WARNING: timed out waiting for git server, will wait 1m4s
WARNING: timed out waiting for git server, will wait 4m16s
error: fatal: unable to access 'https://github.com/fatherlinux/container-internals-lab/':  Failed connect to github.com:443; Connection timed out

j3mdamas avatar Jan 11 '21 15:01 j3mdamas