Commit Graph

28 Commits (45c8c4d27bb83d7ab1845e8b8f5283d81644173c)

Author SHA1 Message Date
Aaron Prindle e0494803a8 Updated k8s version to v1.3.5. Also updated docs. 2016-08-15 15:15:58 -07:00
Jimmi Dyson ecf7a35b19
Uprade to Kubernetes v1.3.4 2016-08-03 16:21:00 +01:00
dlorenc 9f177b962a Merge pull request #393 from jimmidyson/windows-support
docker-env command: Added support for multiple shells with no-proxy and unset flags
2016-07-26 08:23:30 -07:00
Rod Cloutier c847979cab
docker-env command: Added support for multiple shells with no-proxy and unset flags 2016-07-25 15:58:16 +01:00
Jimmi Dyson a84cb65851
Upgrade to Kubernetes 1.3.3 2016-07-25 14:03:15 +01:00
Jimmi Dyson 2cb6e7fb96
Upgrade to Kubernetes 1.3.2 2016-07-21 20:06:02 +01:00
aprindle 740ef2ec6f Upgraded the Kubernetes version to v1.3.0 2016-07-01 15:09:38 -07:00
Jimmi Dyson 8e058cc73c
Update kubernetes to v1.3.0-beta.2 2016-06-29 10:44:08 +01:00
Dan Lorenc 595a9cbbc6 Add an automated test for the releases.json schema. 2016-06-26 11:54:22 -07:00
dlorenc 88f11109d5 Merge pull request #191 from aaron-prindle/update-notifier-no-lib
Have update notifier working and tests
2016-06-21 13:32:21 -07:00
Dan Lorenc 9c252f002f Update kubernetes to v1.3.0-beta.1 2016-06-18 20:06:13 -07:00
aprindle f5a56b1d60 Finished tests for update notifier 2016-06-14 13:00:01 -07:00
aprindle dd875f614e Have update notifier working, need to add tests 2016-06-14 13:00:01 -07:00
Brandon Philips 9d65272511 vendor: add github.com/docker/machine/driver/vmwarefusino
Use the exact same version as the virtualbox driver.
2016-06-11 19:45:35 -07:00
dlorenc 8f570cf6e4 Fix the godeps.json and versioning. 2016-06-10 11:50:04 -07:00
Dan Lorenc e46b0d9cb0 Update k8s. 2016-06-10 09:43:46 -07:00
aprindle 3c59245f32 Added gen_help_text.go and docs/ directory for cobra generated help
documentation.  Added test in Travis for making sure docs are up-to-date.
2016-06-07 16:44:06 -07:00
aprindle adf5fc48fa Added dashboard cmd to minikube. Also added dependencies via godep.
In the future will add feature to wait for dashboard to start and then
display if it is not running yet.
2016-06-07 11:43:47 -07:00
dlorenc d4e887e2ad Update k8s. 2016-06-03 08:50:16 -07:00
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 Gillespie fe340e52e7 added localkube and dependencies 2016-05-04 01:54:00 -07:00
Lucas Käldström 248b6941d0 Rename github.com/kubernetes to k8s.io 2016-05-01 18:39:11 +03: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