kubero-dev / kubero-dev/kubero
no persistent volumes available for this claim and no storage class is set when installing kubero ui
@mms-gianni is already working on this.
Since Sep 19, 2025.
- Dominant language
- TypeScript
- Stars
- 4.4k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
Which component(s) is affected?
Kubero UI
Describe the bug
when installing the kubero ui the PVC (persistent volume claim) with name kubero-data keeps failing with error no persistent volumes available for this claim and no storage class is set
when i checked the pvc i found the storage class is empty, and when i checked the k8s template here https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/config/samples/application_v1alpha1_kubero.yaml i found storageClass empty
i have the default storage class in my cluster set to hetzner, but it is not picked up by the PVC
Steps to reproduce
run kubero install in local or remote cluster
Expected behavior
the kubero-data pvc should bind the volume without a problem
Screenshots
No response
Additional information
No response
Debug information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.