fabric8 icon indicating copy to clipboard operation
fabric8 copied to clipboard

Fabric8 CD Template does not create fabric8-forge service account

Open Sutty100 opened this issue 7 years ago • 2 comments

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'

Sutty100 avatar Jul 22 '17 19:07 Sutty100

i'm experiencing the same problem. I have installed it via Helm on a minikube.

genadipost avatar Jul 28 '17 22:07 genadipost

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.

Getting below var_logs:

Mar 9 12:44:54 localhost localkube: I0309 12:44:54.605171 17194 event.go:218] Event(v1.ObjectReference{Kind:"ReplicaSet", Namespace:"necti12345", Name:"fabric8-forge-b7c99c879", UID:"780f086d-2369-11e8-93d7-5254003696d5", APIVersion:"extensions", ResourceVersion:"2212", FieldPath:""}): type: 'Warning' reason: 'FailedCreate' Error creating: pods "fabric8-forge-b7c99c879-" is forbidden: error looking up service account necti12345/fabric8: serviceaccount "fabric8" not found

priyaranjannec avatar Mar 09 '18 07:03 priyaranjannec