Daniel Smith
ea5cbd44bb
Refactor apiserver command; move logic to a package for reuse and eventual testing
2014-06-15 23:30:58 -07:00
Daniel Smith
b3ab658c71
consistent filenames
2014-06-15 23:30:58 -07:00
Daniel Smith
f3734260d5
Readability improvements.
2014-06-15 23:30:58 -07:00
Daniel Smith
823d654523
Merge pull request #120 from brendanburns/comments
...
Add some documentation
2014-06-15 23:30:11 -07:00
Brendan Burns
32071289e6
Add some documentation
2014-06-15 22:42:19 -07:00
brendandburns
6c589da0f7
Added godoc link.
2014-06-15 22:34:22 -07:00
brendandburns
4adaee01dd
Merge pull request #118 from lavalamp/master
...
Alternative local launch script.
2014-06-15 22:27:23 -07:00
Daniel Smith
f03460ce5b
Rename local-up2.sh to local-up-cluster.sh
2014-06-15 22:15:37 -07:00
Daniel Smith
92709cc808
Merge pull request #119 from brendanburns/docs
...
Update the README with a TOC
2014-06-15 22:14:01 -07:00
Brendan Burns
7ce3ee7867
Update the README with a TOC
2014-06-15 22:13:23 -07:00
Daniel Smith
0a4e6b50ed
Add an alternate local-up experience.
2014-06-15 22:06:55 -07:00
Daniel Smith
c6c59ff03f
Merge pull request #117 from brendanburns/udp
...
Add udp support, and unit tests to match. Closes #96
2014-06-15 22:02:51 -07:00
Brendan Burns
76148dc85f
gofmt
2014-06-15 21:57:29 -07:00
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