fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

Can't create a new executable team #6378

Open Jimhub214 opened 7 years ago

Jimhub214 commented 7 years ago

Hi all,

I have tried to create a new team with cd-pipeline but all the pods within cd-pipleline are not failed during the deployment.

env. Fabric8 has been installed via "Fabric8 Installer" on lubuntu 14.04

Step to create a new team 1) click "+ Create Team" button on the right top side. 2) create using "New Namespace" on the page 1 3) skip page 2 4) click "Run CD Pipleline" now Button on the page 3

Fabric8 created automatically following pods

But unfortunately all the pods were failed during deployment. Error message by Persistent volume claim: for gogs `kind: Status apiVersion: v1 metadata: {} status: Failure message: >- PersistentVolumeClaim "gogs-data" is invalid: metadata.namespace: Required value reason: Invalid details: name: gogs-data kind: PersistentVolumeClaim causes:

and so on.

![Uploading image.png…]()

DjangoFR commented 7 years ago

+1

jstrachan commented 7 years ago

this is an issue with not having dynamic Persistent Volumes available on many kubernetes installations (e.g. in minikube).

for now its better to install fabric8 via gofabric8 start as per http://fabric8.io/guide/getStarted/gofabric8.html