kadalu icon indicating copy to clipboard operation
kadalu copied to clipboard

A lightweight Persistent storage solution for Kubernetes / OpenShift / Nomad using GlusterFS in background. More information at https://kadalu.tech

Results 138 kadalu issues
Sort by recently updated
recently updated
newest added

* Code refactored for easy maintenance. * Changed Hosting Volume to Pool * New Pool class provides all the required abstractions for Pool management. * New Class PV provides all...

Hello dear community! 1. `Kadalu` installed via `Helm` (`operator` + `csi-nodeplugin`) 2. Connected to external `GlusterFS` (via `KadaluStorage`) 3. No significant metrics are available (especially about `PVC` usage) Kubernetes version:...

**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Checklist** - [ ] Documentation added - [ ]...

Kadalu uses 'simple-quota', which has all the knobs to fix any wrongly calculated information. But considering it involves few steps, its better to provide a script, which can just take...

bug
wontfix

**Describe the bug** When the operator is running on a cluster with nodes that are frequently rotated, the operator goes into a state of high CPU usage the first time...

**Describe the bug** Replica3 does not work as I the pool will not be scheduled to the master (toleration seems not to work) and will not be applied to the...

documentation
enhancement
wontfix

Notes from general observation and usage of github actions upto now: 1. Use a specific ubuntu version rather than latest 2. Refer the tools pre-installed in that runner, for ex:...

good first task

**Describe the bug** I've created a 5GB PVC, using a dispersed volume: ``` [deon@a-1-1 arch]$ kubectl describe pvc gfs-ec-5 Name: gfs-ec-5 Namespace: default StorageClass: kadalu.gfs-ec Status: Bound Volume: pvc-eabe3fe6-e5a4-46d2-8262-9a928b7ac78a Labels:...

**Describe the bug** Apparently, the csi-external-attacher sidecar is not used by Kadalu (see https://github.com/kadalu/kadalu/pull/848#discussion_r913323770). However, it is running as a sidecar: https://github.com/kadalu/kadalu/blob/devel/templates/csi.yaml.j2#L224 **To Reproduce** Deploy Kadalu ... See https://github.com/kadalu/kadalu/blob/devel/templates/csi.yaml.j2#L224 **Expected...

wontfix