Fabio Yeon
|
e4dd1e66fb
|
Merge pull request #22030 from mikedanese/ds-nil
fix nil pointer in dameonset controller
|
2016-02-26 13:01:24 -08:00 |
|
k8s-merge-robot
|
cab55f856b
|
Merge pull request #22044 from davidopp/wait
Auto commit by PR queue bot
|
2016-02-26 10:33:15 -08:00 |
|
David Oppenheimer
|
690aae1e67
|
Wait for goroutines creating routes to finish.
|
2016-02-25 22:36:51 -08:00 |
|
Brian Grant
|
39f0edca75
|
Fix expectations in Deployment. Ref #19299.
|
2016-02-26 06:15:26 +00:00 |
|
Mike Danese
|
d7a7f87eee
|
fix nil pointer in dameonset controller
|
2016-02-25 16:17:33 -08:00 |
|
mqliang
|
06d57ec7f4
|
Deployment: preserve availability when maxUnavailability is not 100%
|
2016-02-25 13:30:06 +08:00 |
|
k8s-merge-robot
|
9a4e3f8470
|
Merge pull request #21870 from mqliang/lookup-cache
Auto commit by PR queue bot
|
2016-02-24 20:01:29 -08:00 |
|
Brian Grant
|
bea349a80d
|
Merge pull request #21856 from bprashanth/ttl_race
Lock across item expiration in the ttl store.
|
2016-02-24 15:06:25 -08:00 |
|
Brian Grant
|
88056edab2
|
Merge pull request #21902 from janetkuo/deployment-unavailable-replicas
Fix the incorrect deployment.status.unavailableReplicas
|
2016-02-24 14:48:04 -08:00 |
|
Brian Grant
|
0b5edab208
|
Merge pull request #21857 from nikhiljindal/stopDeployment
fix deployment e2e flake: Update DeploymentReaper.Stop to use ObservedGeneration
|
2016-02-24 14:26:23 -08:00 |
|
Janet Kuo
|
062b9f86b9
|
Fix the incorrect deployment.status.unavailableReplicas
|
2016-02-24 14:09:49 -08:00 |
|
Chao Xu
|
cf98bcb48a
|
Merge pull request #21816 from caesarxuchao/fix-21763
Fix the EventSink in HPA controller
|
2016-02-24 14:09:02 -08:00 |
|
Prashanth Balasubramanian
|
7e88b3ec84
|
Remove ttl store from controllers.
|
2016-02-24 14:06:22 -08:00 |
|
Brian Grant
|
832bc37ee4
|
Merge pull request #21713 from janetkuo/deployment-actual-replicas
Report actual replicas in deployment status
|
2016-02-24 13:55:16 -08:00 |
|
mqliang
|
e44e71ca87
|
make cache size configurable
|
2016-02-24 22:37:02 +08:00 |
|
k8s-merge-robot
|
8a5c959494
|
Merge pull request #19043 from mqliang/lookup-cache
Auto commit by PR queue bot
|
2016-02-24 04:02:33 -08:00 |
|
mqliang
|
d9a35a25d7
|
add lookup cache for ReplicationController and ReplicaSet
|
2016-02-24 17:43:22 +08:00 |
|
nikhiljindal
|
9d7259950b
|
Update status for paused deployments
|
2016-02-24 00:49:03 -08:00 |
|
Marcin Wielgus
|
81fcd778e3
|
Merge pull request #21550 from mwielgus/hpa-pending
Don't include pending pods in metrics calculations
|
2016-02-24 09:38:36 +01:00 |
|
Marcin Wielgus
|
7ee767e4e8
|
Merge pull request #21743 from piosz/hpa-status
HPA update its status even if getting metrics failed
|
2016-02-24 09:01:35 +01:00 |
|
Marcin Wielgus
|
6f73f89f40
|
Merge pull request #21663 from gmarek/route
Wait for all route creation in RouteController
|
2016-02-24 09:00:08 +01:00 |
|
Dawn Chen
|
a8c0ac88fc
|
Merge pull request #21754 from kargakis/use-generation-for-deployments
Use generation for deployments
|
2016-02-23 16:42:16 -08:00 |
|
Chao Xu
|
e20e295cbe
|
fix Event broadcaster for HPA
|
2016-02-23 16:15:10 -08:00 |
|
kargakis
|
7a3d40786b
|
switch internal field to int64
|
2016-02-23 19:30:33 +01:00 |
|
kargakis
|
418d79cb78
|
extensions: add observedGeneration for deployments
|
2016-02-23 18:47:40 +01:00 |
|
gmarek
|
e99ad585ce
|
Decrease verbosity in NodeController
|
2016-02-23 17:03:38 +01:00 |
|
k8s-merge-robot
|
a89b607a9c
|
Merge pull request #21666 from wojtek-t/registry_options
Auto commit by PR queue bot
|
2016-02-23 05:54:47 -08:00 |
|
Piotr Szczesniak
|
0dfeb81390
|
HPA update its status even if getting metrics failed
|
2016-02-23 14:30:03 +01:00 |
|
k8s-merge-robot
|
6b649d7f9f
|
Merge pull request #21706 from liggitt/token-controller
Auto commit by PR queue bot
|
2016-02-23 02:40:26 -08:00 |
|
Piotr Szczesniak
|
762e155f3e
|
Refactoring of pod autoscaler controller
|
2016-02-23 11:29:40 +01:00 |
|
Janet Kuo
|
3901423272
|
Report actual replicas in deployment status
|
2016-02-22 14:28:28 -08:00 |
|
Jordan Liggitt
|
92bf353496
|
Ensure created service account tokens are available to the token controller
|
2016-02-22 16:22:51 -05:00 |
|
Janet Kuo
|
da58172283
|
Ensure Deployment labels adopted ReplicaSets and pods
|
2016-02-22 10:58:54 -08:00 |
|
Wojciech Tyczynski
|
4eadc5e97b
|
Introduce RESTOptions to configure per-resource storage
|
2016-02-22 16:28:28 +01:00 |
|
gmarek
|
b862d2bfe6
|
Wait for all route creation in RouteController
|
2016-02-22 10:12:23 +01:00 |
|
k8s-merge-robot
|
2e3053a204
|
Merge pull request #21431 from freehan/sourcerange
Auto commit by PR queue bot
|
2016-02-21 16:14:42 -08:00 |
|
k8s-merge-robot
|
a52eb5d433
|
Merge pull request #21268 from jsafrane/devel/recycle-provisioned
Auto commit by PR queue bot
|
2016-02-20 15:26:28 -08:00 |
|
k8s-merge-robot
|
be9dfcaec4
|
Merge pull request #21210 from mqliang/hasSync-early
Auto commit by PR queue bot
|
2016-02-20 09:54:12 -08:00 |
|
k8s-merge-robot
|
a6d855bf64
|
Merge pull request #21149 from mwielgus/hpa-rescale
Auto commit by PR queue bot
|
2016-02-20 01:51:08 -08:00 |
|
Marcin Wielgus
|
34f7105871
|
Don't include pending pods in metrics calculations
|
2016-02-19 17:00:38 +01:00 |
|
k8s-merge-robot
|
eb45154996
|
Merge pull request #21348 from caesarxuchao/generate-fake-for-1-2
Auto commit by PR queue bot
|
2016-02-18 23:02:05 -08:00 |
|
Minhan Xia
|
7ffb123abe
|
add source range support for loadbalancer on gce
|
2016-02-18 17:05:02 -08:00 |
|
Andy Goldstein
|
49fb450a36
|
Fix type for DaemonSet informer
|
2016-02-18 14:54:39 -05:00 |
|
k8s-merge-robot
|
5acdb92126
|
Merge pull request #21177 from laushinka/spelling-fixes
Auto commit by PR queue bot
|
2016-02-18 10:29:49 -08:00 |
|
Marcin Wielgus
|
1d3891284e
|
Handle scenarios when the replica count is outside of HPA replica range
|
2016-02-18 13:45:03 +01:00 |
|
k8s-merge-robot
|
c0b3fc454e
|
Merge pull request #21462 from gmarek/nodecontroller
Auto commit by PR queue bot
|
2016-02-18 02:59:01 -08:00 |
|
gmarek
|
0d7f3bca0a
|
Increase logging verbosity to help debugging #21458
|
2016-02-18 11:25:38 +01:00 |
|
mqliang
|
ced5eb7a71
|
return early if has not synced
|
2016-02-18 11:56:52 +08:00 |
|
Chao Xu
|
ad46715f51
|
generate fake client for release_1_2
|
2016-02-17 16:10:02 -08:00 |
|
laushinka
|
7ef585be22
|
Spelling fixes inspired by github.com/client9/misspell
|
2016-02-18 06:58:05 +07:00 |
|