cisco-open / cluster-registry-controller

An operator that automatically synchronizes Kubernetes resources across multiple clusters
Apache License 2.0
22 stars 8 forks source link

[K8s 1.25 support] Upgrade PodDisruptionBudget API version to v1 #55

Closed shanchunyang0919 closed 1 year ago

shanchunyang0919 commented 1 year ago

Description

Upgrading PodDisruptionBudget API version to v1 to support K8s 1.25

Reference: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125

nishantapatil3 commented 1 year ago

Thanks for taking up this upgrade @shanchunyang0919, can you confirm if this update doesn't break deployment on 1.25 and 1.24 k8s versions? TIA

shanchunyang0919 commented 1 year ago

Thanks @nishantapatil3, this is tested against 1.25 KinD and 1.24 GKE

shanchunyang0919 commented 1 year ago

Thanks for approval @nishantapatil3