- 10 Feb, 2015 40 commits
-
-
Victor Marmol authored
Basic initial instrumentation of the apiserver
-
Alex Robinson authored
the "code" label from the latencies SummaryVec.
-
Clayton Coleman authored
Allow proxying to a resource at /
-
Zach Loafman authored
Docker 1.4.1 on Fedora no longer provisions a docker group
-
Dawn Chen authored
Updated etcd-pod-dir-fetch logging.
-
Alex Robinson authored
prometheus library for monitoring, which exports some basic resource usage metrics by default, like number of goroutines, open file descriptors, resident and virtual memory, etc. I've also started adding in request counters and latency histograms, but have only added them to two of our HTTP handlers. If this looks reasonable, I'll add them to the rest in a second PR.
-
Zach Loafman authored
Add restart to the kube apiserver.
-
Abhishek Shah authored
-
Clayton Coleman authored
Namespace as kind
-
roberthbailey authored
Explicitly send error string to Fatal log 2
-
Filipe Brandenburger authored
Port TestBasic & TestPrivate to Ginkgo
-
roberthbailey authored
Add some error checking to prevent obscure failures.
-
Jeff Lowdermilk authored
Configurable API prefix for kubectl proxy
-
Zach Loafman authored
Fixes #4261
-
roberthbailey authored
Add steps to the development guide for how to use godep to update an existing dependency
-
roberthbailey authored
Add a simple driver to test cluster networking.
-
Jeff Lowdermilk authored
-
Clayton Coleman authored
Explicitly send the error string to the Fatal log.
-
Jeff Lowdermilk authored
Add a label command to kubectl.
-
Brian Grant authored
Support readiness checks
-
Mike Danese authored
-
Mike Danese authored
refactor pkg/probe ProbeRunners to interfaces and move global probers into kubelet field for testability
-
Mike Danese authored
-
derekwaynecarr authored
-
Victor Marmol authored
Update prometheus instrumentation library to include fix for building for linux/arm and linux/386 platforms
-
Zach Loafman authored
-
Zach Loafman authored
Fix vagrant networking round 2
-
Brendan Burns authored
-
Brendan Burns authored
-
Andy Goldstein authored
Add a route for /proxy/<kind>/<name>/ without requiring additional path information. This allows for e.g. /proxy/service/myservice/, which will proxy to the service at /, instead of always requiring something in the path.
-
derekwaynecarr authored
Add example for using namespaces
-
derekwaynecarr authored
-
Brendan Burns authored
-
Jimmi Dyson authored
-
Alex Robinson authored
existing dependency. Also change from the numbered lists from markdown that didn't work due to the intervening code blocks to just raw text numbered lists.
-
Alex Robinson authored
for linux/arm and linux/386 platforms.
-
Brendan Burns authored
-
Brendan Burns authored
-
Mike Danese authored
-
Abhishek Shah authored
Updated logging. If etcd-pod-dir-fetch fails because dir was absent, an info message is logged. 2) For all other reasons, the regular error message is logged.
-