gmarek
|
8a4717d3f5
|
Remove unused ClusterName from NodeController
|
2015-05-14 18:01:23 +02:00 |
|
CJ Cullen
|
fbd125e4e2
|
Remove restriction that cluster-cidr be a class-b
|
2015-05-06 15:01:13 -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 |
|
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 |
|
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 |
|
caesarxuchao
|
e9c5e44767
|
Use service UID as the ELB name
|
2015-04-21 12:20:42 -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 |
|