- 06 Jan, 2015 3 commits
-
-
Zach Loafman authored
GKE: Add ENABLE_CLUSTER_DNS, compute appropriate DNS_SERVER_IP
-
Tim Hockin authored
Move GetHostName and GetDockerEndpoint methods to pkg/util
-
Tim Hockin authored
Modify container hash function to account for pointers by following pointers
-
- 05 Jan, 2015 24 commits
-
-
saadali authored
Modify hash to be computed using spew library so that nested object values are used instead of pointer
-
Joe Beda authored
GKE: Limit liveness.sh to server version >0.7.2
-
Zach Loafman authored
Create cluster/addons for things to put into a kubernetes cluster
-
Zach Loafman authored
What I really want is https://github.com/GoogleCloudPlatform/kubernetes/issues/2953, but haven't had a chance to code that yet. Maybe it's time. (Then I'd remove the provider-specific test and just say "is it > 0.7.2, or does it claim to be capable of something from the future?" The latter covers the HEAD server case .. though just bumping the server version immediately after release might also accomplish that, too.)
-
Joe Beda authored
Boilerplate checks on 2014, but commit included a 2015 (breaks travis)
-
Clayton Coleman authored
Revert boilerplate to 2014 until hack/verify-boilerplate.sh is fixed
-
Dawn Chen authored
-
Joe Beda authored
Also pretty up the JSON (make it real JSON) and streamline the sed in cluster/gce/init.sh.
-
Joe Beda authored
This fixes #3190.
-
Tim Hockin authored
Allow for easily specifying the type and size of minion disks on GCE.
-
Tim Hockin authored
DNS Server IP outside of PORTAL_NET range for vagrant
-
Dawn Chen authored
-
Dawn Chen authored
Update "/stats" endpoint on kubelet.
-
Joe Beda authored
Add script to run e2e tests from binary deployment: e2e-from-release.sh
-
Daniel Smith authored
Util to test if all ptr fields are nil
-
Eric Tune authored
Address some comments from erictune.
-
derekwaynecarr authored
-
Brendan Burns authored
-
Eric Tune authored
Integration test scaffolding fixes
-
Eric Tune authored
Escape stdout/stderr YAML-like elements for TAP output
-
Eric Tune authored
Add an example of running Cloud Native Cassandra on k8s.
-
Eric Tune authored
Typo fix in docs/volumes.md
-
Qiu Yu authored
-
Brendan Burns authored
-
- 04 Jan, 2015 7 commits
-
-
-
Zach Loafman authored
We need a way to quickly emulate what Jenkins is doing. This script easily demonstrates problems like https://github.com/GoogleCloudPlatform/kubernetes/issues/3190, which git based e2e runs won't show.
-
Tim Hockin authored
-
Tim Hockin authored
-
Tim Hockin authored
The default --v=10 might be reconsidered.
-
Tim Hockin authored
Without this, the sync loop runs continuously. IMO: This right here is why open structs are inferior to explicity constructors that take 75 arguments - you can't forget to pass an argument.
-
Alex Robinson authored
Issue #3192
-
- 03 Jan, 2015 2 commits
-
-
-
Vishnu Kannan authored
-
- 02 Jan, 2015 1 commit
-
-
Daniel Smith authored
Fix local-docker KUBERNETES_MASTER
-
- 31 Dec, 2014 3 commits
-
-
Chia-liang Kao authored
-
Daniel Smith authored
Don't use pointers for session affinity
-
Daniel Smith authored
Minor cleanups to request - fix initialism on HTTPClientFunc
-