-
Global option to customize the Port allocation range.
```console
kadalu config PROD storage-unit-port-start 5001
kadalu config PROD storage-unit-port-end 5100
```
Take `start + 100` if the `s…
-
**Describe the bug**
By any chance if kadalu-provisioner gets restarted then all the application having GlusterFS mount will start displaying `TransportENdpoint is not connected` even after kadalu-pr…
-
**Describe the bug**
Volume creation fails after creating fresh gluster-volume and launching kadalu controller and nodeplugin.
**To Reproduce**
Steps to reproduce the behavior:
1. Fresh Nomad, …
-
Kadalu Storage pools are equivalent to Gluster Volumes. In external mode, the storage pool (Gluster volume or Kadalu pool) options are handled externally using Gluster command or Kadalu command. Add s…
-
Similarly to how it is done in https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner, it would be great to be able to set the path pattern for the creating of subvol folders.
Current…
-
I have a single-node Kubernetes cluster and am using Kadalu as my storage. When creating the Kadalu storage, I set the type to replica1 and configured the storage to a path created on the server. Then…
et21w updated
7 months ago
-
**Is your feature request related to a problem? Please describe.**
Currently kubectl is [included in the builder base image](https://github.com/kadalu/kadalu/blob/devel/extras/Dockerfile.builder#…
-
Hello,
Is there a way to mount kadalu initialised volumes outside of the cluster? For example for seeding provisioned pv's with initial data
Looking for something among the lines of:
`mount -…
-
If we restart or accidental reboot any of the kadalu pods, all other pods which are using the fuse mounts are going to create container error (CreateContainError). It is not returning to running stat…
-
**Is your feature request related to a problem? Please describe.**
In native mode there's no way to change the setting of the gluster volume created by Kadalu
I am using kadalu in the development of…