Closed jstrachan closed 8 years ago
Why do I feel like I fixed this once already? Lemme give it a go here...
BTW this on minishift or minikube?
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) ;)
doh, k :-)
Interesting, yeah must be some other bug in how the code is applying those...
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.
awesome thanks!
So from the latest gofabric8:
then in the console run
cd-pipeline
.I always get spinning circles for the creation of
jenkins-jobs
andnexus-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!!! :)