- 16 Apr, 2015 10 commits
-
-
Wojciech Tyczynski authored
Add documentation to help new contributors with write access from accidentally pushing upstream.
-
Wojciech Tyczynski authored
Update the prometheus library and its dependencies to the most recent versions
-
Robert Bailey authored
from accidentally pushing upstream.
-
Derek Carr authored
Vagrant should not block on daemons that moved to pods
-
derekwaynecarr authored
-
Alex Robinson authored
The process metrics on the master have been missing since sometime between 0.13 and 0.14, and updating the libraries fixes them. My hypothesis is that our switch away from using cgo to build statically linked binaries caused the breakage by causing prometheus's process metric collector, which had cgo-specific build logic, to be disabled. Prometheus has since changed that logic.
-
Tim Hockin authored
Fix Jinja render bug if 'portal_net' or 'cluster_name' is undefined
-
litian54 authored
-
Daniel Smith authored
Fix listing nodes in scheduler
-
Tim Hockin authored
Use narrowly scoped interfaces for client access
-
- 15 Apr, 2015 30 commits
-
-
Jeff Grafton authored
Move remaining tests in e2e/service.go to unique namespaces.
-
Quinton Hoole authored
This prevents multiple runs of the same test from trampling on each other, both serially and in parallel.
-
Brian Grant authored
Cluster Federation RFC
-
Brian Grant authored
Updated API conventions and other details, per #6133.
-
Victor Marmol authored
kubelet: Clean up computePodContainerChanges.
-
Dan Mace authored
-
Victor Marmol authored
Fix locking issue in pod manager
-
Daniel Smith authored
Support List() with single-matchers
-
Yu-Ju Hong authored
-
Dan Mace authored
Use custom narrowly scoped interfaces for client access from the RollingUpdater and Resizer. This allows for more flexible downstream integration and unit testing without imposing a burden to implement the entire client.Interface for just a handful of methods.
-
Saad Ali authored
Replication controller gives failedCreate events
-
Victor Marmol authored
Remove workaround for libcontainer Getfilecon bug
-
Eric Tune authored
Add a more descriptive message for 405 errors
-
Quinton Hoole authored
Updating test/integration to use testapi.Version everywhere
-
Dawn Chen authored
Run Kubelet and Kube-proxy in resource-only containers.
-
Paul Morie authored
https://github.com/docker/libcontainer/issues/499 has been fixed
-
Brian Grant authored
Updating api/validation/schema_test to test testapi.Version rather than just v1beta1
-
Brian Grant authored
Removing references to v1beta1 from hack/ and test/
-
Yifan Gu authored
More `continue`, less `else` to make it less indent and more readable.
-
Quinton Hoole authored
Remove check for host IP from e2e test for replication controller
-
Robert Bailey authored
Disable shell test for non-gce providers
-
Tim Hockin authored
Update services.md
-
sandric authored
Fix pods docs link
-
Jordan Liggitt authored
-
Abhi Shah authored
Scheduler in a pod
-
Timothy St. Clair authored
-
Piotr Szczesniak authored
fixed typo in doc (secrets)
-
Marek Biskup authored
-
Wojciech Tyczynski authored
add missing syncronization
-
Wojciech Tyczynski authored
-