- 10 Apr, 2015 40 commits
-
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
Apache licensed :-)
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
We were specifying a region, but naming it as a zone in util.sh The zone matters just as much as the region, e.g. for EBS volumes. We also change the config to require a Zone, not a Region. But we fallback to get the information from the metadata service.
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Derek Carr authored
Load docker images of kubernetes components after docker is installed.
-
Daniel Smith authored
Implement Balanced Resource Allocation (BRA) algorithm as a PriorityFunction in scheduler package.
-
Daniel Smith authored
Reorganized Request.DoRaw() to guarantee streams are closed
-
Daniel Smith authored
Improve validation and fix not throwing an error during ns delete
-
Tim Hockin authored
Use defer to cleanup allocated service ip in case of error
-
Daniel Smith authored
FieldSelector for node List()
-
Dawn Chen authored
Make DeepHashObject use SpewKeys
-
Justin Santa Barbara authored
We're probably going to be doing a port allocation here also, so this needs some pre-simplifying.
-
Tim Hockin authored
-
Tim Hockin authored
Update spew to support better map key sorting.
-
Victor Marmol authored
Populate last terminated container information
-
Tim Hockin authored
-
Clayton Coleman authored
Don't use command pipes for exec/port forward
-
Clayton Coleman authored
Add return types to PUT, POST and PATCH methods.
-
derekwaynecarr authored
-
Clayton Coleman authored
Add command and argument control to changelog
-
Wojciech Tyczynski authored
Update to option enable client.QPS and client.Burst
-
Timothy St. Clair authored
and change default on max_requests_inflight.
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
integration: Randomize the order of the integration tests.
-
Clayton Coleman authored
Added a test to verify 429 triggers a client retry based on header. Forced resp.Body.Close() to close after each request, which allows Golang to reuse the TCP connection to the server (should reduce connection establishment under retries). Possibly fixed a server leak of request bodies.
-
Brendan Burns authored
Also add return types for proxy and redirect handlers.
-
Paul Morie authored
-
dingh authored
Balanced Resource Allocation policy can now be enabled to so that host(s) with balanced resource usage would be preferred. The score given by BRA also scales from 0 to 10 with 10 representing that the resource usage is well balanced.
-