You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
To solve the issue, need to update
/charts/cp-zookeeper/templates and replace "policy/v1beta1" to "policy/v1"
The text was updated successfully, but these errors were encountered:
There are deprecations in Kubernetes 1.25+
https://cloud.google.com/kubernetes-engine/docs/deprecations/apis-1-25#poddisruptionbudget-v125
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
To solve the issue, need to update
/charts/cp-zookeeper/templates and replace "policy/v1beta1" to "policy/v1"
The text was updated successfully, but these errors were encountered: