k3s/pkg/controller/replication
Kubernetes Submit Queue 2681e38d3a Merge pull request #42097 from kargakis/address-mismatched-available-replicas
Automatic merge from submit-queue

Enqueue controllers after minreadyseconds when all pods are ready

@janetkuo this should address https://github.com/kubernetes/kubernetes/issues/41697#issuecomment-281851377. Impossible to unit test this but it should stabilize some of our deployment e2e tests that occasionally fail because of availableReplicas not being updated.

It should also fix https://github.com/kubernetes/kubernetes/issues/41641

Eventually I would like AddAfter to be able to cancel previous invocations of the same key so I opened https://github.com/kubernetes/client-go/issues/131

@kubernetes/sig-apps-bugs
2017-02-27 22:09:46 -08:00
..
BUILD Refactor ControllerRefManager 2017-02-16 15:09:17 -08:00
OWNERS controller: add approvers for rc/rs 2017-02-22 10:18:08 +01:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
replication_controller.go Merge pull request #42097 from kargakis/address-mismatched-available-replicas 2017-02-27 22:09:46 -08:00
replication_controller_test.go Enable Garbage collection by default for RS and RC 2017-02-23 22:37:52 -08:00
replication_controller_utils.go Enqueue controllers after minreadyseconds when all pods are ready 2017-02-27 19:28:15 +01:00