-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build does not proceed, waits for ever #124
Comments
all your builds remain in "pending"? Can you run an "oc describe" on the build pod and the build and report the results? "oc get pods -o yaml" would also be helpful. |
oc describe builds
Status: Pending Strategy: Source Build trigger cause: Build configuration change Events: 1m 1m 1 {default-scheduler } Normal Scheduled Successfully assigned an-app-1-build to localhost |
paging @csrwng |
(fyi this is really an openshift/origin issue, not a nodejs example issue, so next time consider opening the issue there) |
Thanks. |
@ht512512 if you are using cluster up to start your cluster, try with --version=v1.5.0 |
@csrwng Thanks. With --version=v1.5.0 the build fails with unable to clone the app. Seems like origin is not able to network out (Could not resolve host error in the log) |
@csrwng, In monitoring, I see an event with the following error, " kubelet does not have ClusterDNS IP configured and cannot create Pod using "ClusterFirst" policy. Falling back to DNSDefault policy. " |
@ht512512 do you by any chance a firewall running? |
It sounds like this is an issue with pod networking and not necessarily the nodejs example. |
OS: Ubuntu 16.04
Installed 'oc' and did oc cluster up
Connected to the Web Console
In my-project, created an app ("an-app") using 'https://github.com/openshift/nodejs-ex.git' (actually just clicked try-it button that fills this in).
It started build 1 that did not do anything (just the spinning icon). Canceled after 40 min. Tried again. Same fate for build 2.
Builds
an-app Build #2 is pending created 4 minutes ago
Build #1 was cancelled created an hour ago
Not sure if any other config is required!
The text was updated successfully, but these errors were encountered: