learn-katacoda
learn-katacoda copied to clipboard
Linux Container Internals 2.0 - Lab 5: Container Orchestration - goodbad fails to build
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