Open 631068264 opened 1 year ago
Finally found this in openebs-jiva-operator
level=error msg="failed to bootstrap volume pvc-3dfd0744-51bf-41fd-a719-e9ab4e48360d, due to error: failed to get the pod disruption budget details: pvc-3dfd0744-51bf-41fd-a719-e9ab4e48360d-pdb: no matches for kind \"PodDisruptionBudget\" in version \"policy/v1\""
k8s 1.19.16 is too old for jiva 3.3.0 but the doc told me 1.80 or higher is OK .
What steps did you take and what happened: [A clear and concise description of what the bug is, and what commands you ran.)
Use helm install openebs-3.3.1
install success
Then I use this to test
pod about pvc are running
the pvc create successfully
but pod cant't attach the volume
The jivavolume is pending not Ready
And I can't find any error log in jiva-ctl and jiva-rep
What did you expect to happen:
The output of the following commands will help us better understand what's going on: (Pasting long output into a GitHub gist or other pastebin is fine.)
jiva-log.tar.gz
this contain jiva-ctrl and jiva-rep log
kubectl logs <jiva controller pod name> -n openebs
(Optional)kubectl logs <jiva replica pod name> -n openebs
(Optional)kubectl exec -it <jiva controller pod name> -n openebs -- jivactl ls
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
): CentOS Linux 7 (Core)