Commit Graph

1654 Commits (1ba206f9b16f0a9510928a84d5cdfd129987a3f7)

Author SHA1 Message Date
Aaron Prindle 2015d0a7d8 Updated private registry documentation to reflect changes in registry-creds and an outdated link (#1284) 2017-04-11 08:13:55 -07:00
Everett Toews aa9f16bd87 Inform users which version of Kubernetes is starting (#1332)
This can be very informative for users new to Kubernetes and minikube.
2017-04-11 07:45:30 -07:00
Aaron Prindle 840c8c2f82 Removed /docs and docs-test from test.sh 2017-04-10 09:47:17 -07:00
Aaron Prindle 8ca98d6855 Merge pull request #1329 from mikegrass/update_libmachine_dependency
Update docker/machine dependencies for minikube to pull in fix for #1328
2017-04-10 09:40:10 -07:00
William Chang 8a3f6717c6 Add the HyperV-driver link. (#1351)
* Add the HyperV-driver link.

* Add the HyperV-driver link.
2017-04-10 07:57:42 -07:00
Mike Grass 7cc510e180 Document the `ExecStart=` behavior for the dockerd config 2017-04-10 04:38:14 -07:00
Aaron Prindle 2e165a1f86 Merge pull request #1355 from dalehamel/add-notrack
Add NOTRACK as an xtables target
2017-04-09 22:34:22 -07:00
Dale Hamel 57d7fb58a9 Add NOTRACK as an xtables target 2017-04-09 22:06:09 -04:00
Matt Rickard 06e3c7b762 Merge pull request #1354 from dalehamel/master
Enable netfilter raw tables as module
2017-04-09 16:16:44 -07:00
Dale Hamel 4f7edd9681 Enable netfilter raw tables as module 2017-04-09 16:28:08 -04:00
Aaron Prindle 447b3cb9f9 Merge pull request #1333 from aaron-prindle/no-minikube-dir
Removed .minikube folder creation from version command
2017-04-09 10:11:51 -07:00
Matt Rickard 888bcf2d02 Merge pull request #1349 from aaron-prindle/vscode-gitignore
Added .vscode to .gitignore
2017-04-07 16:06:53 -07:00
Aaron Prindle c3e871cfdf Added .vscode to .gitignore 2017-04-07 16:02:37 -07:00
Aaron Prindle 5e11c69b8e Merge pull request #1335 from aaron-prindle/mount-docs
Updated README.md with minikube mount information
2017-04-07 15:58:31 -07:00
Aaron Prindle 872f07ec95 Merge pull request #1346 from r2d4/0.18-json
Add 0.18.0 to releases.json
2017-04-07 15:58:10 -07:00
Matt Rickard 8deb7ca8f5 Merge pull request #1345 from r2d4/attributes
Remove .gitattributes, update gendocs
2017-04-07 15:57:34 -07:00
Matt Rickard c59168848f Merge pull request #1348 from r2d4/arch-18
Update arch linux installer for 0.18.0
2017-04-07 15:30:19 -07:00
Matt Rickard a317dd113f Update arch linux installer for 0.18.0 2017-04-07 15:26:56 -07:00
Aaron Prindle 0f6ffb76ab Updated README.md with minikube mount information 2017-04-07 15:23:45 -07:00
Matt Rickard 9392dd6273 Makefile checksum rule should target cross 2017-04-07 15:21:26 -07:00
Matt Rickard 1b57fce112 Add 0.18.0 to releases.json 2017-04-07 15:07:45 -07:00
Matt Rickard db3bf3ba46 Remove .gitattributes, update gendocs 2017-04-07 15:04:51 -07:00
Matt Rickard ae98df25bf Merge pull request #1343 from r2d4/travi
Remove libvirt dependency from travis build
2017-04-07 15:01:53 -07:00
Matt Rickard 86bc160801 Remove libvirt dependency from travis build 2017-04-07 14:18:40 -07:00
Matt Rickard 577fe8f01e Merge pull request #1337 from r2d4/gendocs
Update gendocs, disable ufs flag
2017-04-07 13:28:08 -07:00
Matt Rickard 6bdfcf9971 Merge pull request #1339 from r2d4/0.18
Cut 0.18.0 release
2017-04-07 13:26:13 -07:00
Mike Grass 82f6713cef Tell systemctl not to try to page output
This integration test was hanging on Windows because systemctl was paging the
(one line) output and waiting for stdin. Specify the `--no-pager` cmd to systemctl
to avoid this.
2017-04-07 12:39:21 -07:00
Mike Grass 11c2dbc8d2 Dump docker systemd config using systemctl
The TestDocker integration test shouldn't hard code the path to the systemd config for docker.service -- instead, it can use `systemctl show` to dump the configuration for the docker service.
2017-04-07 12:39:21 -07:00
Mike Grass 6cd08d4756 Update systemd docker config to clear ExecStart
docker/machine made a change (https://github.com/docker/machine/pull/3966) to use a systemd drop-in unit (https://coreos.com/os/docs/latest/using-systemd-drop-in-units.html) instead of overwriting the dockerd configuration. This necessitates clearing the ExecStart list inherited from the base config prior to the ExecStart directive in GenerateDockerOptions -- otherwise, docker.service fails to start with log output like "docker.service: Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services. Refusing."
2017-04-07 12:39:21 -07:00
Mike Grass 74014aed51 Update docker/machine dependencies to v0.10.0 2017-04-07 12:39:21 -07:00
Matt Rickard 0aefb48f5c Cut 0.18.0 release 2017-04-06 16:00:47 -07:00
Matt Rickard 8f3e87efa1 Update gendocs, disable ufs flag
Removing a debugging flag from the 9p library, since it registers
itself globally in minikube.  Also running `make gendocs` to catch some
older changes.
2017-04-06 15:15:03 -07:00
Matt Rickard 09e8cce24d Merge pull request #1314 from r2d4/k8s-v1.6-rebase-1
Upgrade to k8s v1.6 as default version
2017-04-06 14:37:51 -07:00
Aaron Prindle 4b94b14459 Merge pull request #1293 from aaron-prindle/switch-mount
Update mount implementation, add mount integration tests, and check t…
2017-04-06 14:33:22 -07:00
Aaron Prindle fcc1bdedda Removed .minikube folder creation from version command 2017-04-06 14:01:16 -07:00
Aaron Prindle 8e801e3975 Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
Matt Rickard c4911dc22e Merge pull request #1327 from gtirloni/1324
Add TZ database
2017-04-04 13:31:41 -07:00
Giovanni Tirloni 916cbfa6a3 Add TZ database 2017-04-04 11:03:24 -03:00
Aaron Prindle 49ab18a1ac Merge pull request #1322 from aaron-prindle/addon-configure-cmd
added minikube addons configure command to replace auto-prompting to …
2017-04-03 14:40:31 -07:00
Aaron Prindle 343714bb3b Merge pull request #1321 from aaron-prindle/dns-domain
Added --dns-domain flag to localkube
2017-04-03 11:51:19 -07:00
Aaron Prindle 0e78712fd4 added minikube addons configure command to replace auto-prompting to make scripting addons possible 2017-04-03 11:50:21 -07:00
Aaron Prindle f475961cde Added --dns-domain flag to localkube 2017-04-03 10:25:25 -07:00
Aaron Prindle 5998df868d Merge pull request #1319 from warmchang/windows
Add the virtualbox support description for windows host.
2017-04-03 08:04:17 -07:00
Wiiliam Chang 3554f1941d Add the virtualbox support description for windows host. 2017-04-03 19:17:14 +08:00
Matt Rickard 62ae35c9de Merge pull request #1316 from kokhang/add-jq-coreutils-rbd
Installing jq and coreutils packages and adding RBD kernel module
2017-04-01 11:51:43 -07:00
Steve Leon f3524f7927 Installing jq and coreutils packages and adding RBD kernel module
Coreutils package is needed for base64

Fixes #1315
2017-04-01 00:58:19 -07:00
Matt Rickard a5ee627d05 Manual fix for storage class client 1.6 2017-03-31 13:33:14 -07:00
Matt Rickard d13ab3030d Upgrade to k8s v1.6 2017-03-31 13:24:05 -07:00
Matt Rickard ff8503d9f9 Vendor changes for v1.6.0-rc.1 2017-03-31 13:24:04 -07:00
Matt Rickard a02c9d9040 Vendor changes for v1.6.0-beta.4 2017-03-31 13:24:04 -07:00