Commit Graph

1634 Commits (d813e4a2b3acf935322babb11a00fae0558f6da6)

Author SHA1 Message Date
Matt Rickard 029377ffd1 Add v1.6.x localkube releases 2017-03-15 16:13:10 -07:00
Matt Rickard bc10d55097 Only pass in APIServerName flag is specified
Otherwise, compatibility with old versions of localkube is broken in
all cases.  APIServerName flag can still only be specified in v1.5.3 or
newer.
2017-03-15 15:37:22 -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
Matt Rickard 2442d8f020 Only detect iso changes from merge-base on master
When new iso changes are commited to master, don't count them as diffs
with old PRs that haven't been rebased.  That way, we don't rebuild the
iso for PRs that don't contain the upstream fixes yet.
2017-03-14 13:50:08 -07:00
Matt Rickard f67e900e18 Merge pull request #1241 from dlorenc/hash
CoreOS has a new signing key.
2017-03-14 11:10:56 -07:00
dlorenc 7f8f29d28e Merge pull request #1205 from dalehamel/parse-cidrs
Add support for passing CIDRs to config
2017-03-14 10:49:07 -07:00
dlorenc 964ff65f39 Fix gofmt. 2017-03-14 10:07:34 -07:00
dlorenc 8010715e27 CoreOS has a new signing key. 2017-03-14 10:06:03 -07:00
dlorenc 63ac7e8a76 Fix tests. 2017-03-13 10:21:14 -07:00
dlorenc c220ada63b Fix tests. 2017-03-07 15:00:19 -05:00
Dale Hamel 107e3324a6 Add support for parsing CIDRs to config 2017-03-07 14:59:36 -05:00
Matt Rickard ab37b506cd Merge pull request #1216 from minikube-bot/jenkins-releases.json-v0.17.1
update releases.json to include v0.17.1
2017-03-06 11:19:19 -08:00
Matt Rickard 4639bc01a0 Merge branch 'master' into jenkins-releases.json-v0.17.1 2017-03-06 11:16:57 -08:00
Matt Rickard 2da0467fc4 Merge pull request #1210 from minikube-bot/jenkins-releases.json-v0.17.0
update releases.json to include v0.17.0
2017-03-06 11:15:28 -08:00
Aaron Prindle e1ea6a5409 Merge pull request #1226 from aaron-prindle/toolbox-in-readme
Updated README.md to include CoreOS toolbox information
2017-03-05 17:59:44 -08:00
Aaron Prindle 01edbd0fe1 Updated README.md to include CoreOS toolbox information 2017-03-05 17:45:35 -08:00
Matt Rickard 4e032050a4 Merge pull request #1218 from eden/master
support componentconfigs with native type aliases
2017-03-03 10:45:53 -08:00
Matt Rickard 3fb3cd7c25 Merge pull request #1221 from razius/razius-patch-1
Mounted folders works again for Virtualbox
2017-03-03 09:54:35 -08:00
Silviu Tantos 88e3d13509 Mounted folders works again for Virtualbox
See @peterrosell comment on issue #716
2017-03-03 18:15:48 +01:00
Eden Li c632321122 support componentconfigs with native type aliases
Some componentconfig options are aliased to native convertible types
(e.g. ProxyMode) but FindAndSet() was unable to detect that and so it
wasn't possible to set these values via `--extra-config`.

This change addresses that by using the reflected value's Kind instead
of a type assertion on its interface.

It's also worth noting that any value with the type Duration (e.g.
proxy.IPTablesSyncPeriod) is also unable to be set for the same reason,
but this commit does not address that.

See https://github.com/kubernetes/minikube/issues/1217
2017-03-03 01:29:46 -08:00
minikube-bot 8905c6295a Update releases.json to include v0.17.1 2017-03-03 02:32:24 +00:00
Matt Rickard 15c56c2e15 Merge pull request #1214 from r2d4/0.17.1
Bump version 0.17.1
2017-03-02 18:22:17 -08:00
Matt Rickard 763e59c2bf Merge pull request #1213 from r2d4/libvirt
Remove vendored in kvm driver
2017-03-02 17:43:06 -08:00
Matt Rickard 58f9b97b60 Bump version 0.17.1 2017-03-02 17:26:04 -08:00
Matt Rickard 3b6d4672ac Remove vendored in kvm driver
The vendored in KVM driver make minikube dynamically linked to libvirt
libraries, even for virtualbox users.
2017-03-02 17:09:33 -08:00
minikube-bot 52aae8842d Update releases.json to include v0.17.0 2017-03-02 22:39:45 +00:00
Matt Rickard a8fcc49f41 Merge pull request #1208 from r2d4/0.17
Bump minikube to 0.17
2017-03-02 14:28:28 -08: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 bb2b14242c Merge pull request #1209 from r2d4/hostpath-provisioner-persist
Added /tmp/hostpath-provisioner to persisted folders
2017-03-02 13:53:22 -08:00
Matt Rickard 830f1283f6 Bump minikube iso to v1.0.7 2017-03-02 13:49:46 -08:00
Matt Rickard fec894d977 Added /tmp/hostpath-provisioner to persisted folders 2017-03-02 13:18:26 -08:00
Matt Rickard ae9c94b8e5 Bump minikube to 0.17 2017-03-02 13:14:39 -08:00
dlorenc c978ce24b8 Merge pull request #1188 from dlorenc/pvctest
Add an integration test for pvcs.
2017-03-02 12:48:32 -08:00
dlorenc 4293b01866 Merge pull request #1199 from dlorenc/provisioner
Add an external hostpath provisioner to localkube.
2017-03-02 12:25:25 -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
dlorenc 7bfa1275ac Vendor changes for storage provisioner. 2017-03-01 11:05:27 -08:00
dlorenc e969ebe87b Add an external hostpath provisioner to localkube. 2017-03-01 11:05:14 -08:00
Matt Rickard d9715fabcc Add CIFS-utils to minikube iso 2017-02-28 11:17:18 -08:00
Matt Rickard 0c616a6b42 Merge pull request #1196 from dims/fix-test-break
Fix test break
2017-02-27 20:00:32 -08:00
Davanum Srinivas 8584cf8761 Fix test break 2017-02-27 21:47:30 -05:00
Aaron Prindle 56d4824456 Merge pull request #1149 from aaron-prindle/api-name-configurable
Added API Name as configuration option
2017-02-27 15:18:56 -08:00
dlorenc b17a097c01 Add logging of the storageclass list. 2017-02-27 13:56:57 -08:00
Dan Lorenc 8fd8564acd Add an integration test for pvcs. 2017-02-27 13:43:19 -08:00
Aaron Prindle 9b539db1ff Merge pull request #1143 from upmc-enterprises/registryCredsPrompt
Allow for addons to prompt for data input
2017-02-27 11:19:02 -08:00
Steve Sloka 50cb1f2a32 Fix boilerplate 2017-02-27 13:31:37 -05:00
Aaron Prindle 3db1a4d483 Merge pull request #1195 from endocode/dongsu/fix-9p-mount-kvm
pkg: fix host IP address for KVM driver for 9pfs mount
2017-02-27 10:00:58 -08:00
Steve Sloka 706d02b926 Fix go-client / Refactor k8s util code 2017-02-27 12:52:33 -05: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