jiva-operator icon indicating copy to clipboard operation
jiva-operator copied to clipboard

Kubernetes Operator for managing Jiva Volumes via custom resource.

Results 22 jiva-operator issues
Sort by recently updated
recently updated
newest added

**Describe the problem/challenge you have** an arm container is currently not available. only linux/amd64,linux/arm64 **Describe the solution you'd like** add all 3 platforms: linux/amd64,linux/arm64, `linux/arm` thank you :)

I install the jiva helm chart on EKS then I flow [steps](https://openebs.io/docs/user-guides/jiva-guide#create-a-jiva-pool-using-the-mounted-disk) to prepare storage-pool it fails with the following log: error: unable to recognize ".\\jiva-storage-pool.yaml": no matches for kind...

Hi all, I can't get my jiva volumes working, its openebs-jiva-csi-node pod gets stuck in a CrashLoopBackOff. **What steps did you take and what happened:** [A clear and concise description...

```bash $ cat storagepool.yaml apiVersion: openebs.io/v1alpha1 kind: StoragePool metadata: name: gpdpool type: hostdir spec: path: "/mnt/disk1" $ kubectl -n openebs apply -f storagepool.yaml error: unable to recognize "storagepool.yaml": no matches...

Hi thanks for the lib! However, we cannot configure the pull secrets, so cannot use it. We use the openebs helm chart + jiva helm chart to deploy it. Then...

**What steps did you take and what happened:** I created a small cluster of just two machines (k0s), I went through the [quickstart](https://github.com/openebs/jiva-operator/blob/develop/docs/quickstart.md) and created a MariaDB container that uses...

**Describe the problem/challenge you have** Right now the repo uses the k8s builders from local [pkg/kubernetes](https://github.com/openebs/jiva-operator/tree/develop/pkg/kubernetes) which are duplicate for the common builders written in [openebs/api/kubernetes](https://github.com/openebs/api/tree/develop/pkg/kubernetes) **Describe the solution you'd...

good first issue
openforce

Hi team, I am working on Jiva volume, and I need to test Jiva volume on the arm64 platform for that I need a docker image of “openebs/tests-fio” for the...

服务版本 openebs:v2.12 kubernetes: v1.18 Reference link:https://openebs.io/docs/user-guides/jiva-guide#create-a-pool I participated in the above link to learn how to deploy jiva mode, and deployed pool and SC according to the document. However, when...

**What Happened** Provisioned Jiva volume using CSI provisioner and mounted it on busybox application. Filled the space completely but volume did not enter to RO state. (for file-system ext4 and...