dlorenc
cebea5ffbd
Persist the new hostpath location.
2017-03-02 09:03:49 -08:00
dlorenc
8810fead64
Switch to our bundled provisioner by default.
2017-03-01 11:50:15 -08:00
Matt Rickard
d9715fabcc
Add CIFS-utils to minikube iso
2017-02-28 11:17:18 -08:00
Steve Sloka
60d9d1e142
Refactor registry addon
2017-02-27 11:09:09 -05:00
Steve Sloka
c3d962b58c
Allow for addons to prompt for data input
2017-02-27 11:09:09 -05:00
Dan Lorenc
b7a5ebed1b
Add a default storage class/provisioner.
2017-02-25 14:48:04 -08:00
Aaron Prindle
00d212229e
Merge pull request #1185 from r2d4/ethtool
...
Add ethtool to minikube-iso
2017-02-25 12:25:20 -08:00
Matt Rickard
4e5b2df2bf
Add ethtool to minikube-iso
2017-02-25 09:54:52 -08:00
Matt Rickard
2b7adb5535
Add bootlocal script as custom startup script
2017-02-24 15:57:51 -08:00
Aaron Prindle
6b92a99699
Update localkube image
2017-02-22 15:03:42 -08:00
Aaron Prindle
bb4b7ceb95
Merge pull request #1106 from aaron-prindle/update-localkube-docker
...
Updated localkube docker instructions, added build to main makefile
2017-02-17 15:39:28 -08:00
Aaron Prindle
19bdd1d097
Merge branch 'master' into update-localkube-docker
2017-02-17 09:39:33 -08:00
Matt Rickard
15294b3a16
Remove b2d from deploy and Makefile
...
We are no longer releasing any boot2docker based minikube ISOs.
2017-02-16 15:24:15 -08:00
Matt Rickard
155f18a35c
Add v1.6.0-alpha.1 and v1.5.3 releases
2017-02-15 10:05:57 -08:00
Aaron Prindle
6011819e3a
Updated localkube docker instructions, added build to main makefile
2017-02-14 19:46:21 -08:00
Dongsu Park
91e023a83b
rkt: bump to 1.24.0
...
As rkt 1.24.0 supports an experimental attach command, minikube iso
image should also contain the new version.
See also https://github.com/coreos/rkt/pull/3396#issuecomment-275119304
/cc @s-urbaniak
2017-02-14 13:04:08 +01:00
dlorenc
072ccdc29e
Merge pull request #1125 from tvon/persist-hostpath_pv
...
Persist /tmp/hostpath_pv
2017-02-13 18:38:06 -08:00
Matt Rickard
cfa70addd7
Merge pull request #1123 from tvon/enable-user-namespace
...
Enable user namespace in kernel
2017-02-13 10:33:13 -08:00
Tom von Schwerdtner
e4d62f1028
Persist /tmp/hostpath_pv
2017-02-13 12:32:46 -05:00
Tom von Schwerdtner
d66a4203a7
Enable CONFIG_USER_NS
2017-02-12 13:43:47 -05:00
Tom von Schwerdtner
521dba6ec8
Re-generate unchnaged kernel config
...
To make future changes clearer
2017-02-12 13:43:22 -05:00
Tom von Schwerdtner
ef8a134495
Use backticks inline instead of $(shell ...)
...
On the initial build run on a new system, the $(shell ...) variant fails
to provide any output for inline substitution and you end up with the
error:
```
gpg: `--verify-files' is not a valid long keyID
```
Using backticks will provide the desired output on the first run on a
system.
2017-02-10 14:10:18 -05:00
dlorenc
47bfae3e9a
Merge pull request #1108 from aaron-prindle/fix-registry-creds-addon
...
Fix GCR in registry-creds addon
2017-02-09 10:50:21 -08:00
Matt Rickard
d9355d89e7
Merge pull request #1074 from r2d4/release-iso
...
Add release-iso Makefile rule
2017-02-08 18:40:59 -08:00
Aaron Prindle
f5e692a6f6
Fix GCR in registry-creds addon
2017-02-08 16:16:07 -08:00
Ghe Rivero
198ebe7bf1
Ignore dns settings for docker-machines network
2017-02-07 00:46:08 +01:00
Aaron Prindle
656e85dfb9
Merge pull request #1081 from metmajer/master
...
Make heapster service available via NodePort.
2017-02-03 12:35:11 -08:00
Matt Rickard
a080737eff
Add release-iso Makefile rule
...
This also tracks the ISO version in the makefile and passes it with
ldflags to automatically bump the default version in the minikube
binary.
2017-02-03 12:01:32 -08:00
Stefan Sauer
118b5b845a
Mention prerequisites for building the iso images.
...
Add the tools that I had missing. Also describe minimal gpg2 setup.
2017-02-03 12:17:24 +01:00
Martin Etmajer
4fdac2bd98
Make heapster service available via NodePort.
2017-02-03 10:50:31 +01:00
minikube-bot
fa96bc0232
Update releases.json to include v0.16.0
2017-02-03 00:07:35 +00:00
Matt Rickard
f941e0669d
Cut 0.16 Release
2017-02-02 15:02:07 -08:00
Matt Rickard
6617911826
Merge pull request #1065 from dlorenc/packages
...
Add git, curl and rsync.
2017-02-02 11:02:21 -08:00
Matt Rickard
4746cdbc88
Merge pull request #1073 from ensonic/master
...
Enable CONFIG_TUN.
2017-02-02 08:49:27 -08:00
dlorenc
2e86f0f3c5
Add git, curl and rsync.
2017-02-01 14:56:58 -08:00
Matt Rickard
02c7229568
Merge pull request #1060 from upmc-enterprises/bumpRegistryCredsVersion
...
Bumped registry-creds version to 1.5
2017-02-01 10:01:57 -08:00
Aaron Prindle
30c7ddc7d0
Merge pull request #1052 from aaron-prindle/add-nfs-to-buildroot
...
Added NFS to buildroot
2017-01-31 15:15:51 -08:00
Steve Sloka
b6c5e69cdd
Bumped registry-creds version to 1.5
2017-01-31 12:56:39 -05:00
Stefan Sauer
bc89349d9d
Enable CONFIG_TUN.
...
This fixes running e.g. openvpn inside pods. See #1056 .
2017-01-31 16:53:05 +01:00
Aaron Prindle
350829683c
Added NFS to buildroot
2017-01-30 14:16:03 -08:00
dlorenc
80fdb4020b
Move the swapon instructions to run on every boot.
2017-01-30 10:36:28 -08:00
Sergiusz Urbaniak
6979179c50
cni: bump to v0.4.0
2017-01-26 19:48:22 +01:00
Sergiusz Urbaniak
8291813807
rkt: bump to v1.23.0
...
Fixes #1042
2017-01-26 17:26:42 +01:00
Matt Rickard
b84c5ed683
Merge pull request #1034 from r2d4/toolbox
...
Add toolbox script for debugging in VM
2017-01-23 10:00:58 -08:00
Matt Rickard
1a4131ef02
Add toolbox script for debugging in VM
...
Usage `minikube ssh toolbox` will put you inside a rkt container with
debugging tools.
2017-01-20 14:30:07 -08:00
Matt Rickard
ffe8c9f50f
Merge pull request #1029 from r2d4/k8s-vs
...
Add v1.5.2 and v1.6.0-alpha.0 releases
2017-01-20 10:26:59 -08:00
Aaron Prindle
e0605fbef3
Fixed mount permissions with new iso
2017-01-19 17:27:34 -08:00
Matt Rickard
ea5cef3a1a
Add v1.5.2 and v1.6.0-alpha.0 releases
2017-01-19 13:59:31 -08:00
Aaron Prindle
df17303855
Fixed hv_kvp_daemon.mk to fix minikube for windows hyperv
2017-01-13 15:00:21 -08:00
Steve Sloka
ae2ae8f23c
Rename awsecr-creds to registry-creds & update version which now supports Google Registry
2017-01-13 10:54:30 -05:00
Matt Rickard
b01a97c549
Add back persistent /data directory in ISO
2017-01-12 09:54:47 -08:00
Matt Rickard
771aeb967c
Merge pull request #985 from minikube-bot/jenkins-releases.json-v0.15.0
...
update releases.json to include v0.15.0
2017-01-11 14:28:21 -08:00
Matt Rickard
604b80f183
Revert "Disable some kernel_config options"
...
This reverts commit 2a2905aca7
.
2017-01-11 11:05:19 -08:00
minikube-bot
a3b90ddb60
Update releases.json to include v0.15.0
2017-01-10 21:24:34 +00:00
Rob Franken
37941005d9
update to dashboard 1.5.1 release
2017-01-10 11:51:38 +01:00
Matt Rickard
32aa78754d
Add CONFIG_IP_SET for CNI
...
Calico and other CNI plugins need the ipset kernel syscall enabled
2017-01-06 15:39:29 -08:00
Aaron Prindle
dd20812222
Upgrade kube-dns to version 1.9
2017-01-05 15:57:20 -08:00
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
Pengfei Ni
3e8af46f69
Add k8s v1.5.1 to releases
...
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
2016-12-15 11:24:13 +08:00
minikube-bot
93010de946
Update releases.json to include v0.14.0
2016-12-14 20:20:29 +00:00
Matt Rickard
cdef9690ff
Update addons for k8s v1.5
2016-12-13 11:21:49 -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
Steve Sloka
7e989d1ce2
Enable awsecr-creds addon which will setup credentials to AWS ECR for downloading docker images
2016-12-09 08:46:05 -05:00
Matt Rickard
f1fb26adc6
Add ingress controller to addons
...
This uses a custom version of the ingress controller. We should move
it over to the official one when it is released.
2016-12-08 12:01:31 -08:00
Matt Rickard
f6e3e12655
Group addon yamls into folders
2016-12-07 11:28:22 -08:00
Matt Rickard
fc1fbce5e5
Merge pull request #872 from r2d4/update-releases
...
Update releases for v0.13.1
2016-12-06 09:30:44 -08:00
Matt Rickard
82033e5a94
Update releases.json to include v0.13.1
2016-12-05 16:00:54 -08:00
Matt Rickard
a0175c03d9
Downgrade dashboard back to v1.4.2
...
PetSets aren't supported at all in dashboard v1.5, however they are
still valid in minikube since minikube runs k8s v1.4.6 at the moment.
We can upgrade to dashboard v1.5 once we merge the k8s-v1.5 branch and
upgrade minikube to k8s v1.5
Fixes #884
2016-12-02 14:16:14 -08:00
Matt Rickard
bda8da7263
Update releases for v0.13.0
2016-12-01 13:39:41 -08:00
Matt Rickard
433232a557
Merge pull request #862 from r2d4/update
...
Add localkube releasing jobs to makefile
2016-11-30 15:19:02 -08:00
Rob Franken
9cc7c7ae61
Update Dashboard version to v1.5.0
2016-11-30 12:52:11 +01:00
Matt Rickard
933da2c86d
Add localkube releasing jobs to makefile
...
Update releases to reflect v1.5.0-beta.1
2016-11-29 11:57:17 -08:00
Aaron Prindle
3fe4ef3e83
Added heapster to set of addons. Need to add test and repackage things to remove duplicated code.
2016-11-18 17:36:54 -08:00
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
24ebbbb4b3
Add k8s releases to json
2016-11-04 11:35:18 -07:00
Matt Rickard
7c071d5507
Update releases to v0.12.2
2016-10-31 10:11:17 -07:00
Rob Franken
03d15d0dfe
Update used dashboard version to 1.4.2
...
Dashboard 1.4.2 contains a fix for an XSS security bug, so I think it would be prudent to update the Dashboard version 'shipped' with minikube to this version
2016-10-31 13:14:26 +01:00
Matt Rickard
bb9bd00e41
Update minikube-alpha.iso to v0.0.6, update readmes
2016-10-28 16:49:20 -07:00
Matt Rickard
5cf47cbab3
Update releases for v0.12.1
2016-10-28 09:23:46 -07:00
Matt Rickard
7560384fc8
Remove vendored kube2sky, Add DNS as cluster addon
...
Removes the vendored in kube2sky built into the minikube binary and
replaces the dns solution with kube-dns cluster addon. This will allow
users to swap out DNS implementations by simply turning off the
kube-dns addon.
2016-10-25 14:00:51 -07:00
Matt Rickard
19f6fc018d
ImagePullyPolicy IfNotPresent for addon-manager
2016-10-24 13:27:30 -07:00
Matt Rickard
17efbaade8
Update releases for v0.12.0
2016-10-21 15:01:00 -07:00
Matt Rickard
914804c5a5
Add v1.4.2 k8s release
2016-10-20 15:09:31 -07:00
Matt Rickard
725fa82965
Add v1.4.3 to k8s releases
2016-10-20 11:46:49 -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
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
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
Matt Rickard
69266b9861
Add v1.4.1 k8s release
2016-10-12 11:08:13 -07:00