mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
Automatic merge from submit-queue kubeadm: Delete the dummy Deployment properly **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes https://github.com/kubernetes/kubeadm/issues/149 **Special notes for your reviewer**: Earlier, the Pod created by the Deployment wasn't deleted. With this option it is. As suggested by @deads2k, thank you! This is a bug fix for v1.6 **Release note**: ```release-note ``` @mikedanese @jbeda @dmmcquay @pires @errordeveloper @deads2k @caesarxuchao