Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Helm chart not working with kubernetes 1.25+ #643

Open
mayur0207 opened this issue Apr 17, 2023 · 3 comments
Open

Helm chart not working with kubernetes 1.25+ #643

mayur0207 opened this issue Apr 17, 2023 · 3 comments

Comments

@mayur0207
Copy link

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"

@OneCricketeer
Copy link

Thanks for reporting.

See recent comments on #620

@KamranAlektum
Copy link

I had the same issue, for now I clone, changed policy/v1beta1 -> policy/v1 and deployed from local until there be a fix

@erickjhorman
Copy link

I had the same issue, for now I clone, changed policy/v1beta1 -> policy/v1 and deployed from local until there be a fix

Same solution here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants