Automatic merge from submit-queue Garbage collector e2e tests create deployments with unique labels, and Fixes https://github.com/kubernetes/kubernetes/issues/49427 The bug was because two tests point to the same `podTemplate`. One [test](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/apimachinery/garbage_collector.go#L583) changing the "labels" caused the deployment creation in the other test failing, because the selector doesn't match the labels anymore.