brendandburns
|
a3036d2c81
|
Merge pull request #143 from jjhuff/fix_scheduler_panic
FirstFitScheduler was triggering a panic by passing nil as the query to EtcdRegistry.ListPods
|
2014-06-17 17:33:17 -07:00 |
brendandburns
|
af6903d22b
|
Merge pull request #142 from jjhuff/log_apiserver_panic
When the apiserver panics, log a stacktrace.
|
2014-06-17 17:32:47 -07:00 |
Joe Beda
|
4f63a690ee
|
Support cross compilation.
Also add more utilities to copy and clean stuff.
|
2014-06-17 16:10:57 -07:00 |
Justin Huff
|
1bef7fdd04
|
FirstFitScheduler was triggering a panic by passing nil as the query to
EtcdRegistry.ListPods. I think this was just missed during the recent
label refactor.
|
2014-06-17 15:48:37 -07:00 |
Justin Huff
|
3072ccf088
|
When the apiserver panics, log a stacktrace.
|
2014-06-17 14:59:37 -07:00 |
Joe Beda
|
570ebf54a9
|
Build Kubernetes in Docker.
Scripts and Dockerfile to build a container image, build binaries, run tests, etc. Also copy output back out to the host machine.
|
2014-06-17 14:52:38 -07:00 |
Daniel Smith
|
500ef4c46c
|
Extract yet more redundancy
|
2014-06-17 13:53:47 -07:00 |
Daniel Smith
|
77556a5eb0
|
Extract more redundancy
|
2014-06-17 13:53:47 -07:00 |
Daniel Smith
|
25ab3b695e
|
Move duplicated logic into single function.
|
2014-06-17 13:53:47 -07:00 |
Brendan Burns
|
2759b2367f
|
Add load balancing support to services.
|
2014-06-17 12:37:39 -07:00 |
Daniel Smith
|
0c68c6307a
|
Merge pull request #136 from bgrant0607/master
Use ADD rather than VOLUME in order to work with remote containers.
|
2014-06-17 11:34:46 -07:00 |
Brian Grant
|
0a05574463
|
Use ADD rather than VOLUME in order to work with remote containers.
|
2014-06-17 18:14:00 +00:00 |
Brendan Burns
|
23e736c8e1
|
Added goauth2 and the google api client.
|
2014-06-17 10:52:12 -07:00 |
Brendan Burns
|
45397c46cc
|
bump(code.google.com/p/goauth2/compute/serviceaccount): ef170e7cf161bc5644976d13cadc67b285e73ee8
|
2014-06-17 10:52:11 -07:00 |
Brendan Burns
|
721f6571fa
|
bump(code.google.com/p/google-api-go-client/googleapi): cdde2f903343c1fb7613c7cf1fe5e6567e02a9b2
|
2014-06-17 10:52:11 -07:00 |
Brendan Burns
|
dd44261adf
|
bump(gopkg.in/v1/yaml): b0c168ac0cf9493da1f9bb76c34b26ffef940b4a
|
2014-06-17 10:52:11 -07:00 |
Brendan Burns
|
f7f449f334
|
bump(code.google.com/p/google-api-go-client/compute/v1): 2d8543b9e701ae349c9905482af0e017345b86c7
|
2014-06-17 10:52:10 -07:00 |
Brendan Burns
|
48e246c117
|
bump(code.google.com/p/goauth2/oauth): cf9c96faa9885b8cf351c2d79d9a929f3eebd4ec
|
2014-06-17 10:52:10 -07:00 |
Brendan Burns
|
5d2eb7dfff
|
bump(github.com/fsouza/go-dockerclient): a735a3dbbfdd1822886f6b4235318c8809b41538
|
2014-06-17 10:52:10 -07:00 |
Brendan Burns
|
b1531bbcf5
|
bump(github.com/coreos/go-etcd/etcd): 7745cfd7f8e619cc9e6be450238e6253a57a227f
|
2014-06-17 10:52:10 -07:00 |
brendandburns
|
fe0cb7c87b
|
Merge pull request #133 from bgrant0607/master
Dockerized raml2html and regenerated kubernetes.html.
|
2014-06-17 10:28:36 -07:00 |
Brian Grant
|
20cc10b5b0
|
Dockerized raml2html and regenerated kubernetes.html.
|
2014-06-17 17:11:19 +00:00 |
brendandburns
|
e7125fb7ea
|
Merge pull request #130 from lavalamp/test_fix
Move labels and tests to new package
|
2014-06-16 22:36:32 -07:00 |
Daniel Smith
|
e10e5b99d5
|
Fix typo
|
2014-06-16 22:21:43 -07:00 |
Daniel Smith
|
c4e575d4ac
|
switch to different types for different parts of the label query
|
2014-06-16 22:05:12 -07:00 |
Daniel Smith
|
3b980bd9dc
|
Make deterministic
|
2014-06-16 22:05:12 -07:00 |
Daniel Smith
|
c27ad1390d
|
etcd does some trickery that was avoiding the pid capturing in our tests. Run in subshell.
|
2014-06-16 22:05:12 -07:00 |
Daniel Smith
|
c534d070e5
|
Rename LabelSet labels.Set
|
2014-06-16 22:05:12 -07:00 |
Daniel Smith
|
5c3e4fab58
|
add another test
|
2014-06-16 22:05:12 -07:00 |
Daniel Smith
|
7d05ba4dc4
|
Implement new label system
|
2014-06-16 22:05:12 -07:00 |
Daniel Smith
|
ad2ec27e91
|
Implement label queries for controller registry
|
2014-06-16 22:05:12 -07:00 |
Daniel Smith
|
154ec0db1e
|
apiserver builds again
|
2014-06-16 22:05:12 -07:00 |
Daniel Smith
|
1c6342a794
|
Move labels to own package
|
2014-06-16 22:05:11 -07:00 |
Daniel Smith
|
3ab2f8a3a2
|
First piece of improving labels
|
2014-06-16 22:05:11 -07:00 |
Daniel Smith
|
6d3af1f8ff
|
Make success status public so it will actually get sent to clients
|
2014-06-16 22:05:11 -07:00 |
brendandburns
|
bad4318b95
|
Merge pull request #131 from lavalamp/faster_test
Parse status; makes test much faster
|
2014-06-16 20:56:37 -07:00 |
Daniel Smith
|
b709532fdd
|
Move jq requirement message
|
2014-06-16 20:45:38 -07:00 |
Daniel Smith
|
b3c934cde1
|
Parse status; makes test much faster
|
2014-06-16 20:42:17 -07:00 |
Daniel Smith
|
4df24a108e
|
Merge pull request #126 from jbeda/doc-fix
Suggest people verify they can start a VM on GCE.
|
2014-06-16 15:32:31 -07:00 |
Joe Beda
|
35c0ce2abb
|
Suggest people verify they can start a VM on GCE.
|
2014-06-16 15:03:37 -07:00 |
Joe Beda
|
a089096468
|
Merge pull request #125 from brendandburns/dot
Remove dot import syntax from cloudcfg.
|
2014-06-16 11:23:09 -07:00 |
Brendan Burns
|
b8eaa8634e
|
Remove dot syntax.
|
2014-06-16 11:16:18 -07:00 |
Joe Beda
|
7e9c3138b6
|
Merge pull request #123 from ryanwalters/patch-1
Minor edit
|
2014-06-16 09:44:35 -07:00 |
Joe Beda
|
cd15ae667d
|
Merge pull request #121 from lavalamp/api_long_op
Refactor apiserver
|
2014-06-16 09:22:22 -07:00 |
Ryan Walters
|
be945bfd67
|
Minor edit
rewrite -> rewritten
|
2014-06-16 10:13:20 -05:00 |
Daniel Smith
|
d3049e4d11
|
Still build and push before running test, even if cluster is already running.
|
2014-06-15 23:39:24 -07:00 |
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 |