- 03 Apr, 2015 1 commit
-
-
Dawn Chen authored
-
- 02 Apr, 2015 39 commits
-
-
Dawn Chen authored
-
Zach Loafman authored
Use same addons script for init.d and systemd.
-
Prashanth B authored
Fixing a couple of JSON files
-
Derek Carr authored
Fix vagrant with etcd in pod
-
Dawn Chen authored
RFC: Kubelet: a step towards to better encapsulation of docker functions
-
Eric Tune authored
-
Quinton Hoole authored
Stop the bleeding for #6059
-
Kris Rousey authored
-
Dawn Chen authored
Add a test verifying that etcd watches work even when there's a bunch of unrelated changes
-
derekwaynecarr authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Jeff Lowdermilk authored
Make expose use introspection to grab the port value if possible.
-
Satnam Singh authored
Reorder/Modularize networking e2e + pod launch phase, clean up comments.
-
Yu-Ju Hong authored
We want to stop leaking more docker details into kubelet, and we also want to consolidate some of the existing docker interfaces/structs. This change creates DockerManager as the new home of some functions in dockertools/docker.go. It also absorbs containerRunner. In addition, GetDockerPodStatus is renamed to GetPodStatus with the entire pod passed to it so that it is simialr to the what is defined in the container Runtime interface. Eventually, DockerManager should implement the container Runtime interface, and integrate DockerCache with a flag to turn on/off caching. Code in kubelet.go should not be using docker client directly.
-
Daniel Smith authored
Validating against negative weights for priority functions
-
Brian Grant authored
Removed PodStatus.Host
-
Dawn Chen authored
Create Docker images for master components
-
Brendan Burns authored
Also improve service printing to include public IP addresses.
-
David Oppenheimer authored
Add some more clarity around "controversial" or "complex" PRs and merging.
-
Abhishek Shah authored
-
Abhishek Gupta authored
-
Brendan Burns authored
-
Jeff Lowdermilk authored
Support GKE for serve_hostnames soak test
-
Satnam Singh authored
-
Nikhil Jindal authored
Removed ancient api doc files.
-
Eric Paris authored
Infer the URL from the existing git setup. (I don't push via ssh)
-
Zach Loafman authored
Use an up-to-date nginx image for e2e tests
-
Victor Marmol authored
Add basic latency metrics to scheduler.
-
Brendan Burns authored
Revert "Parallelize architectures in both the building and packaging pha...
-
Filip Grzadkowski authored
-
Victor Marmol authored
Kubelet watching only its own Node object
-
Brian Grant authored
-
Jeff Lowdermilk authored
-
Zach Loafman authored
Also document using the recursive/ours merge strategy, because it's almost certainly what we want to do in this case.
-
Daniel Smith authored
Remove dead, buggy code
-
Brendan Burns authored
Add NFS export/import pod examples.
-
Brendan Burns authored
Increase ulimit -n for apiserver.
-
Wojciech Tyczynski authored
-