thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

Change Receive PDB to `policy/v1` #284

Closed saswatamcode closed 1 year ago

saswatamcode commented 1 year ago

This PR changes Receive PDB apiVersion to policy/v1 as policy/v1beta1 is set to be deprecated since K8s v1.21 and will be removed in v1.25 https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125.

Currently we get warnings while deploying like,

Warning: policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget

Changes

Verification

Tested locally.