appsody / tekton-example

Example implementation of a tekton pipeline that deploys an Appsody project. This repo will be archived soon.
Apache License 2.0
11 stars 20 forks source link

For OCP, the storageClassName attribute is required. #29

Closed airazabal closed 4 years ago

airazabal commented 4 years ago

the sample okd-pv.yaml did not have this and the pipeline never starts since it can not bind to the PV. Here is mine that worked: apiVersion: v1 kind: PersistentVolume metadata: name: appsody-manual-pipeline-run2-pvc namespace: default spec: capacity: storage: 5Gi accessModes:

neeraj-laad commented 4 years ago

@EnriqueL8 Please can you check if this is now resolved as we have completely refactored the tekton example.

EnriqueL8 commented 4 years ago

Last time I ran this pipeline on OCP, I didn't need to add that storageClassName

neeraj-laad commented 4 years ago

@airazabal please can you provide more information on your environment setup, so we can try to reproduce this issue.

neeraj-laad commented 4 years ago

closing due to lack of information. Please reopen if this is still an issue.