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
I am using helm in the tutorial document to deploy magda, but the following problem keeps appearing: ready.go:284: [debug] PersistentVolumeClaim is not bound: magda/magda-minio,
The kubernetes version used is the latest: 1.29.3. Is this related to the version? I checked pv and pvc and they are normal, I can't determine what the error is.
The text was updated successfully, but these errors were encountered:
More detailed error message: no persistent volumes available for this claim and no storage class is set
I directly used the helm repository of the container image to build it. I don’t know how to change this error.
Not sure your cluster config. You can list all storage class to see if any one is set to default?
If not, you might want to set one storage class to default?
Alternatively, you can specify the storage class via config magda.magda-core.storage-api.minio.persistence.storageClass
I am using helm in the tutorial document to deploy magda, but the following problem keeps appearing:
ready.go:284: [debug] PersistentVolumeClaim is not bound: magda/magda-minio
,The kubernetes version used is the latest: 1.29.3. Is this related to the version? I checked pv and pvc and they are normal, I can't determine what the error is.
The text was updated successfully, but these errors were encountered: