kubectl drain leads to downtime even with a PodDisruptionBudget · Issue #48307 · kubernetes/kubernetes

/kind bug What happened: I ran a demo application: kubectl run my-nginx --image=nginx --port 80 --expose Then I defined a PodDisruptionBudget: apiVersion: policy/v1beta1 kind: PodDisruptionBudget m...