fabric8-platform icon indicating copy to clipboard operation
fabric8-platform copied to clipboard

parameterise the storage class for the jenkins-mvn-local-repo pvc

Open jstrachan opened this issue 7 years ago • 1 comments

then folks can opt out of standard when installing on AWS

jstrachan avatar Sep 22 '17 09:09 jstrachan

@jstrachan I am installing fabric8 in Kubernetes cluster running in AWS through Helm. when install it for some reason jenkins-mvn-local-repo is stuck at pending

$kubectl get pvc

NAME                              STATUS    VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS   AGE

fabric8-docker-registry-storage   Bound     pvc-843b175f-0848-11e8-9418-0e65468eceea   5Gi        RWO            standard       23m

gogs-data                         Bound     pvc-843b7ced-0848-11e8-9418-0e65468eceea   1Gi        RWO            standard       23m

jenkins-jobs                      Bound     pvc-843c0352-0848-11e8-9418-0e65468eceea   1Gi        RWO            standard       23m

jenkins-mvn-local-repo            Pending                                                                        standard       23m
jenkins-workspace                 Bound     pvc-843dfd67-0848-11e8-9418-0e65468eceea   1Gi        RWO            standard       23m

nexus-storage                     Bound     pvc-843eeadc-0848-11e8-9418-0e65468eceea   1Gi        RWO            standard  23

All the other PVC's with RWO accessmode is bounded without any issue, but "jenkins-mvn-local-repo" is requesting for RWM mode.

I am new to this fabric8 + kubernetes platform. I may be doing something wrong. Is there any configurations that i may be missing.

Any help appreciated.

thanks in advance.

pravinarr avatar Feb 02 '18 19:02 pravinarr