Commit Graph

12741 Commits (a55a0b0286f91da1f03bf1d8105d21b51a6a9ba9)

Author SHA1 Message Date
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
Sergiusz Urbaniak d24dfd4c96
cni: add missing plugings 2016-10-13 19:56:41 +02:00
Sergiusz Urbaniak 8903d8b629
package: add iproute2 2016-10-13 19:56:41 +02:00
Sergiusz Urbaniak 81b0e22446
README: add more buildroot instruction 2016-10-13 19:56:41 +02:00
Sergiusz Urbaniak 8dca461c27
rkt: bump to v1.14.0
Fixes #3
2016-10-13 19:56:41 +02:00
Sergiusz Urbaniak 985be305ce
readme: use correct repository for building minikube-iso
Fixes #4
2016-10-13 19:56:27 +02:00
Aaron Prindle 33ee6d8393 Merge pull request #681 from r2d4/log_dir
Set default log_dir to ~/.minikube/logs
2016-10-13 10:37:56 -07:00
Aaron Prindle 86ef03e737 Merge pull request #691 from aaron-prindle/fix-jenkins-release
Fixed file contents for release build and upload shell script
2016-10-12 16:48:10 -07:00
Aaron Prindle 6c03d96042 Fixed file contents for release build and upload shell script 2016-10-12 15:34:55 -07:00
Jimmi Dyson c29cd3bd64 Merge pull request #683 from jimmidyson/default-storageclass
Add DefaultStorageClass to admission controllers
2016-10-12 20:32:56 +01:00
Aaron Prindle c1758fb36a Merge pull request #689 from r2d4/1.4.1
Add v1.4.1 k8s release
2016-10-12 11:37:26 -07:00
Matt Rickard 9c7de847df Merge pull request #688 from marun/docker-env-centos7
Add fix in README for docker-env on centos7
2016-10-12 11:15:55 -07:00
Matt Rickard 69266b9861 Add v1.4.1 k8s release 2016-10-12 11:08:13 -07:00
Maru Newby 5e62dd7595 Add fix in README for docker-env on centos7 2016-10-12 10:41:38 -07:00
Matt Rickard e23d88be71 Set default log_dir to ~/.minikube/logs
A hack around specifying the default log dir for glog.  Since we can't
set it without modifying the flag, we check if the flag has been
changed.  If not, we set it to our default value.
2016-10-12 10:40:14 -07:00
Jimmi Dyson adc23d6a30 Merge pull request #684 from jimmidyson/k8s-1.4.1
Upgrade to Kubernetes 1.4.1
2016-10-12 17:28:02 +01:00
dlorenc 7e1b3c7956 Merge pull request #686 from dlorenc/xhyve
Fix xhyve integration tests.
2016-10-12 08:55:23 -07:00