zilliztech / milvus-helm

Apache License 2.0
54 stars 41 forks source link

no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" #75

Open duxinxiao opened 6 months ago

duxinxiao commented 6 months ago

When install in newer k8s version. helm will always report error: no matches for kind "PodDisruptionBudget" in version "policy/v1beta1".

I found we use pulsar dependency 2.7.8 which don't support newer pdb api version. Maybe we should upgrade pulsar chart version.

https://github.com/apache/pulsar-helm-chart/blob/a919f309c6d73342196dbaf6bf146cfda8d9e8e8/charts/pulsar/templates/bookkeeper-pdb.yaml#L22