Commit Graph

76454 Commits (8c25b80913d54de547b763a8f9fd30d235049bb7)

Author SHA1 Message Date
Daniel Smith 853a4e26a8 Call parsing code from cloudcfg 2014-06-12 17:23:28 -07:00
Daniel Smith 881613e3f5 First part of parsing settings client-side 2014-06-12 17:23:28 -07:00
Joe Beda 5b3c6f1965 Merge pull request #83 from proppy/add-travis
add travis integration
2014-06-12 17:07:32 -07:00
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
Johan Euphrosine afc3fe7edf travis: explicit gopath 2014-06-12 16:07:44 -07:00
Johan Euphrosine 1b60c4d88f travis: fix path for integration 2014-06-12 16:05:05 -07:00
Johan Euphrosine 0d9280e168 travis: remove e2e test and set GOPATH for integration 2014-06-12 15:44:27 -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
Johan Euphrosine 0563f5d2b1 travis: fix integration test invocation 2014-06-12 15:40:08 -07:00
Johan Euphrosine ac14b2b9dd travis: add etcd and gcloud path 2014-06-12 15:24: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
Johan Euphrosine 200fc2dd29 travis: add cloudsdk and cover tool 2014-06-12 14:35:11 -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
Daniel Norberg 339623736d cloudcfg: resize <name> <replicas> command 2014-06-12 17:07:06 -04:00
Johan Euphrosine 8bd747a904 add travis integration 2014-06-12 13:49:36 -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
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