Daniel Smith
|
79ee5aa250
|
Implement minion registry. Minions now a first-class object.
|
2014-06-23 13:27:52 -07:00 |
Daniel Smith
|
d460c01ade
|
Add minion registry
|
2014-06-23 13:27:52 -07:00 |
Daniel Smith
|
6ccd9b2361
|
Move to new file. Build and tests pass.
|
2014-06-23 13:24:27 -07:00 |
Daniel Smith
|
7667c7de42
|
Add test
|
2014-06-23 13:24:27 -07:00 |
Daniel Smith
|
b1d8a41049
|
Add new api usage mechanism.
|
2014-06-23 13:24:26 -07:00 |
brendandburns
|
49c25a4e28
|
Merge pull request #196 from lavalamp/marshal
Make api able to marshal its types correctly
|
2014-06-23 13:22:52 -07:00 |
brendandburns
|
24a1389a17
|
Merge pull request #179 from jbeda/dockerize-release
Build runtime Docker images.
|
2014-06-23 13:05:27 -07:00 |
brendandburns
|
3b62bc185a
|
Merge pull request #209 from lavalamp/fix_doc
Fix boilerplate everywhere + add hook to keep it fixed
|
2014-06-23 13:04:51 -07:00 |
Daniel Smith
|
5785a84edf
|
Merge pull request #208 from thockin/master
Minor: allow hack/build-go.sh to take args for faster iteration.
|
2014-06-23 12:17:46 -07:00 |
Daniel Smith
|
756ba6958d
|
Add boilerplate checking to hook
|
2014-06-23 12:00:16 -07:00 |
Tim Hockin
|
035bc3ba3c
|
Minor: allow hack/build-go.sh to take args for faster iteration.
e.g.
$ ./hack/build-go.sh kubelet
+++ Building kubelet
$
|
2014-06-23 11:38:04 -07:00 |
Daniel Smith
|
b850d36166
|
Fix boilerplate everywhere
|
2014-06-23 11:32:11 -07:00 |
Daniel Smith
|
ee75bb8dbe
|
Address comments; Also internally start using JSONBase instead of reflect.Value of JSONBase.
|
2014-06-23 09:54:17 -07:00 |
Daniel Smith
|
41534c1cc5
|
Encode/decode working everywhere now.
|
2014-06-23 09:54:17 -07:00 |
Daniel Smith
|
14361e336a
|
Make apiserver work with new encode/decode
|
2014-06-23 09:54:17 -07:00 |
Daniel Smith
|
d7b4915111
|
Don't make people have to worry about the Kind field.
|
2014-06-23 09:54:17 -07:00 |
Daniel Smith
|
2bcb44b6bd
|
make Registry use Encode
|
2014-06-23 09:54:17 -07:00 |
Daniel Smith
|
fb991fb84e
|
Change type to []byte
|
2014-06-23 09:54:17 -07:00 |
Daniel Smith
|
a9d9bb9d47
|
Add intelligent type marshalling/unmarshalling
|
2014-06-23 09:54:17 -07:00 |
brendandburns
|
86f837d47e
|
Merge pull request #192 from lavalamp/misc_cleanup
Logging + Misc cleanup
|
2014-06-23 09:42:39 -07:00 |
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 |