Commit Graph

10 Commits (706f9747516373b4e8c0e8573bd742a6d6192253)

Author SHA1 Message Date
dlorenc 14c1db2388 Update libmachine code to pick up misc. bug fixes. 2016-05-24 13:54:39 -07:00
dlorenc 0552f504dd Update k8s.io components to efc5bbc9e.
A manual change was required in kube2sky.go.
Updates were required in appc/spec and a few other libraries.
2016-05-23 11:27:28 -07:00
dlorenc 1884f8acf1 Blow away godeps.json, re "godep save". 2016-05-13 14:55:15 -07:00
dlorenc e7fb68b590 First attempt at updating k8s. 2016-05-13 14:05:27 -07:00
Dan Lorenc 91c9898017 Undo modifications to the vendor directory, getting this upstreamed will be harder than I thought. 2016-05-11 16:17:38 -07:00
Dan Lorenc 4ed427b6ff Fix certificate handling.
Start now outputs the correct commands
We add all the IPs to the certificate at creation time.
The certificate is created with ClientAuth extension.
We copy the correct certificates.
2016-05-11 14:05:40 -07:00
Dan Gillespie fe340e52e7 added localkube and dependencies 2016-05-04 01:54:00 -07:00
dlorenc 6e732c2f45 Cleanup unused godeps after removing localkubectl dependency. 2016-04-25 13:57:17 -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