Matt Rickard
ee94abb8c8
Merge pull request #1266 from r2d4/localkube-164
...
Add v1.6.0-beta.4 release
2017-03-20 11:34:37 -07:00
Matt Rickard
0797926e13
Add v1.6.0-beta.4 release
2017-03-20 10:24:30 -07:00
Matt Rickard
b146f0dffb
Merge pull request #1258 from r2d4/update-heapster
...
Update heapster addon to v1.3.0
2017-03-20 09:54:36 -07:00
Maxime Vidori
8dd1141e10
Improve package requirement list for minikube-iso
2017-03-19 19:31:01 +01:00
Matt Rickard
0194b34344
Update heapster addon to v1.3.0
2017-03-17 15:44:15 -07:00
Matt Rickard
7b28b8123e
Merge pull request #1256 from r2d4/nfs_v4_2
...
Add kernel option for NFS_V4_2
2017-03-17 11:09:00 -07:00
Matt Rickard
a928194d7d
Add kernel option for NFS_V4_2
2017-03-17 09:57:27 -07:00
Matt Rickard
c48a1eb330
Upgrade nginx ingress to v0.9-beta.3
2017-03-16 13:22:10 -07:00
Matt Rickard
029377ffd1
Add v1.6.x localkube releases
2017-03-15 16:13:10 -07:00
Matt Rickard
161d61fc91
Merge pull request #1198 from r2d4/cifs
...
Add CIFS-utils to minikube iso
2017-03-15 10:28:10 -07:00
dlorenc
8010715e27
CoreOS has a new signing key.
2017-03-14 10:06:03 -07:00
Matt Rickard
4639bc01a0
Merge branch 'master' into jenkins-releases.json-v0.17.1
2017-03-06 11:16:57 -08:00
minikube-bot
8905c6295a
Update releases.json to include v0.17.1
2017-03-03 02:32:24 +00:00
minikube-bot
52aae8842d
Update releases.json to include v0.17.0
2017-03-02 22:39:45 +00:00
Matt Rickard
ad1bc443a0
Merge pull request #1207 from r2d4/iso-v1.0.7
...
Bump minikube iso to v1.0.7
2017-03-02 14:28:15 -08:00
Matt Rickard
830f1283f6
Bump minikube iso to v1.0.7
2017-03-02 13:49:46 -08:00
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