I am using OpenEBS 0.6 version and I want to do scale down/up of Jiva replica count for my different applications? Is it possible?
Asked
Active
Viewed 274 times
2 Answers
1
As of version 3.3.x, you can change the number of replicas by changing the JivaVolumePolicy
as described in https://openebs.io/docs/3.3.x/user-guides/jiva/jiva-install#provisioning-jiva-volumes.
For example, in a default install of openebs
in a microk8s cluster, you can change the value of replicationFactor: 3
to desired value using the command:
kubectl edit JivaVolumePolicy openebs-jiva-default-policy -n openebs

aeciosan
- 170
- 8
-
Works OK (tested on microk8s), where `$ kubectl edit jvp -n openebs` can be used for short. – mirekphd May 28 '23 at 11:35
0
Yes, we can scale OpenEBS Jiva replica count. Detailed steps are mentioned in the link below. https://docs.openebs.io/docs/next/tasks_volumeprovisioning.html

Chandan Sagar Pradhan
- 133
- 7