We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: