
Automatic merge from submit-queue Fix Celery-RabbitMQ flake In the following PR: https://github.com/kubernetes/kubernetes/pull/27162 We used ("name": "rabbitmq" / "name": "celery" / "name": "flower") as the label selector. This does not match the definitions in https://github.com/kubernetes/kubernetes/blob/master/examples/celery-rabbitmq/ I've verified this by deploying the service per the README and checking that "kubectl describe po -l component=rabbitmq" works (and that "kubectl describe po -l name=rabbitmq" fails) Fixes #27683