Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Ananya Kumar
|
47dd0bc6f9
|
Refactor package controller
|
2015-07-29 09:54:35 -07:00 |
Prashanth Balasubramanian
|
90ebc1ad29
|
Sort overlapping rcs
|
2015-06-29 15:30:19 -07:00 |
Prashanth Balasubramanian
|
9ed9bd1c4f
|
Add a generation number to the object meta of all objects, and status of rcs
|
2015-06-19 14:32:08 -07:00 |
Filip Grzadkowski
|
98115facfd
|
Revert "Gracefully delete pods from the Kubelet"
|
2015-06-02 23:40:05 +02:00 |
Clayton Coleman
|
9d3631e3de
|
Handle deleted pods in replication and endpoint controllers
Pods that are slated for deletion should be excluded from
replication and endpoints immediately.
|
2015-06-01 19:24:01 -04:00 |
Chao Xu
|
9c1153322e
|
update PodSpec.Host to PodSpec.NodeName in /pkg/api/types.go and /pkg/api/v1beta3/types.go
|
2015-05-28 14:10:06 -07:00 |
Prashanth Balasubramanian
|
c0a8981b74
|
Delete expectations of a deleted rc instead of letting them expire
|
2015-05-19 11:01:45 -07:00 |
Prashanth Balasubramanian
|
54b6501349
|
Check expectations before filtering through active pods.
|
2015-05-12 14:42:08 -07:00 |
Prashanth Balasubramanian
|
4fdd5bc3f3
|
Ratelimit replica creation
|
2015-05-08 14:24:25 -07:00 |
Prashanth Balasubramanian
|
8bf0adf147
|
Add a getter to pod expectations and use it in unittests
|
2015-05-06 16:01:03 -07:00 |
Federico Simoncelli
|
37038c4877
|
replica: serialize created-by reference
Fixes #7322
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
|
2015-05-05 16:06:41 -04:00 |
Daniel Smith
|
36977ecb67
|
Merge pull request #7643 from bprashanth/rc_status
Requeue rc if a single get/put retry on status.Replicas fails
|
2015-05-04 12:15:30 -07:00 |
Prashanth Balasubramanian
|
864e12d995
|
Retry once and requeue on failure to update status.Replicas
|
2015-05-01 18:10:58 -07:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Prashanth Balasubramanian
|
a8fdf3d78b
|
Update expiration timeout based on observed latencies
|
2015-05-01 08:53:51 -07:00 |
Piotr Szczesniak
|
11a2dc496f
|
Added TerminationGracePeriod field to PodSpec and grace-period flag to kubectl stop
Those are changes which touch users required by Termination Notice
Addresses #6804
|
2015-04-30 18:00:33 +02:00 |
Prashanth Balasubramanian
|
7592dabeba
|
RcManager uses informers
|
2015-04-28 13:45:15 -07:00 |