- 19 Dec, 2014 11 commits
-
-
derekwaynecarr authored
-
Brendan Burns authored
Sticky Session Implementation
-
Brendan Burns authored
Setting apiVersion in restful.WebService
-
Brendan Burns authored
Remove an unneeded trip over the network when getting/listing pods.
-
Brendan Burns authored
Fix Issue #3002: kubectl get pods/log podname don't work well together
-
saadali authored
-
Daniel Smith authored
Initial addition of groups to user info and policy
-
Daniel Smith authored
-
Vish Kannan authored
Understand OOMKilled reason from 'docker inspect'
-
Daniel Smith authored
Fix the update e2e test to remove a race.
-
bgrant0607 authored
Store all of the master's persistent data on a separate "data" PD when running on GCE
-
- 18 Dec, 2014 29 commits
-
-
Dawn Chen authored
-
Mike Foley authored
- Added process to cleanup stale session affinity records - Automatically set cloud provided load balancer for sticky session if the service requires it - Note, this only works on GCE right now. - Changed sessionAffinityMap a map to pointers instead of structs to improve performance - Commented out cookie and protocol from sessionAffinityDetail to avoid confusion as it is not yet implemented.
-
nikhiljindal authored
-
Vish Kannan authored
Update fsouza/go-dockerclient pkg to latest revision and fix some compiling issues.
-
Dawn Chen authored
Remove some dead code.
-
Dawn Chen authored
-
Dawn Chen authored
Error and OOMKilled from docker ContainerStatus.
-
Brendan Burns authored
-
Daniel Smith authored
When connections are broken on Watch, write fewer errors to logs
-
Brendan Burns authored
-
Daniel Smith authored
Move namespace from query param to path part
-
Clayton Coleman authored
Watch depends on long running connections, which intervening proxies may break without the control of the remote server. Specific errors handled are io.EOF, io.EOF wrapped by *url.Error, http connection reset errors (caused by race conditions in golang http code), and connection reset by peer (simply tolerated).
-
Daniel Smith authored
Fix bug in gce monitoring setup.
-
Vishnu Kannan authored
-
Jordan Liggitt authored
-
Daniel Smith authored
Make cert CN unique to avoid certificate serial number clashes
-
derekwaynecarr authored
-
Alex Robinson authored
persistent disk when running on GCE. I'll follow up soon with a second PR that enables kube-push to completely bring down the master VM and replace it with a new one.
-
Jordan Liggitt authored
-
Daniel Smith authored
Issue 2948: fix "kubectl get events" result not sorted
-
saadali authored
-
Dawn Chen authored
Update fsouza/go-dockerclient.
-
Daniel Smith authored
-
Brendan Burns authored
only log about no network settings for running pods
-
Brendan Burns authored
Make it easier to update nodes, make it possible to update capacity.
-
bgrant0607 authored
Fix node Get() error code
-
Joe Beda authored
Add missing Salt requisites
-
Joe Beda authored
Only create a single firewall rule for all minions.
-
Joe Beda authored
Fix OS X testtar build break
-