Brendan Burns
2e68d087a9
Add udp support.
2014-06-15 21:19:35 -07:00
Daniel Smith
5e07157376
Merge pull request #116 from brendanburns/work
...
Added a -verbose flag, and made a message verbose only.
2014-06-15 21:08:34 -07:00
Brendan Burns
7ded6945c1
Added a -verbose flag, and made a message verbose only.
2014-06-15 20:53:21 -07:00
brendandburns
d23b5e8dae
Merge pull request #115 from briandorsey/master
...
Update the guestbook sample
2014-06-15 20:27:56 -07:00
Brian Dorsey
a5306feafe
fix typo in guestbook URL
2014-06-15 16:13:49 -07:00
Brian Dorsey
bfd7c96ac1
Updated cloudconfig.sh output examples
...
Updated cloudconfig.sh output examples to match what the tool currently prints.
Added specific gcutil commands to get public IP addresses, and create the firewall rules.
2014-06-15 16:12:13 -07:00
Brian Dorsey
fe31617454
Add hack/build-go.sh to step zero
...
(needed when working from a completely clean install)
2014-06-15 15:36:56 -07:00
Daniel Smith
a047dc4930
No underscores in variable names. Add option to set hostname at command line.
2014-06-15 10:24:36 -07:00
Daniel Smith
229ccb0fa3
Merge pull request #110 from jbeda/test-fix
...
Stable comparison of stuff that transits through map.
2014-06-14 16:05:30 -07:00
Joe Beda
c9e5a0ab0c
Merge pull request #112 from brendanburns/master
...
Further error handling when gcloud isn't set up correctly.
2014-06-14 16:05:06 -07:00
Daniel Smith
c7a307ceb2
Merge pull request #105 from lavalamp/improve_e2e
...
Add a new e2e test; fix some bugs/usability problems
2014-06-14 16:03:56 -07:00
Brendan Burns
87afb5fd5e
Further error handling when gcloud isn't set up correctly.
2014-06-14 15:37:39 -07:00
Joe Beda
860ed8cd4c
Merge pull request #111 from brendanburns/master
...
Update release config file to check for gcloud.
2014-06-14 15:13:48 -07:00
Brendan Burns
b78e32b1ba
Updated release config file to check for gcloud.
2014-06-14 15:12:29 -07:00
Joe Beda
c6dd6cb410
Stable comparison of stuff that transits through map.
...
There are probably more of these in the codebase. Looks like this happens with the go tip via travis.
2014-06-14 14:42:00 -07:00
Daniel Smith
f02c27312b
Fix --allowed syntax
2014-06-14 09:52:29 -07:00
Joe Beda
c746dd8df5
Merge pull request #107 from lavalamp/master
...
Fix error recovery.
2014-06-14 07:39:56 -07:00
Daniel Smith
50b9c34cf1
Fix error recovery.
2014-06-13 18:11:32 -07:00
Daniel Smith
e43624e096
Merge pull request #106 from jbeda/third-party-move
...
Move third_party code under third_party/src so it can be used in $GOPATH
2014-06-13 17:33:02 -07:00
Daniel Smith
cba453d72b
Fix basic test the other way.
2014-06-13 17:31:57 -07:00
Daniel Smith
74ea18209a
Add mac instructions
2014-06-13 17:27:01 -07:00
Daniel Smith
2d0b111ba8
Fix basic e2e test
2014-06-13 17:24:12 -07:00
Joe Beda
d230625e1a
Move third_party code under third_party/src so it can be used in $GOPATH.
2014-06-13 17:15:49 -07:00
Daniel Smith
5626703634
Add a new e2e test; fix some bugs/usability problems
2014-06-13 16:30:26 -07:00
Daniel Smith
a40529b379
Merge pull request #104 from jbeda/proxy-test-fix
...
The Mac is picky about the syntax for listening on ephemeral ports.
2014-06-13 16:14:32 -07:00
Joe Beda
239e1273cf
The Mac is picky about the syntax for listening on ephemeral ports.
2014-06-13 16:04:17 -07:00
Daniel Smith
2324dc1510
Merge pull request #102 from brendandburns/errors
...
Make all error strings lower case, for readability.
2014-06-13 15:56:40 -07:00
brendandburns
d62d2ffdef
Merge pull request #76 from gleamglom/api_docs
...
Add more help messages to cloudcfg utility
2014-06-13 15:48:31 -07:00
brendandburns
7b45878bed
Merge pull request #99 from lavalamp/improve_e2e
...
Improve e2e (improve #3 )
2014-06-13 15:47:23 -07:00
brendandburns
7342b6cee9
Merge pull request #100 from lavalamp/fix_panic
...
Add nice(r) error message on api server panic. Fix nil ptr derefs.
2014-06-13 15:46:52 -07:00
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