Commit Graph

3325 Commits

Author SHA1 Message Date
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
Brendan Burns
3b1ef739d1 Merge pull request #2190 from lavalamp/fix2
Remove test verbosity
2014-11-05 19:59:05 -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
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
Daniel Smith
6e55514a47 Merge pull request #2167 from claire921/clean
Cleanup generic_scheduler
2014-11-05 10:22:24 -08:00
Daniel Smith
1b9dbe10d9 Merge pull request #2168 from claire921/cleanup_predicates
Refactore calculateOccupancy in pkg/scheduler
2014-11-05 10:21:34 -08:00
Joe Beda
e8252b3463 Merge pull request #2175 from eparis/sched-as-kube-user
In example unit file, run the scheduler as kube, not root
2014-11-05 09:58:11 -08:00
Eric Paris
9f666969df In example unit file, run the scheduler as kube, not root
Only the kubelet and proxy do things which need root privs
2014-11-05 11:51:15 -05:00
Meir Fischer
444b74302a state-based parser for multi-valued set selector syntax 2014-11-05 08:47:51 -05:00
bgrant0607
3155cad475 Merge pull request #2169 from bgrant0607/config
Update api/validation service validation with service fields moved by #2086
2014-11-04 22:59:06 -08:00
Brian Grant
535785e3b9 Update api/validation service validation with service fields moved by #2086 2014-11-05 06:52:06 +00:00
bgrant0607
fc0dab630c Merge pull request #2086 from markturansky/v1beta3_refactor
Refactor internal API for Services to match v1beta3
2014-11-04 21:48:02 -08:00
Claire Li
076f1638b8 Refactore calculateOccupancy in pkg/scheduler 2014-11-04 21:44:44 -08:00
Claire Li
0e989afa66 Cleanup generic_scheduler 2014-11-04 21:39:10 -08:00
Claire Li
8d859f4260 Refactor PodFitsPorts 2014-11-04 21:21:26 -08:00
bgrant0607
1dddcea2f0 Merge pull request #1980 from bgrant0607/config
Config generator suite
2014-11-04 17:23:49 -08:00
Brian Grant
b8959bf146 Initial cut of simple config generation/transformation tools 2014-11-05 01:14:34 +00:00
Brendan Burns
c1ce1fcd46 Merge pull request #2163 from lavalamp/fix2
Fix nil docker client (how did this ever work???)
2014-11-04 17:07:53 -08:00
Daniel Smith
4b16e979e6 Fix nil docker client (how did this ever work???) 2014-11-04 16:58:37 -08:00
Dawn Chen
03958f5049 Restart network container when container's configure is changed.
Fix #2099
2014-11-04 14:38:33 -08:00