Commit Graph

3341 Commits

Author SHA1 Message Date
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
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
Eric Tune
f739103de9 POST synchronously so following GET will succeed.
Should reduce flakiness of this test.
2014-11-05 21:40:27 -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
Daniel Smith
5d0036070c Remove test verbosity; makes it hard to find failures when travis reports one. 2014-11-05 17:36:47 -08:00
Daniel Smith
5579f09792 Merge pull request #2148 from lavalamp/eventing3
Add events to kubectl (still need search function)
2014-11-05 17:26:05 -08:00
Daniel Smith
4196780eda Add self links to objects sent down the watch channel. 2014-11-05 17:22:18 -08:00
Daniel Smith
259c3dc07c Merge pull request #2188 from bgrant0607/docfix
Remove bogus API documentation.
2014-11-05 16:40:46 -08:00
Brian Grant
bb7ac11eaa Remove bogus API documentation. 2014-11-06 00:27:09 +00:00
Clayton Coleman
06633bf4cd Merge pull request #2184 from erictune/policy_csv
ACL file.
2014-11-05 19:13:17 -05:00
Eric Tune
6e81e8c896 Basic ACL file.
Added function to read basic ACL from a CSV file.
Added implementation of Authorize based on that file's policies.
Added docs on authentication and authorization.
Added example file and tested it.
2014-11-05 16:06:22 -08:00
bgrant0607
59fbe2bb49 Merge pull request #2029 from satnam6502/fluentd-ek-doc
Fluentd and Elasticsearch with Separate Pods Write Up
2014-11-05 16:04:40 -08:00
Dawn Chen
e88e490614 Merge pull request #2143 from lavalamp/eventing2.1
Begin putting event emission into kubelet
2014-11-05 15:37:26 -08:00
Brendan Burns
0a1493a5ce Merge pull request #2160 from dchen1107/fix
Restart network container when container's configure is changed.
2014-11-05 15:13:05 -08:00
Daniel Smith
dcc111bf13 Start putting event generation into kubelet (not enabled yet) 2014-11-05 15:09:14 -08:00
Daniel Smith
25bd151d86 Make fieldPath part of getting a reference rather than part of making an event. 2014-11-05 15:09:14 -08:00
Daniel Smith
ecebe958d2 Allow ObjectReferences to be passed to Eventf
... in place of the object they reference.
2014-11-05 15:07:40 -08:00
Daniel Smith
f4cffdc7cf Merge pull request #2179 from markturansky/v1beta3_refactor_podcontants
Refactor PodStatus to PodCondition in internal API for v1beta3
2014-11-05 14:52:00 -08:00
Eric Tune
0420005a32 Merge pull request #2158 from lavalamp/fix
Clean up auth test slightly
2014-11-05 14:51:46 -08:00
Daniel Smith
c971763be2 Add anon. functions so that defers are executed where expected. 2014-11-05 14:42:37 -08:00
Daniel Smith
78d0e74b20 Clean up auth test slightly 2014-11-05 14:31:18 -08:00
markturansky
119f654a13 Refactor PodStatus to PodCondition in internal API for v1beta3 2014-11-05 17:26:47 -05:00
Joe Beda
be20fe5170 Merge pull request #2183 from eparis/fedora-manual
update the ansible config doc
2014-11-05 14:16:32 -08:00
Eric Paris
0e125b5d4a update the ansible config doc 2014-11-05 17:00:52 -05:00
Daniel Smith
0b924ed9d9 Add events to kubectl (still need search function) 2014-11-05 13:59:32 -08:00
Daniel Smith
3bd10d4fb4 Merge pull request #2145 from lavalamp/eventing2
Add a placeholder to boundPod's SelfLink
2014-11-05 13:49:53 -08:00
Dawn Chen
7bcba9572b Merge pull request #2180 from lavalamp/fix2
Allow (delayed) apiserver starting when network interface isn't available.
2014-11-05 13:46:43 -08:00
Satnam Singh
75b7b0c838 Fluentd and Elasticsearch with Separate Pods Write Up 2014-11-05 13:34:42 -08:00
Daniel Smith
c163535563 Allow (delayed) apiserver starting when network interface isn't available immediately. 2014-11-05 12:07:33 -08:00
bgrant0607
39fba7c8d5 Merge pull request #2024 from meirf/parse-multivalue-based-selector-syntax
state-based parser for multi-valued set selector syntax
2014-11-05 11:17:39 -08:00
Daniel Smith
3260d300e5 Merge pull request #2166 from claire921/refactor_sched
Refactor PodFitsPorts
2014-11-05 10:30:00 -08:00