- 06 Jan, 2015 28 commits
-
-
Eric Tune authored
Reduce verbosity on integration tests
-
Daniel Smith authored
Fix the service proxy to re-poll on watch closure no matter what.
-
Eric Tune authored
Never set pod.Name in kubelet config code
-
Brendan Burns authored
-
Eric Tune authored
Fix newlines in TAP stdout/stderr output
-
Tim Hockin authored
I think it is time to tighten up input requirements. The validation code will reject a pod that has an empty name field.
-
Joe Beda authored
Remove support for building "run containers".
-
Joe Beda authored
Automatically serve API on https with self-signed cert if no cert is provided
-
Eric Tune authored
Minor doc/comment fixes that came up while reading through some code.
-
Alex Robinson authored
-
Zach Loafman authored
It turns out, newlines are not "printable", causing the TAP stderr/stdout output to be smushed. Also address etune's comment on pr3208.
-
Jordan Liggitt authored
-
Brendan Burns authored
Moving swagger-ui files from www/swagger-ui to third_party/swagger-ui
-
Brendan Burns authored
Cli
-
Brendan Burns authored
-
Brendan Burns authored
changed the id of walkthrough example replication-controller to nginx
-
Brendan Burns authored
Update copyright year for files created today
-
hokutosei authored
-
saadali authored
-
Joe Beda authored
-
Tim Hockin authored
Improve kubelet logging around container being killed due to hash change
-
saadali authored
-
Zach Loafman authored
GKE: Add ENABLE_CLUSTER_DNS, compute appropriate DNS_SERVER_IP
-
nikhiljindal authored
and adding LICENSE and README files
-
Joe Beda authored
This was untested, broken and largely unused. Related to #12 and #2455#issuecomment-68803245.
-
Tim Hockin authored
Move GetHostName and GetDockerEndpoint methods to pkg/util
-
saadali authored
-
Tim Hockin authored
Modify container hash function to account for pointers by following pointers
-
- 05 Jan, 2015 12 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
-