fabric8io / fabric8-console

Angular 1.x console for fabric8
28 stars 27 forks source link

running cd-pipeline from the console Run.. UI never seems to create 2 PVCs for jenkins-jobs and nexus-storage #224

Closed jstrachan closed 8 years ago

jstrachan commented 8 years ago

So from the latest gofabric8:

gofabric8 start --minishift --console

then in the console run cd-pipeline.

I always get spinning circles for the creation of jenkins-jobs and nexus-storage - yet all other resources are created OK (apart from Secret gogs-https-admin which is already there).

Don't see any logs in the console or failed network requests. These 2 PVCs seem to get ignored by the code completely - wacky!!! :)

gashcrumb commented 8 years ago

Why do I feel like I fixed this once already? Lemme give it a go here...

gashcrumb commented 8 years ago

BTW this on minishift or minikube?

jstrachan commented 8 years ago

I was kinda confused why exactly 2 of the 4 PVCs had this issue - and always those 2. When all other resources work prefectly :)

This is minishift (the clue is the gofabric8 start --minishift --console) ;)

gashcrumb commented 8 years ago

doh, k :-)

gashcrumb commented 8 years ago

Interesting, yeah must be some other bug in how the code is applying those...

gashcrumb commented 8 years ago

As it turns out, the console was applying all the objects in a tight loop which I was originally trying to avoid. Fixed that and I think it works fine now.

jstrachan commented 8 years ago

awesome thanks!