bcgov / TheOrgBook

A public repository of verifiable claims about organizations. A key component of the Verifiable Organization Network.
http://von.pathfinder.gov.bc.ca
Apache License 2.0
78 stars 66 forks source link

storageclass.storage.k8s.io "gluster-file"/"gluster-file-db" not found #789

Closed kenhuang closed 5 years ago

kenhuang commented 5 years ago

Getting backup-pvc wallet-db postgresql storage pending due to these errors, is there any info on how to fix this issue?

storageclass.storage.k8s.io "gluster-file" not found
storageclass.storage.k8s.io "gluster-file-db" not found

Screen Shot 2019-05-02 at 9 46 47 AM Screen Shot 2019-05-02 at 9 41 20 AM Screen Shot 2019-05-02 at 9 41 08 AM

WadeBarnes commented 5 years ago

@kenhuang, The gluster-* storage classes are unique to our BC hosting environment. You should be able to update your .param files to use a blank storage class. If that does not work, you can removed the line containing the storageClass reference from the template.

kenhuang commented 5 years ago

thanks! confirm it is work now:)

WadeBarnes commented 5 years ago

Closing as resolved.