mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-25 06:24:14 +00:00
Automatic merge from submit-queue kubectl drain errors if pod is already deleted **What this PR does / why we need it**: kubectl drain can throw an error if the pod it attempts to delete has already been deleted. fixes https://github.com/kubernetes/kubectl/issues/28