Closed ayeks closed 1 year ago
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
apiVersion: policy/v1beta1
1.25+ version: apiVersion: policy/v1
apiVersion: policy/v1
I will push a MR to fix this.
Cheers Lars
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