Commit Graph

114932 Commits

Author SHA1 Message Date
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
Brendan Burns
c36a7896fd Added a comment explaining the function. 2014-06-12 11:27:50 -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
Daniel Smith
fd5d98f21b Merge pull request #48 from hmrm/patch-1
Fix typo in DESIGN.md
2014-06-10 20:10:39 -07:00
Daniel Smith
e4b24bd0a7 Merge pull request #53 from asm89/patch-1
Update DESIGN.md
2014-06-10 20:09:24 -07:00
Alexander
5b6879a932 Update DESIGN.md 2014-06-11 03:51:13 +02:00
Adnan Hajdarević
6939fa6616 Typo in command 2014-06-11 01:43:48 +02:00
brendandburns
8b9e504574 Merge pull request #51 from mmdriley/master
Use a CSPRNG to generate passwords.
2014-06-10 16:02:50 -07:00
mmdriley
d482673bcb Use a CSPRNG to generate passwords. 2014-06-10 15:58:51 -07:00
Daniel Smith
55eb0bdb73 Merge pull request #49 from juliusv/idiomatic-method-switch
Make cloudcfg method switch idiomatic.
2014-06-10 15:06:59 -07:00
Julius Volz
f6c4dd2332 Make cloudcfg method switch idiomatic. 2014-06-10 23:42:59 +02:00
Daniel Smith
02855cd096 Merge pull request #47 from jbeda/docs
Some documentation tweaks
2014-06-10 14:05:23 -07:00
Haney Maxwell
ab8b3e6c08 Fix typo in DESIGN.md 2014-06-10 13:58:07 -07:00