Matt Rickard
d257fca5db
Fix docker-env integration test
...
Make sure that --minikube-args are passed through to the start command
in our docker-env integration test
2016-10-18 14:52:06 -07:00
dlorenc
9de8cf8da6
Merge pull request #692 from s-urbaniak/minikube-iso
...
add buildroot based minikube-iso build infrastructure
2016-10-18 13:58:57 -07:00
Matt Rickard
0e7ff379d4
Move addon-manager to deploy/addons, upgrade v5.1
2016-10-18 12:09:03 -07:00
Jimmi Dyson
3c031c06cc
Merge pull request #696 from jimmidyson/atomic-file-cache
...
Use temp file for cached downloads & rename to handle interrupted downloads gracefully
2016-10-18 09:30:32 +01:00
dlorenc
99b1e89b98
Merge pull request #705 from jimmidyson/docker-env-ipv6
...
Handle VM IPv6 addresses in docker env
2016-10-17 11:38:27 -07:00
dlorenc
8a1f2a7500
Merge pull request #701 from jimmidyson/text-template-import
...
Use text/template for buildroot provision template
2016-10-17 11:38:15 -07:00
Jimmi Dyson
47566d171a
Handle VM IPv6 addresses in docker env
2016-10-17 14:33:27 +01:00
Jimmi Dyson
82cb28918f
Use text/template for buildroot provision template
2016-10-17 10:00:43 +01:00
Jimmi Dyson
4a4a66b017
Use temp file for ISO download & refactor hashing to calculate during streaming download
2016-10-14 23:22:56 +01:00
Jimmi Dyson
77474e5d0f
Merge pull request #698 from r2d4/disk-size-vmware
...
Pass disk-size flag to VMWareFusion driver
2016-10-14 21:57:06 +01:00
Jimmi Dyson
3b5498bc48
Use temp file for cached downloads & rename to handle interrupted downloads gracefully
2016-10-14 21:37:41 +01:00
Matt Rickard
06a4cc6f35
Pass disk-size flag to VMWareFusion driver
...
Fixes #697
2016-10-14 13:33:17 -07:00
Matt Rickard
673aaf591c
Merge pull request #695 from jimmidyson/config-list
...
Add config list subcommand
2016-10-14 12:43:32 -07:00
Jimmi Dyson
097505b540
Add config view subcommand
2016-10-14 19:46:59 +01:00
Matt Rickard
4a09da770f
Merge pull request #648 from r2d4/retry-error
...
Add RetryableError for the Retry util
2016-10-13 14:22:03 -07:00
Matt Rickard
4cfca59c5c
Add RetryableError for the Retry util
...
This way we can selectively retry the errors that are caused by some
temporary or ephemeral condition such as the pods not being up yet.
2016-10-13 13:53:38 -07:00
dlorenc
c9389ee6fa
Merge pull request #693 from dlorenc/service
...
Check to see if any endpoints are ready, instead of if any endpoints …
2016-10-13 13:45:11 -07:00
Jimmi Dyson
8fee2793a1
Merge pull request #694 from r2d4/increase-defaults
...
Increase memory and cpu defaults
2016-10-13 21:11:58 +01:00
Matt Rickard
bc5fd9b560
Increase memory and cpu defaults
2016-10-13 12:24:19 -07:00
dlorenc
24682f1005
Check to see if any endpoints are ready, instead of if any endpoints are not ready.
2016-10-13 11:26:30 -07:00
Sergiusz Urbaniak
528dd36c87
Makefile: add minikube-iso target
2016-10-13 20:02:49 +02:00
Sergiusz Urbaniak
c1783ca733
boot2docker: move build files into separate directory
2016-10-13 20:02:42 +02:00
Sergiusz Urbaniak
6fe5d99644
minikube-iso: remove project files from old repository
2016-10-13 20:02:34 +02:00
Sergiusz Urbaniak
182bcc63e9
Merge branch 'minikube-iso'
2016-10-13 20:00:47 +02:00
Sergiusz Urbaniak
ec5d707a59
minikube-iso: move to deploy/iso/minikube-iso
2016-10-13 19:59:25 +02:00
Iago López Galeiras
3e6df838fd
kernel: enable eBPF options
...
As specified in
https://github.com/iovisor/bcc/blob/master/INSTALL.md#kernel-configuration
2016-10-13 19:59:25 +02:00
Iago López Galeiras
8e457d45d7
kernel: enable CONFIG_IKCONFIG and CONFIG_IKCONFIG_PROC
...
To easily find out which kernel options are enabled.
2016-10-13 19:59:25 +02:00
Koichi Shiraishi
12d058573a
xhyve/virtio-blk: enable virtio-blk block devices driver for xhyve
...
- xhyve driver now supports the use of QEMU qcow2 disk image to a
virtual disk.
It mounts on top of the virtio-blk, we need to enable it.
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
2016-10-13 19:59:25 +02:00
Sergiusz Urbaniak
6415958d1b
Update README.md
2016-10-13 19:59:24 +02:00
Sergiusz Urbaniak
cb5b475579
vbox-guest: enable VBoxService for automounting host shares ( #27 )
...
Fixes #21
2016-10-13 19:59:24 +02:00
Sergiusz Urbaniak
6fa4d344f2
rootfs: symlink k8s.conf to retain k8s compatibility ( #25 )
...
This symlinks /etc/cni/net.d/k8s.conf to
/usr/libexec/kubernetes/kubelet-plugins/net/exec/k8s.conf.
This retains compatibility with k8s 1.4
Fixes #22
2016-10-13 19:59:24 +02:00
Brad Ison
9395ca7ed4
Add VirtualBox Linux guest drivers package
2016-10-13 19:59:24 +02:00
Brad Ison
41452cd30b
Fix creation of rkt directory
2016-10-13 19:59:24 +02:00
Sergiusz Urbaniak
d0ae66f29e
declare vmware fusion as working config
2016-10-13 19:59:23 +02:00
Sergiusz Urbaniak
2aa107cb24
package: add openvmtools 10.0.7
2016-10-13 19:59:20 +02:00
Sergiusz Urbaniak
bb7179f2ac
users: set password for docker (needed by vmware)
2016-10-13 19:59:07 +02:00
Sergiusz Urbaniak
ce36680200
kernel: add vmware modules
2016-10-13 19:58:20 +02:00
Sergiusz Urbaniak
f88c44d27e
rootfs: add /var/lib/boot2docker
2016-10-13 19:56:44 +02:00
Sergiusz Urbaniak
b663c9ac70
package: add openvmtools
2016-10-13 19:56:44 +02:00
Sergiusz Urbaniak
54ac1fa4ad
README: use internal issue links
2016-10-13 19:56:44 +02:00
Sergiusz Urbaniak
1985cabf60
README: update known configurations
2016-10-13 19:56:43 +02:00
Sergiusz Urbaniak
f75b9bd43a
README: use buildroot 2016.08
...
Fixes #15
2016-10-13 19:56:43 +02:00
Sergiusz Urbaniak
235e901816
kernel: add vmxnet3 driver
...
Fixes #13
2016-10-13 19:56:43 +02:00
ryan jarvinen
cf5b6974b6
Build from src no longer required for testing rkt support, fixing iso path
...
Local build no longer required after the Minikube v0.10 release
2016-10-13 19:56:43 +02:00
aprindle
fdcc34d713
Fixed README.md Quickstart minikube command
2016-10-13 19:56:43 +02:00
Sergiusz Urbaniak
45e1f550e6
README: update installation description
2016-10-13 19:56:42 +02:00
Sergiusz Urbaniak
890372a323
MAINTAINERS: initial commit
2016-10-13 19:56:42 +02:00
Sergiusz Urbaniak
ed748bd893
readme: update newest release, and CNI usage
2016-10-13 19:56:42 +02:00
Sergiusz Urbaniak
226a728aba
rootfs: fix wrong default location of k8s CNI configuration
2016-10-13 19:56:42 +02:00
Sergiusz Urbaniak
8175ba3ef5
cni: configure default network
2016-10-13 19:56:42 +02:00