You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pvc:
## @param pvc.enabled Specify whether to use persistentVolumeClaim or EmptyDir storageenabled: true## @param pvc.annotations [object] Annotations to add to the persistentVolumeClaimannotations: {}## @param pvc.storage Storage size to request for the persistentVolumeClaimstorage: 5Gi## @param pvc.accessModes Access mode for the persistentVolumeClaim. See: [Access Modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)accessModes:
- ReadWriteOnce## @param pvc.selector [object] Selector for the persistentVolumeClaim. See: [Selector](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)selector: {}## @param pvc.storageClassName [string, nullable] The name of the StorageClass for the persistentVolumeClaim. See: [Class](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)# storageClassName:storageClassName: "managed-csi"
and cryostat does not start, issue is with cryostat-db container -
Sorry, actually the bug that my colleague spotted last week was in the downstream equivalent container build, which works a bit differently from the upstream one. The root cause is therefore different and isn't actually the same bug, it's just that both manifest as '/var/lib/pgsql/data/userdata': Permission denied.
For this case, maybe it has to do with the security context and fsGroup of the container?
Current Behavior
I added pvc with following settings
and cryostat does not start, issue is with
cryostat-db
container -in the deployment
and in cryostat-db container
I believe some file ownership should be changed ?
Expected Behavior
Cryostat start succesfully
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: