How can I get OpenEBS jiva working in a multi-node microk8s cluster using the OpenEBS community add-on? #3603
-
I have tried all sorts of things to get OpenEBS jiva to work on microk8s without much success. So rather than give up completely I thought I would detail one of my failed attempts and see if anyone could figure out what I am doing wrong. Thanks in advance for any help you can give me :-) The issue view the cas controller log
Attempt
verify everything is ok
still get the IPtable FORWARD warning on 2 of the 3 nodes.
Followed the directions at https://openebs.io/docs/user-guides/jiva/jiva-prerequisites
Create 3 node cluster.
step 2: check status
step 3: verify storage class was installed
Now test openebs-jiva volume claim
Has any additional pods,service,deployments,stateful sets been created.
yes they have.
Check the IP address of the pods that show a CrashLoopBackOff again.
noticed the reports03 node seems to be running ok.
view the cas controller log
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The issue |
Beta Was this translation helpful? Give feedback.
-
Jiva and CStor are now legacy replicated engines. Please move to Mayastor as this is the latest, stable and most active replicated engine from OpenEBS portfolio. |
Beta Was this translation helpful? Give feedback.
The issue
I think the reason openebs-jiva is not working is only 1 ndm,cstor-csi, and jiva-csi pod expected 3 of each.
(base) brent@reports41 ~ kubectl get all -n openebs
NAME READY STATUS RESTARTS AGE
pod/openebs-ndm-lfr9m 1/1 Running 0 103m
pod/openebs-jiva-operator-594fdd69b9-6gtck 1/1 Running 0 103m
pod/openebs-cstor-cvc-operator-7946b467f5-jdkpx 1/1 Running 0 103m
pod/openebs-cstor-admission-server-f5d57f788-qsmzs 1/1 Running 0 103m
pod/openebs-ndm-operator-74fc47c6cc-c5b74 1/1 Running 0 103m
pod/openebs-localpv-provisioner-99449bb55-zqn7r 1/1 Running 0 103m
pod/openebs-cstor-cspc-operator-7dd775b4b8-26kh7 1/1 Running 0 103m
pod/openebs-cstor-csi-node-t9n2l 2/2 Running 0 103m
pod…