Commit Graph

3518 Commits

Author SHA1 Message Date
Daniel Smith
9938254b63 Merge pull request #2226 from claire921/kubectl
Uncapitalize error message in pkg/kubectl
2014-11-07 11:30:39 -08:00
Daniel Smith
4eca141c0f Merge pull request #2236 from dchen1107/cleanup
Remove dead code.
2014-11-07 11:29:52 -08:00
Vishnu Kannan
37af9210ba Improve the monitoring setup script and fix bugs in the monitoring config. 2014-11-07 19:27:52 +00:00
Tim Hockin
b4b6453808 Merge pull request #2198 from claire921/service
Service
2014-11-07 11:15:29 -08:00
Dawn Chen
b4ab6e6ecc Remove dead code. 2014-11-07 11:05:35 -08:00
Daniel Smith
816c6f58dd Merge pull request #2197 from claire921/scheduler
Refactor selectHost in Sched
2014-11-07 09:38:54 -08:00
Dawn Chen
5342bb4306 Introduce application termination message to ContainerStatus 2014-11-07 09:32:39 -08:00
Clayton Coleman
10f6056170 Merge pull request #2227 from claire921/refactor_ExpandResourceShortcut
Use switch rather than ifs for getPodStatusForReplicationController
2014-11-07 12:05:56 -05:00
Satnam Singh
158067c298 Make the Fluentd/Elasticsearch logging robust to log rotation 2014-11-07 02:50:36 -08:00
Claire Li
a4261d0f65 Use switch rather than ifs for getPodStatusForReplicationController in pkg/describe.go 2014-11-06 23:45:51 -08:00
Claire Li
9111f4fdbe Uncapitalize error message in pkg/kubectl 2014-11-06 22:56:39 -08:00
Claire Li
5a7c00754f Fix findPort: correctly handle the empty ports case 2014-11-06 21:55:43 -08:00
Claire Li
c5205870c0 Refactor test for findPort in service pkg 2014-11-06 21:55:43 -08:00
Claire Li
ea0c6bcbfd Refactor findPort in service pkg 2014-11-06 21:55:43 -08:00
Claire Li
4bee622865 Add check for empty priority list and refactor tests. 2014-11-06 21:38:41 -08:00
Eric Tune
b6956506fa Merge pull request #2223 from lavalamp/fix2
Update glog package to get *Depth() functions.
2014-11-06 17:42:37 -08:00
Daniel Smith
3d9cc31641 Update glog package to get *Depth() functions. 2014-11-06 17:36:34 -08:00
Daniel Smith
28af0d2cfb Merge pull request #2221 from thockin/dns
Add SkyDNS example
2014-11-06 17:32:22 -08:00
Tim Hockin
270f1fd153 Add SkyDNS example
This is not a complete solution, but a piece of one.  More coming.
2014-11-06 17:27:14 -08:00
Daniel Smith
a3520701a3 Add go-restful dependency 2014-11-06 17:17:42 -08:00
Daniel Smith
a78796dee5 Merge pull request #2219 from erictune/flaky_auth_test
Make deletes synchronous to avoid 202.
2014-11-06 16:56:22 -08:00
Eric Tune
913cbd0fd1 Make deletes synchronous to avoid 202.
Also, get some POSTs I missed the last time.
2014-11-06 16:48:56 -08:00
Vishnu Kannan
ad9cb982e5 Add an option for enabling monitoring in gce/config-default.sh and disable it
for tests.
Updated heapster readme.
2014-11-07 00:47:56 +00:00
Vishnu Kannan
edf6d8ee3f Use Heapster as an in-built monitoring solution for Kubernetes in GCE.
Users will have an option to enable it when they setup their cluster (kube-up).
2014-11-07 00:47:56 +00:00
Kelsey Hightower
efe7de38ea docs: add aws getting started guide 2014-11-06 15:55:26 -08:00
Brendan Burns
5590adb2aa Merge pull request #2213 from ghodss/fix_build_errors
Fix two compilation errors when running go build ./...
2014-11-06 14:25:22 -08:00
Brendan Burns
ae8c3343da Merge pull request #2214 from satnam6502/docfix
Remove repeated sentence in binary_release.md
2014-11-06 14:25:05 -08:00
Satnam Singh
117d16d0d6 Remove repeated sentence in binary_release.md 2014-11-06 13:13:20 -08:00
Sam Ghods
cbd13b599d Fix two compilation errors when running go build ./... 2014-11-06 12:55:27 -08:00
Joe Beda
cc30ed14d0 Merge pull request #2207 from mikedanese/default-registry-auth
added support for authentication against the default docker registry...
2014-11-06 12:39:49 -08:00
Daniel Smith
42b0131d47 Merge pull request #2191 from thockin/udpsvc
UDP services need UDP portals
2014-11-06 12:19:31 -08:00
Mike Danese
1d76452bc2 added support for authentication against the default docker registry when provided in the .dockercfg
a
2014-11-06 11:52:25 -08:00
Daniel Smith
9846228969 Merge pull request #2201 from erictune/insecure_handler
Return InsecureHandler from master.
2014-11-06 10:59:43 -08:00
Clayton Coleman
4acb8e5eaf Merge pull request #2189 from lavalamp/fix
Add self links to objects sent down the watch channel.
2014-11-06 12:57:07 -05:00
Eric Tune
c068b56919 Return InsecureHandler from master.
Subsequent changes will make use of both
m.Handler and m.InsecureHandler for different ports.
2014-11-06 09:11:31 -08:00
Joe Beda
9433dcf84c Merge pull request #2193 from satnam6502/fluentd-ek
Make Fluentd/Elasticsearch logging support be robust to log rotation
2014-11-06 09:10:04 -08:00
Tim Hockin
bf3f50778a Merge pull request #2200 from eparis/example-env-fix
fix example usage of passing environment variables
2014-11-06 08:35:06 -08:00
Eric Paris
591adec13c fix example usage of passing environment variables
The syntax is not envVar, that is the name of the internal struct.  The
list is just "env"
2014-11-06 11:28:08 -05:00
Clayton Coleman
3002e78dd5 Merge pull request #2075 from derekwaynecarr/issue_2070
Fix json serialization consistency
2014-11-06 10:31:14 -05:00
derekwaynecarr
56b6273dfb Fix json serialization consistency 2014-11-06 10:24:48 -05:00
bgrant0607
6492d35d16 Merge pull request #2196 from erictune/flaky_auth_test
POST synchronously so following GET will succeed.
2014-11-06 07:07:02 -08:00
bgrant0607
e6ba27752d Merge pull request #2194 from ghodss/patch-2
Formatting tweaks to docs/api-conventions.md
2014-11-06 07:04:51 -08:00
Claire Li
18fa043b1b Add a test for selectHost of generic_scheduler 2014-11-05 21:48:42 -08:00
Eric Tune
f739103de9 POST synchronously so following GET will succeed.
Should reduce flakiness of this test.
2014-11-05 21:40:27 -08:00
Claire Li
415ac3bf8a Refactor selectHost in generic_scheduler 2014-11-05 21:26:25 -08:00
Brendan Burns
d7dc20fd6a Add etcd to the list of services to validate.
Also add minions.
2014-11-05 21:22:01 -08:00
Sam Ghods
1bd117ba1e Formatting tweaks to docs/api-conventions.md 2014-11-05 20:49:16 -08:00
Satnam Singh
8668d90371 Make Fluentd/Elasticsearch logging support be robust to log rotation 2014-11-05 20:00:53 -08:00
Brendan Burns
3b1ef739d1 Merge pull request #2190 from lavalamp/fix2
Remove test verbosity
2014-11-05 19:59:05 -08:00
Tim Hockin
bc072206c0 UDP services need UDP portals 2014-11-05 17:47:40 -08:00