Commit Graph

1578 Commits (4e00a5a9f4a247a9f72b8a14db8e35fad078d5ce)

Author SHA1 Message Date
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
Marcin Maciaszczyk 8d30aee3e0 Use Dashboard 1.6.0 release
https://github.com/kubernetes/dashboard/releases/tag/v1.6.0
2017-03-31 13:24:04 -07:00
Matt Rickard 73a0dfb487 Vendor changes for v1.6.0-beta.3 2017-03-31 13:24:03 -07:00
Matt Rickard b279d733ad Minikube changes for v1.6.0-beta.2 2017-03-31 13:24:03 -07:00
Matt Rickard 402604cd30 Godeps changes for v1.6.0-beta.2 2017-03-31 13:24:03 -07:00
Matt Rickard afd6b32915 Vendor changes for v1.6.0-beta.2, external provisioner 2017-03-31 13:24:03 -07:00
Matt Rickard 30f492d723 Vendor changes for v1.6.0-beta.2 2017-03-31 13:24:02 -07:00
Matt Rickard 3b46c27b16 Minikube changes for v1.6.0-alpha.1 2017-03-31 13:23:59 -07:00
Matt Rickard cd9820bbf2 Godeps changes for v1.6.0-alpha.1 2017-03-31 13:23:22 -07:00
Matt Rickard 3a769cc4b8 Vendor changes for v1.6.0-alpha.1 2017-03-31 13:23:21 -07:00
Aaron Prindle c7bd5eb4fd Merge pull request #1300 from aaron-prindle/remove-b2d-commands
Removed B2D start commands and also a reference of B2D in docker_test
2017-03-31 10:39:09 -07:00
Matt Rickard 4ef8d2eb30 Merge pull request #1312 from ericchiang/print-to-stderr
pkg/minikube: print error messages to stderr
2017-03-30 19:42:49 -07:00
Eric Chiang cdffcdf258 pkg/minikube: print error messages to stderr 2017-03-30 19:11:09 -07:00
Aaron Prindle 6ca6a8993b Removed B2D start commands and also a reference of B2D in docker_test 2017-03-29 13:57:46 -07:00
Matt Rickard 9f7647f4f4 Merge pull request #1305 from dvoytik/patch-1
README: fix broken link to the documentation
2017-03-29 13:13:42 -07:00
Dmitry Voytik 242defc0e4 README: fix broken link to the documentation 2017-03-29 21:02:16 +02:00
Matt Rickard 4b3459ed5b Merge pull request #1289 from r2d4/disable-default-provisioner
Disable the default provisioner addon
2017-03-29 10:11:03 -07:00
Matt Rickard 1ce969fcf8 Merge pull request #1304 from IxDay/doc-improvement
Add documentation for iso testing
2017-03-29 09:15:29 -07:00
Maxime Vidori dc3e2c1043 Add documentation for iso testing 2017-03-29 10:35:33 +02:00
Matt Rickard f3d0a542c9 Merge pull request #1303 from r2d4/1.6-json
Add Kubernetes 1.6 release to releases.json
2017-03-28 22:55:42 -07:00
Matt Rickard 3ad0190d78 Merge pull request #1288 from r2d4/dedupe
Don't glog top level command error message
2017-03-28 21:09:18 -07:00
Matt Rickard e71845e216 Add Kubernetes 1.6 release to releases.json 2017-03-28 20:20:21 -07:00
dlorenc c0d81683a8 Merge pull request #1297 from aaron-prindle/delete-error
Removed error reporting prompt from minikube delete
2017-03-27 14:32:37 -07:00
Matt Rickard bf32cee2cd Merge pull request #1287 from r2d4/no-parallel
Don't run TestGetLogs in parallel
2017-03-27 11:24:54 -07:00
Aaron Prindle 6811b8ba83 Merge pull request #1294 from brahmaroutu/fix_cidr_parse
Fixed the certification generation to use the correct IP.
2017-03-27 11:24:05 -07:00
Aaron Prindle f5fd42ea4d Removed error reporting prompt from minikube delete 2017-03-27 10:34:06 -07:00
Matt Rickard 2423957878 Merge pull request #1295 from sbellem/fix-typo-in-readme
Remove duplicate "the"
2017-03-27 09:04:58 -07:00