brendandburns
|
c157c28551
|
Merge pull request #202 from lavalamp/cleanup
Fix missing <-
|
2014-06-23 09:09:03 -07:00 |
Daniel Smith
|
a718f6fdb8
|
minor fixes to scheduler_test
|
2014-06-22 11:17:23 -07:00 |
Daniel Smith
|
d57531d924
|
Cleanup: no need for stacked timing loops
|
2014-06-22 11:17:23 -07:00 |
Daniel Smith
|
5de9071b5c
|
Add improved logging: record latency & call stack on error
|
2014-06-22 11:17:23 -07:00 |
Daniel Smith
|
14e18a5308
|
Fix missing <-
|
2014-06-22 11:15:10 -07:00 |
Daniel Smith
|
db3ffe6d2b
|
Merge pull request #201 from jjhuff/kubelet_config_cleanup
Cleanup handling of config channels in RunSyncLoop
|
2014-06-22 11:02:58 -07:00 |
Justin Huff
|
1441a84673
|
Cleanup handling of config channels in RunSyncLoop by passing a map
instead of a bunch of vars.
|
2014-06-22 09:32:49 -07:00 |
Daniel Smith
|
dc35a98ebe
|
Merge pull request #200 from jjhuff/prefix_container
Add a 'k8s' prefix to docker containers that we manage
|
2014-06-21 13:56:14 -07:00 |
Justin Huff
|
460821e370
|
Add a k8s prefix to docker containers that we manage
|
2014-06-21 13:30:10 -07:00 |
Daniel Smith
|
96efeaf99a
|
Merge pull request #198 from jjhuff/fix_localkube
Localkube wasn't seeding it's random number generator
|
2014-06-21 12:41:02 -07:00 |
Justin Huff
|
c9473431fb
|
Localkube wasn't seeding it's random number generator, leading to
conflicting docker container names.
|
2014-06-21 11:48:16 -07:00 |
Daniel Smith
|
25997dcfe2
|
Merge pull request #197 from gottwald/testLoadAuthInfo
Add unit test for cloudcfg.LoadAuthInfo
|
2014-06-21 08:33:12 -07:00 |
Ingo Gottwald
|
8bc07747fe
|
Add unit test for cloudcfg.LoadAuthInfo
|
2014-06-21 15:03:02 +02:00 |
Joe Beda
|
866cad9bd9
|
Build platform specific tarballs and upload them to the release directory.
|
2014-06-20 15:19:01 -07:00 |
Daniel Smith
|
4aa0639781
|
Merge pull request #184 from gottwald/guestbook-fix
Fix guestbook example json syntax error
|
2014-06-20 11:43:34 -07:00 |
Joe Beda
|
96f8cd3761
|
jbeda/docker-registry -> google/docker-registry
|
2014-06-20 11:17:08 -07:00 |
Joe Beda
|
0376098ee1
|
Reorganize build script file for clarity
|
2014-06-20 11:08:50 -07:00 |
Joe Beda
|
8d1913b5f4
|
Expand `build/README.md`.
|
2014-06-20 10:51:50 -07:00 |
Joe Beda
|
4547cee6cb
|
Build runtime Docker images.
Also added release process to push these images to GCS.
|
2014-06-20 10:51:50 -07:00 |
Daniel Smith
|
46764ab4aa
|
Merge pull request #189 from brendandburns/fix
Deflake a test w/ go1.3 random maps.
|
2014-06-20 10:47:02 -07:00 |
Brendan Burns
|
b84cc9c895
|
Deflake a test w/ go1.3 random maps.
|
2014-06-20 10:41:15 -07:00 |
brendandburns
|
4deaca1ce2
|
Merge pull request #190 from lavalamp/fix_name
File name should have changed during query->selector rename. Also, make selector parsing deterministic.
|
2014-06-20 10:09:47 -07:00 |
Daniel Smith
|
b3fbc47bd4
|
Make selector parsing deterministic
|
2014-06-20 10:03:56 -07:00 |
Daniel Smith
|
671a7f1c27
|
File name should have changed during query->selector rename.
|
2014-06-20 09:58:09 -07:00 |
Daniel Smith
|
f6c17b7af6
|
Merge pull request #173 from jjhuff/multi_manifest
Add config dir support to kubelet
|
2014-06-20 09:44:36 -07:00 |
Justin Huff
|
ecf7d11477
|
Make config dir handling deterministic
|
2014-06-20 09:31:52 -07:00 |
Justin Huff
|
d5bf045a6c
|
Make sure that config files are closed properly
|
2014-06-20 09:31:52 -07:00 |
Justin Huff
|
d204f76484
|
Add config dir support to kubelet
|
2014-06-20 09:31:52 -07:00 |
Justin Huff
|
f49b9c2429
|
Fix merge conflicts
|
2014-06-20 09:31:18 -07:00 |
Justin Huff
|
5736cc8d8a
|
Pass through args to localkube
|
2014-06-20 09:28:23 -07:00 |
Daniel Smith
|
8a13e5300d
|
Merge pull request #182 from brendandburns/net
Update IP assignment to be per-pod, not per-container
|
2014-06-20 09:06:34 -07:00 |
Brendan Burns
|
b46d8d2337
|
Merge branch 'net' of https://github.com/brendandburns/kubernetes-1 into net
|
2014-06-20 09:01:17 -07:00 |
brendandburns
|
0a3996a5a6
|
Merge pull request #185 from thockin/master
Minor doc clarification regarding hooks symlinks.
|
2014-06-20 08:45:21 -07:00 |
brendandburns
|
3a9a3b1114
|
Merge pull request #174 from monnand/kubelet-cadvisor
Letting kubelet retrieve container stats from cAdvisor
|
2014-06-20 08:36:22 -07:00 |
brendandburns
|
62265126c5
|
Merge pull request #183 from proppy/client-coverage
pkg/client: refactor tests
|
2014-06-20 08:34:16 -07:00 |
Tim Hockin
|
853fd6e525
|
Minor doc clarification regarding hooks symlinks.
|
2014-06-20 08:31:51 -07:00 |
Ingo Gottwald
|
de062f6720
|
Fix guestbook example json syntax error
|
2014-06-20 11:51:38 +02:00 |
Johan Euphrosine
|
fe589a3f64
|
pkg/client: refactor tests
|
2014-06-19 23:12:27 -07:00 |
brendandburns
|
0c8d556afb
|
Fix IP affinity to be per-pod, not per-container.
|
2014-06-19 23:09:21 -07:00 |
brendandburns
|
ba7fe835ce
|
Add a travis build image.
|
2014-06-19 21:59:40 -07:00 |
brendandburns
|
168ec29f54
|
Merge pull request #178 from vmarmol/add-external-mounts
Adding support for external mounts
|
2014-06-19 21:28:40 -07:00 |
Nan Deng
|
a10a64856d
|
use json.Marshal directly
|
2014-06-20 04:21:57 +00:00 |
Victor Marmol
|
e794f539d8
|
Adding support for external mounts
|
2014-06-19 21:14:19 -07:00 |
Nan Deng
|
7c7dfe3eeb
|
style
|
2014-06-20 04:06:28 +00:00 |
jkaplowitz
|
33e12cf991
|
Merge pull request #181 from brendandburns/cmd
Fix the container manifest to so that Command is an array, not a string.
|
2014-06-19 20:30:42 -07:00 |
Brendan Burns
|
ae9fce1358
|
Fix the container manifest to so that Command is an array, not a string.
|
2014-06-19 20:21:20 -07:00 |
Daniel Smith
|
466be48c74
|
Merge pull request #166 from brendandburns/sync
Part #1 of synchronous requests: Add channels and a mechanism for waiting
|
2014-06-19 16:40:25 -07:00 |
Brendan Burns
|
2640de5c02
|
Part #1 of synchronous requests: Add channels and a mechanism for waiting on them
|
2014-06-19 16:13:13 -07:00 |
brendandburns
|
fced42719c
|
Merge pull request #176 from lavalamp/master
Fix schema, regen docs
|
2014-06-19 15:46:25 -07:00 |
Nan Deng
|
865ba190ff
|
write headers after error checking
|
2014-06-19 22:28:48 +00:00 |