- 20 Jan, 2015 1 commit
-
-
Zach Loafman authored
This is essentially a variant of push-ci-build.sh, but pushes it to the current project. The defaults for gcs::release actually pick a shorthash of the GCS project, so you end up uploading to something like: gs://kubernetes-releases-3fda2/devel/v0.8.0-437-g7f147ed/ (where the last part is the "git describe" of your current commit)
-
- 17 Jan, 2015 2 commits
-
-
Brendan Burns authored
Build win32 client binaries
-
Jeff Lowdermlk authored
-
- 16 Jan, 2015 37 commits
-
-
Brendan Burns authored
Update README.md for cassandra/hazelcast examples to use kubectl resize
-
Jeff Lowdermlk authored
-
Zach Loafman authored
Revert basic.sh and private.sh
-
Satnam Singh authored
-
Brendan Burns authored
Replace kubelet logging %s--%s--%s with dockertools.BuildDockerName()
-
Filipe Brandenburger authored
Test for and fix crash with nil client in kubelet.
-
Eric Tune authored
WatchList should not convey events for the root key
-
Eric Tune authored
Added test that fails before fix. Fixed use of nil pointer.
-
Joe Beda authored
Allow client and kubelet configs to hold cert/key/ca data directly
-
bgrant0607 authored
fix interface conversion panic
-
davidopp authored
Configure scheduler algorithm provider with cli option
-
Brendan Burns authored
cloudprovider/gce: use golang.org/x/oauth2
-
Brendan Burns authored
Standardize on variable name
-
Mike Danese authored
-
Brendan Burns authored
Introduce PodStatusResult, and deprecate PodContainerInfo.
-
Dawn Chen authored
Include node status in kubectl get output
-
Brendan Burns authored
Separate colume for PodIP from kubectl get pods
-
Zach Loafman authored
Adding a replication controller for all monitoring pods
-
Deyuan Deng authored
-
Dawn Chen authored
-
Vishnu Kannan authored
Removed auth for Grafana to facilitate usage via service proxy on the api-server. Added a grafana service Removed elasticsearch dependency for monitoring - faster startup times.
-
Zach Loafman authored
Breakfix: Skip GET test for basic.go when no hostIP
-
Satnam Singh authored
-
Jordan Liggitt authored
-
Dawn Chen authored
-
Zach Loafman authored
Revert "Adding a replication controller for all monitoring pods."
-
Zach Loafman authored
-
George Kuan authored
Fixes issue #3454
-
Fumitoshi Ukai authored
code.google.com/p/goauth2 is deprecated. use golang.org/x/oauth2 instead. hooks/prepare-commit-msg ignore Godeps for sh's boilerplate check.
-
Filipe Brandenburger authored
Convert private.sh test to Go and remove basic.sh and private.sh
-
Satnam Singh authored
Adding a replication controller for all monitoring pods.
-
Satnam Singh authored
-
Mike Danese authored
name and key are used interchangably in plugin/pkg/scheduler/factory/plugins.go. this standardizes on name.
-
bgrant0607 authored
master.go: converting API_v1beta* functions to private since they are not used outside
-
bgrant0607 authored
added algorithm name validation
-
bgrant0607 authored
Add inline JSON patching to kubectl update ...
-
Satnam Singh authored
Support a --test/-t repeated flag to allow run only a subset of the e2e go tests
-