Brendan Burns
|
482a360f9e
|
Make all error strings lower case, for readability.
|
2014-06-13 15:45:19 -07:00 |
Daniel Smith
|
505f01a7ca
|
Merge pull request #101 from blynch/patch-1
Update guestbook.md
|
2014-06-13 15:14:54 -07:00 |
Brian Lynch
|
79eb0688cb
|
Update guestbook.md
The previous gcutil command fails to connect:
lynchb-macbookpro2:kubernetes lynchb$ gcutil ssh kubernetes-minion-3 --zone us-central1-b
INFO: Zone for kubernetes-minion-3 detected as us-central1-b.
INFO: Running command line: ssh -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no -i /Users/lynchb/.ssh/google_compute_engine -A -p 22 lynchb@23.236.61.38 -- --zone us-central1-b
Warning: Permanently added '23.236.61.38' (RSA) to the list of known hosts.
bash: --: invalid option
Usage: bash [GNU long option] [option] ...
bash [GNU long option] [option] script-file ...
GNU long options:
--debug
--debugger
--dump-po-strings
--dump-strings
--help
--init-file
--login
--noediting
--noprofile
--norc
--posix
--protected
--rcfile
--restricted
--verbose
--version
Shell options:
-irsD or -c command or -O shopt_option (invocation only)
-abefhkmnptuvxBCHP or -o option
|
2014-06-13 15:03:17 -07:00 |
Daniel Smith
|
b95eef522b
|
Add nice(r) error message on api server panic. Fix nil ptr derefs.
|
2014-06-13 14:59:36 -07:00 |
gleamglom
|
dd045544b0
|
Add more help messages to cloudcfg utility
|
2014-06-13 13:16:27 -07:00 |
Daniel Smith
|
de3ae061ee
|
Split up e2e test code. More e2e tests on the way.
|
2014-06-13 12:35:03 -07:00 |
Daniel Smith
|
6d4e1632b3
|
Merge pull request #98 from brendandburns/container_info
Only manage containers with '--' in the name. Addresses #4
|
2014-06-13 12:24:49 -07:00 |
Brendan Burns
|
d393838dfd
|
Only manage containers with '--' in the name.
|
2014-06-13 12:09:48 -07:00 |
Daniel Smith
|
d937f6f776
|
working on a better e2e test
|
2014-06-13 11:26:55 -07:00 |
Daniel Smith
|
9cd9754693
|
Merge pull request #92 from brendandburns/container_info
Add status message population.
|
2014-06-13 10:49:32 -07:00 |
Brendan Burns
|
c2c6055d70
|
Add status message population.
|
2014-06-13 09:42:04 -07:00 |
brendandburns
|
fc36ae2759
|
Merge pull request #94 from lavalamp/change_port
Fix flaky test in proxier.
|
2014-06-12 22:10:34 -07:00 |
brendandburns
|
97caf8f428
|
Merge pull request #95 from lavalamp/master
Forgot to actually add -s to the gofmt call in the hook.
|
2014-06-12 22:10:19 -07:00 |
Daniel Smith
|
701c34f701
|
Forgot to actually add -s to the gofmt call in the hook.
|
2014-06-12 22:03:00 -07:00 |
Daniel Smith
|
e1bc4d2eba
|
Port 2223 is in use on my machine sometimes, so this test was flaky.
|
2014-06-12 21:55:55 -07:00 |
brendandburns
|
da92ba3246
|
Merge pull request #93 from lavalamp/improve_hooks
Improved commit hook
|
2014-06-12 21:26:23 -07:00 |
Daniel Smith
|
2328cad18b
|
Improved commit hook
|
2014-06-12 21:23:04 -07:00 |
Daniel Smith
|
f9a5fadf45
|
Merge pull request #86 from brendandburns/dot
Remove dot import syntax from registry package.
|
2014-06-12 20:58:13 -07:00 |
Daniel Smith
|
1d303febb4
|
Merge pull request #80 from brendandburns/readability
Address package level comments for readability.
|
2014-06-12 20:57:24 -07:00 |
Brendan Burns
|
164160adef
|
Address package level comments for readability.
|
2014-06-12 20:26:12 -07:00 |
brendandburns
|
f053a49988
|
Merge pull request #71 from brendandburns/container_info
Fix some problems in container info handling if the container's no present.
|
2014-06-12 20:17:05 -07:00 |
brendandburns
|
4a8c53e7bd
|
Merge pull request #74 from danielnorberg/dano/cloudcfg-start
cloudcfg: resize <name> <replicas> command
|
2014-06-12 20:16:31 -07:00 |
Brendan Burns
|
0c3b9f2b69
|
fix dot import.
|
2014-06-12 20:14:41 -07:00 |
Joe Beda
|
1524ed7624
|
Merge pull request #79 from lavalamp/syntax_check
Parse settings client-side (addresses #67)
|
2014-06-12 18:49:02 -07:00 |
Joe Beda
|
772c7f4d58
|
Merge pull request #91 from jbeda/gofmt
gofmt -s -w cmd/ pkg/
|
2014-06-12 18:35:40 -07:00 |
Joe Beda
|
353698558d
|
gofmt -s -w cmd/ pkg/
|
2014-06-12 18:34:47 -07:00 |
Daniel Smith
|
3c31f77159
|
Merge pull request #90 from proppy/add-travis
travis: add irc notifications
|
2014-06-12 17:54:18 -07:00 |
Johan Euphrosine
|
58bda7616e
|
travis: add irc notifications
|
2014-06-12 17:36:39 -07:00 |
Daniel Smith
|
078451053b
|
gofmt -s && change gofmt reminder to specify -s in prepare-commit-msg
|
2014-06-12 17:25:46 -07:00 |
Daniel Smith
|
867daadbdb
|
Yaml parses json, too; no need to try both.
|
2014-06-12 17:23:28 -07:00 |
Daniel Smith
|
2abfd95d6b
|
Tests pass now.
|
2014-06-12 17:23:28 -07:00 |
Daniel Smith
|
601f6bb4ad
|
Add inline attribute
|
2014-06-12 17:23:28 -07:00 |
Daniel Smith
|
74fd0c1a58
|
Usability improvements
|
2014-06-12 17:23:28 -07:00 |
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 |