kubernetes/federation/pkg/federation-controller/deployment
Christian Bell 9a37fe6dff [Federation] Deployments unaware of ReadyReplicas
The Deployment controller was not propagating ReadyReplicas to underlying clusters causing these errors:
```
Error syncing cluster controller: Deployment.apps "federation-deployment" is invalid: status.availableReplicas: Invalid value: 5: cannot be greater than readyReplicas
```

This was caught in e2e testing and is a 1.6 regression for support that was added in #37959. Without this fix, users will be unable to scale up their deployments.
2017-03-10 15:00:02 -08:00
..
BUILD autogenerated bazel changes 2017-03-01 17:50:51 -08:00
deploymentcontroller_test.go moved multiple duplicate strings to constants, updated test that when flacking paniced instead of just failing. 2017-02-23 09:48:07 -08:00
deploymentcontroller.go [Federation] Deployments unaware of ReadyReplicas 2017-03-10 15:00:02 -08:00