loft-sh / jspolicy

jsPolicy - Easier & Faster Kubernetes Policies using JavaScript or TypeScript

Home Page:https://www.jspolicy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

policy/v1beta1 API version of PodDisruptionBudget is no longer served as of v1.25.

ayeks opened this issue · comments

Hey,

with k8s 1.25 the PDB cannot longer be used through the helm chart. Deprecation notice: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125

Outdated version: apiVersion: policy/v1beta1

1.25+ version: apiVersion: policy/v1

I will push a MR to fix this.

Cheers
Lars