eclipse-hono / hono

Eclipse Hono™ Project
https://eclipse.dev/hono
Eclipse Public License 2.0
453 stars 137 forks source link

Invalid PVC size #3513

Closed paulocabrita-ionos closed 1 year ago

paulocabrita-ionos commented 1 year ago

Hello.

I'm trying to install Hono with the default configuration using the IONOS Cloud without success.

I used the following command to do the install process:

helm install --dependency-update -n digitaltwin-iot eclipse-hono eclipse-iot/hono

And I have Dynamic Volume Provisioning by default but the device registry is always on a pending state. So I did some research and I found the following error:

image

It seems that the size of the storage for the device registry pod is too small and does not comply with the IONOS policy which minimum length is 1Gb.

Is it possible to increase the device registry pod storage size? I didn't find any parameter looking at Hono's chart. Any advice?

I think my issue is related to this one: https://github.com/eclipse-hono/hono/issues/1694

Thanks

sophokles73 commented 1 year ago

Please do not upload images of code/data/errors.

sophokles73 commented 1 year ago

Please create a corresponding issue in the Eclipse IoT Packages project, as this seems to be related to the Hono Helm chart, which is being maintained there ...

paulocabrita-ionos commented 1 year ago

Done.

Thanks.