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
Matt Rickard
a09a81dc84
Add k8s v1.5.0-alpha.0 localkube release
2016-10-07 14:44:24 -07:00
Matt Rickard
b473184718
Update releases v0.10.0 and v0.11.0
2016-10-06 18:55:56 -07:00
Matt Rickard
d18b1fc484
Add v1.4.0 k8s release, remove v1.4.0-beta.10
2016-09-27 13:44:00 -07:00
Dan Lorenc
31b2b9e7ae
Check localkube SHAs.
...
Also add notes to the RELEASING.md doc, and a make target to test the release.
2016-09-27 10:59:02 -07:00
Matt Rickard
ed08f69f08
Merge pull request #614 from r2d4/releases
...
Update the k8s releases available
2016-09-23 11:40:25 -07:00
dlorenc
2a877a522b
Add a test for checking SHAs.
2016-09-23 10:54:14 -07:00