- 14 Jan, 2015 1 commit
-
-
Daniel Smith authored
-
- 13 Jan, 2015 23 commits
-
-
Eric Tune authored
Split up kubelet "source seen" logic
-
bgrant0607 authored
Allow delete to work from directories and multiple sources
-
Daniel Smith authored
Filter out unhealthy node in scheduler
-
Deyuan Deng authored
-
Jeff Lowdermilk authored
add kubectl config
-
deads2k authored
-
bgrant0607 authored
Allow create to handle multiple resources, remove createall
-
Daniel Smith authored
Add ability to listwatch a resource in an optional namespace
-
bgrant0607 authored
Allow kubectl get to fetch multiple resource types by label
-
Daniel Smith authored
Swagger UI: Updating swagger-ui.js to list the resources and operations in sorted order
-
saadali authored
-
Joe Beda authored
Added link to boot2docker
-
Joe Beda authored
Use CAFile even if client certificate is not specified
-
nikhiljindal authored
in sorted order.
-
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 16 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
-