Tim Hockin
|
99bca68c7d
|
Add local-up support
|
2014-10-16 08:36:47 -07:00 |
Sam Ghods
|
868c6fe4b8
|
Increase logging levels in hack/local-up-cluster.sh
|
2014-10-07 00:07:05 -07:00 |
Sam Ghods
|
97dd16b913
|
Fix hack/local-up-cluster.sh to ensure apiserver comes up
|
2014-10-06 19:38:27 -07:00 |
Jessica Forrester
|
2dc30aa932
|
Remove unused enable_cors flag and allow localhost without a port as an origin in local-up-cluster
|
2014-09-12 13:01:32 -04:00 |
Jessica Forrester
|
8b4ca9c2a7
|
Move CORS handler wrapping into cmd/apiserver and switch config flag to a list of allowed origins
|
2014-09-09 17:50:18 -04:00 |
Jessica Forrester
|
8723eece49
|
Add option to enable a simple CORS implementation for the api server
|
2014-09-09 17:50:18 -04:00 |
Joe Beda
|
843ae1fbe2
|
Rename `output/` directory to `_output/`
go build ./... will ignore any directory starting with an underscore.
|
2014-08-29 14:44:55 -07:00 |
Deyuan Deng
|
c63205b0a7
|
Add quotes for variable; change shell redirection.
|
2014-08-28 22:31:53 -04:00 |
Deyuan Deng
|
9fed990da6
|
Start scheduler locally.
|
2014-08-28 20:48:36 -04:00 |
Clayton Coleman
|
9006eadcfe
|
kube-proxy can read config from the apiserver
All clients that talk to a "master" as a host:port or URL
(scheme://host:port) parameter. Add tests.
|
2014-08-27 15:49:01 -04:00 |
Sam Ghods
|
242e1f9690
|
Modify hack/local-up-cluster.sh to use start_etcd function
|
2014-08-26 16:57:36 -07:00 |
csrwng
|
c65470583e
|
Remove etcd servers flag from controller manager in local-up-cluster
|
2014-08-07 10:02:15 -04:00 |
brendandburns
|
616398987a
|
Merge pull request #643 from zhgwenming/build
Use 'go install' instead of 'go build' to generate all commands at the same time.
|
2014-07-28 11:44:05 -07:00 |
Albert Zhang
|
0375709fa3
|
Use 'go install' to build all commands at the same time.
'go build' compiles the packages but discards the results if multiple packages specified.
|
2014-07-27 22:20:13 -04:00 |
Clayton Coleman
|
7a63b53ee2
|
Allow API_PORT to be changed via hack/local-up
|
2014-07-27 15:38:12 -04:00 |
Brendan Burns
|
c002cac157
|
Add some extra validation and checking to the local cluster setup.
|
2014-06-27 21:47:01 -07:00 |
Dan Mace
|
b733585123
|
Launch proxy as part of local-up-cluster.sh
|
2014-06-26 15:48:26 -04:00 |
Justin Huff
|
e948248546
|
Make local-up-cluster more user-friendly
|
2014-06-25 12:19:37 -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
|
f03460ce5b
|
Rename local-up2.sh to local-up-cluster.sh
|
2014-06-15 22:15:37 -07:00 |