k3s/pkg
k8s-merge-robot d3d61851b2 Merge pull request #26263 from wojtek-t/fix_route_controller
Automatic merge from submit-queue

Limit concurrent route creations

Ref #26119 

This is supposed to improve 2 things:
- retry creating route in routecontroller in case of failure
- limit number of concurrent CreateRoute calls in flight.

We need something like that, because we have a limit of concurrent in-flight CreateRoute requests in GCE.

@gmarek @cjcullen
2016-05-26 07:16:42 -07:00
..
admission Change rest storage Update interface to retrieve updated object 2016-05-23 21:09:26 -04:00
api Downward API implementation for resources limits and requests 2016-05-24 12:22:35 -04:00
apimachinery Moving StorageFactory building logic to genericapiserver 2016-05-10 00:57:11 -07:00
apis Merge pull request #24826 from caesarxuchao/autogenerate-1-3 2016-05-26 05:21:32 -07:00
apiserver Change rest storage Update interface to retrieve updated object 2016-05-23 21:09:26 -04:00
auth Add an 'authenticated user' metric to the RequestAuthenticator. 2016-05-19 16:04:11 -07:00
capabilities
client Merge pull request #24826 from caesarxuchao/autogenerate-1-3 2016-05-26 05:21:32 -07:00
cloudprovider Revert "GCE provider: Rate limit all API calls" 2016-05-25 14:23:46 -07:00
controller Spread creating routes over time and retry on failures 2016-05-26 13:00:53 +02:00
conversion Remove src and dest version - they are not used (now) 2016-05-12 10:10:35 -04:00
credentialprovider Add ap-northeast-2 2016-05-10 12:03:41 -04:00
dns Implement tests for federation queries. 2016-05-23 11:35:50 +05:30
fieldpath Downward API implementation for resources limits and requests 2016-05-24 12:22:35 -04:00
fields
genericapiserver Change rest storage Update interface to retrieve updated object 2016-05-23 21:09:26 -04:00
healthz
httplog
hyperkube
kubectl Merge pull request #24179 from aveshagarwal/master-downward-api-resources-limits-requests-implementation 2016-05-25 03:38:49 -07:00
kubelet Merge pull request #26301 from zmerlynn/wait_proper 2016-05-26 03:29:21 -07:00
kubemark rkt: Add tests for GarbageCollect(). 2016-05-13 15:13:52 -07:00
labels Make IsValidLabelValue return error strings 2016-05-17 21:36:10 -07:00
master Change rest storage Update interface to retrieve updated object 2016-05-23 21:09:26 -04:00
metrics Add an 'authenticated user' metric to the RequestAuthenticator. 2016-05-19 16:04:11 -07:00
probe followup to add http server close method 2016-05-05 12:04:41 +08:00
proxy Merge pull request #25011 from zhouhaibing089/addclose 2016-05-09 22:32:02 -07:00
quota Update use of Quantity in other classes 2016-05-19 08:41:43 -04:00
registry Change rest storage Update interface to retrieve updated object 2016-05-23 21:09:26 -04:00
runtime Merge pull request #25540 from krousey/discovery_mapper 2016-05-21 07:13:49 -07:00
security Adding volume plugin to api/v1 and updating auto-generated files 2016-05-21 12:53:03 -07:00
securitycontext retain read only root file system in determineEffectiveSecurityContext 2016-05-11 17:27:20 -04:00
serviceaccount Make name validators return string slices 2016-05-18 00:48:01 -07:00
ssh
storage reduce conflict retries 2016-05-23 13:09:37 -04:00
types
ui
util Merge pull request #26301 from zmerlynn/wait_proper 2016-05-26 03:29:21 -07:00
version
volume Merge pull request #25457 from saad-ali/expectedStateOfWorldDataStructure 2016-05-26 00:41:54 -07:00
watch Merge pull request #24789 from wojtek-t/use_proper_codec_in_client 2016-05-04 11:00:04 -07:00
OWNERS