- 13 Jan, 2015 15 commits
-
-
Abhishek Gupta authored
-
Abhishek Gupta authored
-
Abhishek Gupta authored
-
Abhishek Gupta authored
- Modified the existing spreading priority to consider service pods explicitly - Added a new priority function to spread pods across zones
-
Joe Beda authored
Added link to boot2docker
-
Joe Beda authored
Use CAFile even if client certificate is not specified
-
Zach Loafman authored
Fix kubernetes-e2e-gke build
-
Zach Loafman authored
Got a little aggressive combining options here. Accidentally forgot that this parameter would bork normal GKE.
-
Dawn Chen authored
Fix minion listing
-
Daniel Smith authored
-
Daniel Smith authored
* don't block while filling cache * make cache wait for pending calls
-
Zach Loafman authored
Don't just sleep and hope when deleting the pd pod.
-
Brendan Burns authored
Fixing broken swagger-ui
-
Brendan Burns authored
-
Daniel Smith authored
-
- 12 Jan, 2015 25 commits
-
-
Daniel Smith authored
Added kubelet config source from apiserver.
-
Eric Tune authored
-
nikhiljindal authored
https://github.com/GoogleCloudPlatform/kubernetes/pull/3404 which broke swagger-ui. Swagger-ui requires operation to be defined on all Routes.
-
Daniel Smith authored
Add Jenkins e2e script
-
Daniel Smith authored
Reconcile kubelet and kube-proxy watching code, initial steps.
-
Eric Tune authored
Split SourceAPI into two subobjects. Parallel structure for endpoints, services will allow changing to use generic code in pkg/client/cache/reflector.go. Rename some funcs to be more like pkg/client/cache.
-
Dawn Chen authored
UID and Namespace are required fields in Kubelet
-
Brendan Burns authored
Fix monitoring.sh flake (hopefully)
-
Tim Hockin authored
-
Tim Hockin authored
This should only have been triggered by tests, and those should now be fixed. I tested by calling panic() if UID was blank in BuildDockerName() or if number of fields was < 5 in ParseDockerName(). All errors were fixed.
-
Tim Hockin authored
Make all kubelet config sources ensure that UID and Namespace are defaulted, if need be. We can *almost* disable the "if blank" logic for UID, except for tests that call APIs that do not run through SyncPods. We really ought to be enforcing invariants better.
-
Tim Hockin authored
Apply more structure to pod data dirs
-
bgrant0607 authored
Setting WebServicesUrl in swagger config
-
bgrant0607 authored
Start to incorporate reliability work items into roadmap
-
bgrant0607 authored
Post hostip for static machines
-
Zach Loafman authored
This commit adds and documents the e2e script that Jenkins runs
-
nikhiljindal authored
-
Jordan Liggitt authored
-
Eric Tune authored
Rename ListPods methods to List.
-
Daniel Smith authored
Allow RESTStorage objects to not implement methods
-
Daniel Smith authored
Fix "Kubelet doesn't kill old pods when BoundPods is empty" issue
-
saadali authored
-
Daniel Smith authored
Clear resourceVersion on errors.
-
Brendan Burns authored
-
Dawn Chen authored
make private root dirs for integration test kubelets
-