Commit Graph

40 Commits (a415ffef072ddbaf3e6437818d0df331af158cff)

Author SHA1 Message Date
Anders F Björklund 62e3ba7b52 Update docker/machine to fix the AMD bug 2019-03-06 21:37:05 +01:00
Anders F Björklund fa392cd69e Upgrade libmachine to version 0.16.1 2019-02-03 14:00:36 +01:00
Praveen Kumar 23bd8de8d8 Issue #3037 change dependency management to dep 2018-09-26 11:58:13 -07:00
Joao Carlos 74d6155d47 Update docker/machine dependencies
Fixes an issue that prevents the vmwarefusion driver from working with
minikube.
2018-08-20 07:44:31 -07:00
dlorenc 703f76d35a Final godep sync. 2018-07-24 12:36:42 -07:00
dlorenc d9ab2fe8fd Godep changes for removing localkube. 2018-07-24 12:36:42 -07:00
dlorenc 1f355ea965 Vendor changes for go-containerregistry switch. 2018-06-14 10:09:06 -07:00
dlorenc 85cac4dfe7 Update docker-machine for hyper-v fix. 2018-04-12 13:58:59 -07:00
dlorenc 6ff1639008
Vendor changes for 1.10 2018-03-27 10:47:20 -07:00
dlorenc 9b86712058 Update docker-machine to fix hyper-v cmdlet collision. 2018-03-06 07:41:58 -08:00
dlorenc 0e505fbfa7 Update godeps for nfsexports. 2018-01-02 16:18:54 -08:00
Mohit Gupta e1903b7423 support NFS sharing with the hyperkit driver 2018-01-02 16:18:54 -08:00
dlorenc 28cbc6f73a Vendor changes for 1.9 update. 2017-12-21 14:15:48 -08:00
dlorenc ee00eda89f Docker-machine update. 2017-12-11 10:26:37 -08:00
Matt Rickard e5002afa8c add vendor 2017-10-13 10:21:09 -07:00
Matt Rickard 201e5f9eff Vendor changes 2017-08-30 17:46:35 -07:00
Matt Rickard d5e53336ba godeps restore, godeps save 2017-04-14 13:20:58 -07:00
Mike Grass 74014aed51 Update docker/machine dependencies to v0.10.0 2017-04-07 12:39:21 -07:00
Matt Rickard 3a769cc4b8 Vendor changes for v1.6.0-alpha.1 2017-03-31 13:23:21 -07:00
dlorenc 7bfa1275ac Vendor changes for storage provisioner. 2017-03-01 11:05:27 -08:00
Aaron Prindle 49ce54a6c3 Added warning message to boot2docker provisioner 2017-02-16 12:08:25 -08:00
Matt Rickard 94fe5c8423 Upgrade k8s to v1.5.3 2017-02-15 10:01:29 -08:00
dlorenc c2bc848daa Add an environment variable to enable trace profiling in minikube. 2017-01-09 13:55:14 -08:00
minikube-bot 5cf6d08f3d Upgrade to k8s version v1.5.0-alpha.0
Upgrade to k8s version v1.5.0-alpha.1

Upgrade to k8s version v1.5.0-alpha.2

Update to k8s v1.5.0-beta.1
2016-12-13 11:21:43 -08:00
dlorenc 7758108e7a Update docker-machine. 2016-11-21 10:21:57 -08:00
Matt Rickard 5e31d258ce Increase timeout for dialing docker daemon
In the boot2docker provisioner increase the timeout to fix a flake in
the linux virtualbox integration tests.  Note, this is a patch of a
vendored package.
2016-11-03 11:59:24 -07:00
Matt Rickard 7b9689745f Upgrade to k8s v1.4.0-alpha.2
Update to kubernetes 1.4-alpha3.

This required a "go get k8s.io/client-go" before godep save would work.
2016-09-29 15:57:24 -07:00
dlorenc 8bb4237745 Update docker/machine to HEAD.
@aaron-prindle's commit made it upstream, and this picks up a few other fixes.
2016-09-27 13:03:22 -07:00
Aaron Prindle 378e88b4a9 Changed docker-machine and sshutil to support hostnames with colons in them, for example ipv6 addresses 2016-09-23 13:32:25 -07:00
Jimmi Dyson abbb0f1469
Add hyperv support 2016-08-24 16:16:07 +01:00
Jimmi Dyson ecf7a35b19
Uprade to Kubernetes v1.3.4 2016-08-03 16:21:00 +01: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
Dan Lorenc 9c252f002f Update kubernetes to v1.3.0-beta.1 2016-06-18 20:06:13 -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
Dan Lorenc e46b0d9cb0 Update k8s. 2016-06-10 09:43:46 -07:00
dlorenc 14c1db2388 Update libmachine code to pick up misc. bug fixes. 2016-05-24 13:54:39 -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
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