Matt Rickard
22a331288b
Merge pull request #905 from praveenkumar/patch-1
...
Update dockerfile to accommodate latest b2d changes.
2016-12-23 09:27:16 -08:00
Matt Rickard
427bde79ca
Change default ISO to minikube-iso v1.0.1 (buildroot)
2016-12-20 15:34:07 -08:00
dlorenc
8e372ebdce
Switch systemd journald logging to volatile.
2016-12-20 14:20:21 -08:00
Matt Rickard
1564399a38
Merge pull request #929 from r2d4/kernel_config
...
Disable some kernel_config options
2016-12-17 11:12:20 -08:00
Matt Rickard
2a2905aca7
Disable some kernel_config options
...
I made sure to only disable debugging level ones or ones that were
clearly not applicable. The ones I disabled were also disabled in the
tinycore linux that b2d is based off.
2016-12-15 21:54:58 -08:00
Matt Rickard
18bbdb1726
Fix logs Integration test
...
Journalctl has not been logging properly in the minikube-iso because of
the absence of /var/log on startup. This is an issue now that we are
using systemd for localkube. This commit links and persists the directory
/var/log like we do for other folders.
2016-12-15 21:13:32 -08:00
Matt Rickard
b3849a2841
Use GNU findutils instead of BusyBox find
...
Fixes #923
2016-12-15 16:00:36 -08:00
Praveen Kumar
60d391871b
Update dockerfile to accommodate latest b2d changes.
...
2d5e77def8
recently merged and it will break current b2d iso creation.
2016-12-12 14:40:35 +05:30
dlorenc
22d13e74a5
Add an empty /etc/docker directory to the ISO.
2016-11-17 10:09:17 -08:00
Dan Lorenc
e7b013c8db
Add a buildroot package for hv_kvp_daemon.
2016-11-09 16:14:16 -08:00
Aaron Prindle
be21ff3e43
Added hyperv configuration to minikube-iso
2016-11-08 16:36:29 -08:00
Matt Rickard
bb9bd00e41
Update minikube-alpha.iso to v0.0.6, update readmes
2016-10-28 16:49:20 -07:00
Matt Rickard
fa215b7d70
Merge pull request #709 from r2d4/addon-mgr
...
Move addon-manager to deploy/addons, upgrade v5.1
2016-10-18 16:41:53 -07:00
Matt Rickard
0e7ff379d4
Move addon-manager to deploy/addons, upgrade v5.1
2016-10-18 12:09:03 -07: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
dlorenc
ddb1374704
Add /var/lib/kubelet to the persisted volume.
2016-09-01 14:23:16 -07:00
dlorenc
8c6ae71eb6
Add ISO checksum validation.
2016-08-20 17:33:50 -07:00
dlorenc
c2b00e4fd5
Configure /data as a persisted directory.
2016-08-04 12:20:18 -07:00
dlorenc
1a8621a4d4
Make the /var/lib/localkube directory persistent.
2016-06-28 14:04:45 -07:00
dlorenc
ac14eff554
Move the addon-manager and dashboard configuration from the iso to minikube.
...
Minikube now copies these into the VM, just like it copies in localkube.
New ISOs will not contain these files, but this is compatible with the existing ISO
because minikube will overwrite existing files.
2016-06-09 15:35:09 -07:00
aprindle
eee920bae4
Updated Dockerfile to get docker version 1.11.1 for the iso file
...
Updated README for iso testing
Updated DefaultIsoUrl to minikube-0.3
2016-06-04 17:22:31 -07:00
dlorenc
e241f915e4
Build conntrack as part of the iso.
2016-06-02 14:04:32 -07:00
Dan Lorenc
4cd9e5610d
Fix hostPort bug in dashboard-svc.yaml. hostPort is invalid in a service.
2016-05-29 11:13:05 -07:00
Dan Lorenc
7fb536ec38
Add the addon manager and dashboard to the iso.
2016-05-28 11:33:01 -07:00
Lucas Käldström
b43bb57303
Move ./iso/ to ./deploy/iso/
2016-05-28 00:10:20 +03:00