zilliztech / milvus-operator

The Kubernetes Operator of Milvus.
https://milvus.io
Apache License 2.0
45 stars 23 forks source link

etcd PodDisruptionBudget does not deploy on k8s >=1.25 #126

Open bcbrockway opened 4 months ago

bcbrockway commented 4 months ago

The version of the etcd chart the operator uses still contains the policy/v1beta1 version of the PodDisruptionBudget resource but this was deprecated in k8s 1.21 and removed in 1.25. This is important to prevent outages especially when using Karpenter which regularly replaces nodes and will happily remove all etcd pods at the same time without a PDB set.

haorenfsa commented 4 months ago

related to https://github.com/zilliztech/milvus-helm/pull/82