Commit Graph

8816 Commits (d1769f6c31ec7ae75879a4d9b4c42bd0577d341b)

Author SHA1 Message Date
Dan Lorenc 422c107b71 Add .travis.yml. 2016-04-25 10:25:44 -07:00
Dan Lorenc d74ce773cf Merge branch 'prototype' 2016-04-25 10:08:58 -07:00
Dan Lorenc fac1305c12 README updates. 2016-04-25 10:01:43 -07:00
Dan Lorenc 9dd515a6d7 Stop using localkubectl. Start localkube via ssh commands, outside the container. 2016-04-25 09:34:40 -07:00
Dan Lorenc 948edd68b2 Move directory creation into the root cmd. Fix bug starting container. 2016-04-24 12:16:09 -07:00
Dan Lorenc 48e641c50b Cleanup driver and host option initialization. 2016-04-24 11:54:54 -07:00
Dan Lorenc e9980356f1 Remove out-of-process driver startup. 2016-04-24 10:29:51 -07:00
Dan Lorenc c3b56fa10b Refactor test fakes.
- Move them into their own package.
- Move constants into their own package as well.
2016-04-23 13:46:47 -07:00
dlorenc 9ce2febb3a Start unit tests for cluster.go 2016-04-22 13:48:00 -07:00
dlorenc 26af1ad0bd More cleanup in Host creation. 2016-04-21 15:00:22 -07:00
dlorenc 038a285073 Refactoring cluster.go a bit.
Get the API reference ahead of time and pass it in.
Separate starting the cluster from starting the Host.
2016-04-21 14:44:00 -07:00
dlorenc 89e2b208ec README additions. 2016-04-19 11:45:58 -07:00
dlorenc e8a60b9cdf Initial prototype using libmachine and localkubectrl.
go run cli/main.go start will bring up a VM with localkube
running and print out instructions on how to use it.

Lots to do still:
- This is not very safe to re-run, but it will attempt to reuse a VM
if it already exists
- Commands for stopping/restarting/deleting
2016-04-19 11:21:57 -07:00
dlorenc b2b63b5e2f Initial commit of CLI using cobra scaffolding.
This commit adds a root CLI with no commands yet. This was generated
using "cobra init", with only a few modifications:

- License fixes.
- Removal of viper config loading.
- Help text modifications.
2016-04-18 10:40:41 -07:00
Vish Kannan 9cf84c2acd Update License file 2016-04-15 15:44:00 -07:00
Vish Kannan 320cff6595 Initial commit 2016-04-15 15:38:35 -07:00