magda-io / magda-brown-bag

This repo is prepared for the Magda brownbag / hands-on session for interested people to explore more.
2 stars 1 forks source link

Deployment of Magda using kubernetes fails #2

Open svwhcx opened 2 months ago

svwhcx commented 2 months ago

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.

svwhcx commented 2 months ago

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.