admiraltyio / admiralty

A system of Kubernetes controllers that intelligently schedules workloads across clusters.
https://admiralty.io
Apache License 2.0
674 stars 87 forks source link

upgrade PodDisruptionBudgets to policy/v1 #142

Closed adrienjt closed 2 years ago

adrienjt commented 2 years ago

policy/v1 was introduced in 1.21, which is our minimum requirement now

policy/v1beta1 will be dropped in 1.25, so upgrading ensures we'll support 1.25 (unless something else breaks)

Signed-off-by: adrienjt adrienjt@users.noreply.github.com