gmarek
|
27d660d0ac
|
Add a resource specifying number of Pods that are allowed to run on Kubelet.
|
2015-05-15 10:57:46 +02:00 |
|
gmarek
|
8a4717d3f5
|
Remove unused ClusterName from NodeController
|
2015-05-14 18:01:23 +02:00 |
|
Prashanth Balasubramanian
|
4fdd5bc3f3
|
Ratelimit replica creation
|
2015-05-08 14:24:25 -07:00 |
|
CJ Cullen
|
fbd125e4e2
|
Remove restriction that cluster-cidr be a class-b
|
2015-05-06 15:01:13 -07:00 |
|
CJ Cullen
|
292d33e33c
|
Add synchronization around nodeMap
|
2015-05-05 17:11:38 -07:00 |
|
Jerzy Szczepkowski
|
e967ffd522
|
Added flag to set cluster class B network address for pods, add flag to disable allocation CIDRs for Pods. Fixed synchornization bug in NodeController registerNodes().
|
2015-05-05 16:10:43 -07:00 |
|
Tomek Kulczynski
|
290c7b94ef
|
Make nodecontroller configure nodes' pod IP ranges
|
2015-05-05 16:10:42 -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 |
|
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 |
|
Wojciech Tyczynski
|
534a2fd27c
|
Merge pull request #7171 from ravigadde/master
Node controller change to use field selector
|
2015-04-28 13:14:11 +02:00 |
|
Ravi Gadde
|
4b5f851520
|
Node controller change to use field selector
|
2015-04-27 12:12:13 -07:00 |
|
Alex Robinson
|
6ae8e40d3d
|
Move the logic for reconciling the host targets of external load balancers
from the node controller to the service controller before impending changes
to the node controller make it not fit there anymore.
|
2015-04-24 18:44:04 +00:00 |
|
Brian Grant
|
15c2986a07
|
Merge pull request #7067 from ravigadde/master
Added field selector for listing pods
|
2015-04-22 07:12:21 -07:00 |
|
caesarxuchao
|
e9c5e44767
|
Use service UID as the ELB name
|
2015-04-21 12:20:42 -07:00 |
|
Ravi Gadde
|
bf8f258471
|
Added field selector for listing pods.
|
2015-04-21 06:33:28 -07:00 |
|
Robert Bailey
|
f633ac0ab5
|
Restrict functions and structs that aren't used outside of the
nodecontroller to have package private scope. This makes reasoning
about the code in this package much simpler.
|
2015-04-15 20:56:07 -07:00 |
|
Alex Robinson
|
a11106edd3
|
Put the node controller in its own package rather than in the generic
cloudprovider/controller package.
|
2015-04-14 18:34:59 +00:00 |
|