fabric8
fabric8 copied to clipboard
Fabric8 CD Template does not create fabric8-forge service account
When I create a new team and try and setup CI/CD I am unable to create a new application because the CI/CD platform is never marked as ready this is because the fabric8-forge pod will not start and errors:
Error creating: pods "fabric8-forge-2922195146-" is forbidden: service account testing/fabric8 was not found, retry after the service account is created
The template for CD does not however create a service account for fabric8-forge.
I am running Version: 1.0.73 of Fabric8 console which has been created locally on OS X using gofabric8:
gofabric8, version 0.4.133 (branch: 'unknown', revision: 'homebrew') build date: '20170629-14:16:14' go version: '1.8.3'
i'm experiencing the same problem. I have installed it via Helm on a minikube.
I am facing the same issue. I have installed fabric8 using minikube. Microservice based application is creating successfully using default team/namespace. But whenever creating microservice applications using a newly created team, CD pipeline hangs for infinite time.