Replication Controller doesn't notice changes in pods labels #27405
Labels
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
Milestone
To reproduce, I create a rc, wait for its pods to be created, then modify the labels of the pod so that it doesn't match the rc's selector anymore. RC should create another pod, but it doesn't try to.
The problem is this line. It should enqueue the old rc if old rc exists.
I have a local fix for the rc manager. I'll check the replicaset controller and add a test then send the PR.
cc @bprashanth
The text was updated successfully, but these errors were encountered: