Commit Graph

139 Commits

Author SHA1 Message Date
Joe Beda
e1a5c6268e Merge pull request #77 from brendandburns/kublet
Expand unit tests, coverage now to 56.9%
2014-06-12 17:06:36 -07:00
Daniel Smith
5df9c5e770 Merge pull request #89 from jbeda/gcloud-fix
Switch from `gcloud compute` to `gcutil`.
2014-06-12 16:56:10 -07:00
Joe Beda
110a390c97 Switch from gcloud compute to gcutil.
We'll switch back to the future once the interface has settled down.
2014-06-12 15:43:00 -07:00
brendandburns
77cbfab1cd Merge pull request #88 from ctso/master
Allow the use of a network other than default
2014-06-12 15:07:53 -07:00
Chris Soyars
76e0391ad3 Allow the use of a network other than default 2014-06-12 15:00:48 -07:00
Brendan Burns
b05bc22a62 Refactor the kubelet for testability.
Add unit tests.  Test coverage to 56.9%
2014-06-12 14:44:46 -07:00
Daniel Smith
54d1e7e86d Merge pull request #84 from proppy/gofmt
gofmt -s pkg/ cmd/
2014-06-12 14:20:12 -07:00
Johan Euphrosine
4f6bed03ae gofmt -s pkg/ cmd/ 2014-06-12 14:16:19 -07:00
brendandburns
c0f41e2a86 Merge pull request #82 from danielnorberg/dano/fix-cloudcfg-test-dorequest
cloudcfg: fix TestDoRequest
2014-06-12 13:37:04 -07:00
Daniel Norberg
75957dc5b9 cloudcfg: fix TestDoRequest 2014-06-12 16:35:00 -04:00
Daniel Smith
3e1e3d90a3 Merge pull request #81 from brendandburns/local
Fix localkube due to a bad merge.
2014-06-12 13:24:37 -07:00
Brendan Burns
8f8c31e5cf Fix localkube due to a bad merge. 2014-06-12 13:20:16 -07:00
brendandburns
a722768d02 s/linux/Linux/ 2014-06-12 11:49:42 -07:00
brendandburns
df3aa48f88 Merge pull request #78 from jbeda/gcloud-fix
Fix up version string for gcloud compute version.
2014-06-12 11:37:56 -07:00
Joe Beda
9d50a76922 Fix up version string for gcloud compute version.
This might break again as the version that this change will land isn't stable.  I'm going to switch back to gcutil until we know we won't break again.  That will come in a future PR.
2014-06-12 11:35:46 -07:00
Joe Beda
880059fb8a Merge pull request #63 from brendandburns/examples
Added the example dockerfiles.
2014-06-12 11:34:12 -07:00
brendandburns
07beeea50f Merge pull request #75 from danielnorberg/dano/cluster-kube-master-env
cluster: allow providing KUBE_MASTER_IP env var
2014-06-12 11:19:59 -07:00
brendandburns
d100006616 Merge pull request #72 from lavalamp/localkube
Localkube
2014-06-12 11:15:08 -07:00
Daniel Norberg
c74e04efea cluster: allow providing KUBE_MASTER_IP env var
To avoid overhead of always querying gcloud.
2014-06-12 13:05:37 -04:00
Daniel Smith
ac65cc7094 Address comments 2014-06-12 09:35:04 -07:00
Daniel Smith
69acbf5a74 Fix build 2014-06-12 09:35:04 -07:00
Daniel Smith
7c17db672e Move hostname detection logic to allow replacement 2014-06-12 09:35:04 -07:00
Daniel Smith
187f7d2534 cloudcfg working locally now 2014-06-12 09:35:04 -07:00
Daniel Smith
912ec01856 Update readme 2014-06-12 09:35:04 -07:00
Daniel Smith
9e03e1d8ea Generate password for local cluster, too 2014-06-12 09:35:04 -07:00
Daniel Smith
5d02bf0e4b change name 2014-06-12 09:35:04 -07:00
Daniel Smith
8178240bbe Add a binary and scripts for running a local kubernetes cluster. 2014-06-12 09:35:04 -07:00
Joe Beda
02d9cf2eb9 Merge pull request #69 from brendandburns/scheduler
Fix the first fit scheduler to randomize.
2014-06-11 21:29:51 -07:00
brendandburns
265edf4da0 Merge pull request #68 from danielnorberg/fix-e2e-test
e2e-test: expose minion 8080 port
2014-06-11 17:47:35 -07:00
brendandburns
b4bb70d998 Merge pull request #70 from lavalamp/misc
Misc cleanup
2014-06-11 17:46:28 -07:00
Daniel Norberg
0a4e7985a9 e2e-test: expose minion 8080 port
Otherwise the test fails when trying to reach the
nginx containers.
2014-06-11 20:36:00 -04:00
Daniel Smith
12c1d660a3 Fix link 2014-06-11 17:20:16 -07:00
Daniel Smith
4f848b6d3b Need proper package comment. 2014-06-11 17:20:16 -07:00
Daniel Smith
88b9c7ba79 Move storage of password 2014-06-11 17:20:16 -07:00
Daniel Smith
59d9763a52 remove package name, not needed here 2014-06-11 17:20:16 -07:00
Daniel Smith
48d5a1da8b Ignore go test binaries 2014-06-11 17:20:16 -07:00
Brendan Burns
5563459178 Fix the first fit scheduler to randomize. 2014-06-11 17:11:48 -07:00
Joe Beda
b6521a3f1b Merge pull request #36 from brendandburns/tests
Expand testing of the util package.  Now 70%
2014-06-11 12:59:40 -07:00
Brendan Burns
9f76f13205 gofmt 2014-06-11 12:50:01 -07:00
Brendan Burns
a54f3e0001 Add executable bit. 2014-06-11 12:43:56 -07:00
Brendan Burns
30f7fc5e3b Added the example dockerfiles. 2014-06-11 12:35:03 -07:00
Daniel Smith
845f776e23 Merge pull request #57 from usarid/patch-1
Remove unnecessary application/json properties
2014-06-11 12:09:04 -07:00
Joe Beda
a8d855a9e9 Merge pull request #52 from adnanh/patch-1
Typo in command
2014-06-11 09:21:51 -07:00
brendandburns
f453de3a92 Merge pull request #58 from dsymonds/patch-1
Change flag.Duration descriptions to be unit-free.
2014-06-11 07:04:21 -07:00
brendandburns
d1fe920f38 Merge pull request #59 from dsymonds/patch-2
Change flag.Duration descriptions to be unit-free.
2014-06-11 07:04:00 -07:00
brendandburns
e9db9e045b Merge pull request #60 from travisby/patch-1
Fix Typo in Design Document Overview
2014-06-11 07:03:01 -07:00
Travis Beatty
07420419bb Fix Typo in Design Document Overview
s/arechitecture/architecture/
2014-06-11 08:21:45 -04:00
David Symonds
86d34996b4 Change flag.Duration descriptions to be unit-free.
flag.Duration permits different durations, not just seconds.
2014-06-11 16:29:36 +10:00
David Symonds
7f3989f91b Change flag.Duration descriptions to be unit-free.
flag.Duration permits different durations, not just seconds.
2014-06-11 16:29:35 +10:00
Uri Sarid
0ef752aa00 Remove unnecessary application/json properties
Since the default mediaType is declared at the root level, you can omit the explicit application/json media types for any body. DRY!
2014-06-10 22:43:04 -07:00