fabric8io/fabric8

Can't deploy on Google GKE due to invalid accessmode

schrom opened this issue · 1 comments

fabric8-platform-2.4.24
GKE 1.10.2-gke.3

Documentation claims that a standard storage of type pd-storage is sufficient. But this kind of storage does not support access mode ReadWriteMany which is demanded by volume claim "jenkins-mvn-local-repo".

So deployment of fabric8 to a standard GKE fails with

message: "Failed to provision volume with StorageClass "standard": invalid AccessModes [ReadWriteMany]: only AccessModes [ReadWriteOnce ReadOnlyMany] are supported"

Deployment of fabric8 was done via helm ("helm install fabric8/fabric8-platform").

The community fabric8-platform project is not being maintained anymore, there's a request to document this on the website #7065.

Also for more details there's this issue fabric8io/gofabric8#380 (comment)