kubernetes/federation/pkg
Kubernetes Submit Queue c2907e4cdc Merge pull request #42922 from csbell/csbell-deployments
Automatic merge from submit-queue (batch tested with PRs 42642, 42899, 42922)

[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 18:08:14 -08:00
..
dnsprovider route53: set WithCredentialsChainVerboseErrors 2017-02-22 23:19:18 -05:00
federation-controller [Federation] Deployments unaware of ReadyReplicas 2017-03-10 15:00:02 -08:00
kubefed Merge pull request #41830 from irfanurrehman/fed-rbac-1 2017-03-10 15:56:47 -08:00