Commit Graph

2283 Commits (b1ab7553e3b1834f6d09a3c71db85f9b383fc001)

Author SHA1 Message Date
ulyssessouza 63b7f8fe12 #1944 Avoid failing GetStatus on integration test when exit status != 0 2017-10-26 22:39:42 +02:00
Matt Rickard 55fcaa8609 Cut 0.23.0 release 2017-10-26 11:01:54 -07:00
Ulysses Souza 9e8e1f256a #1944 Add the 3 services status in 'minikube status' exit status so it can be checked with a simple bitmask 2017-10-26 10:57:27 +02:00
zouyee a34e91d54c [addon/coreos] bump rbac and deployment version 2017-10-25 08:13:52 -07:00
Matt Rickard 4d10509d86 Merge pull request #2113 from priyawadhwa/upgrade-go
upgrade to go 1.9
2017-10-24 15:52:29 -04:00
Matt Rickard 15f262030a Merge pull request #2109 from r2d4/kvm-stop
DOM_SHUTDOWN should return state.Running
2017-10-24 13:37:18 -04:00
Priya Wadhwa 404a043bf6 updated build image 2017-10-24 10:18:25 -07:00
Matt Rickard 2c4d40e146 Add jenkins logs regardless of exit status 2017-10-24 10:18:24 -07:00
Priya Wadhwa ef39ac3705 upgrade to go 1.9 2017-10-24 09:28:57 -07:00
Matt Rickard 2c2c45d7a6 DOM_SHUTDOWN should return state.Running
Technically, DOMAIN_SHUTDOWN just means that the VM is in the process
of shutting down.  We should still return state.Running so that we
don't return from `minikube stop` before the domain is actually
stopped.  This should fix a few flakes.
2017-10-23 11:23:58 -07:00
Yisui Hu ea31492976 use consistent path for localkube.service
/usr/lib/systemd/system is not consistent across different distribution
/etc/systemd/system should be used.

See issue: #2098
2017-10-20 14:09:03 -07:00
Matt Rickard d9089c3d77 Merge pull request #2089 from r2d4/no-localkube
Remove localkube from bindata
2017-10-20 12:29:48 -04:00
Matt Rickard a19f90fd91 import erorr 2017-10-19 16:23:47 -04:00
Matt Rickard 7cb4f99886 Makefile consolidation 2017-10-19 16:18:52 -04:00
Matt Rickard 02f0d41c1d Split out hyperkit into CGO needed stub
This allows us to use the hyperkit Driver struct in minikube, without
needing CGO_ENABLED=1.  For the hyperkit driver binary, the
CGO_ENABLED=1 function will work.
2017-10-19 16:07:38 -04:00
Matt Rickard 2b23ac95f1 Merge pull request #2091 from r2d4/23-6-iso
Bump iso version to v0.23.6
2017-10-19 15:06:49 -04:00
Matt Rickard 7e90add4a9 Merge pull request #2087 from r2d4/hyperkit-home
Hyperkit install to GOBIN
2017-10-19 13:42:45 -04:00
Matt Rickard 20c04b0430 Merge pull request #2088 from r2d4/18-release
Add 1.8 release
2017-10-19 13:42:11 -04:00
Matt Rickard cb5a00dc83 Merge pull request #2079 from r2d4/configurator-docs-kubeadm
Add configurator docs for kubeadm
2017-10-19 13:41:50 -04:00
Matt Rickard a7d568441c Remove localkube from bindata
This makes the minikube build simpler and the the binary smaller.
Localkube will always be remotely fetched and locally cached on the
host.
2017-10-19 12:56:29 -04:00
Matt Rickard 820cfb145e Bump iso version to v0.23.6 2017-10-19 12:34:41 -04:00
Matt Rickard 57e091dad8 Merge pull request #1542 from bryanlarsen/docker-17.05
Upgrade to Docker 17.06-ce
2017-10-19 09:30:15 -07:00
Matt Rickard b7012aefcc Use mac instead of hostname to find IP 2017-10-19 09:16:24 -07:00
Matt Rickard ecb7a29ef1 Merge pull request #2090 from r2d4/remove-exited
Remove exited containers too for jenkins
2017-10-19 09:09:26 -07:00
Matt Rickard 9fc49c2029 Remove exited containers too for jenkins 2017-10-19 11:33:35 -04:00
Matt Rickard 79f81edb69 Add 1.8 release 2017-10-19 07:56:24 -07:00
Matt Rickard f582814c9d Add hyperkit to supported driver list 2017-10-19 10:39:27 -04:00
Matt Rickard 9135d4aafe Use GOBIN instead of HOME/bin 2017-10-19 10:35:01 -04:00
Matt Rickard c7f03444b5 Merge branch 'master' into docker-17.05 2017-10-19 07:23:11 -07:00
Matt Rickard 3f08a3f465 Merge pull request #2085 from abitrolly/patch-1
CHANGELOG.md remove repetition
2017-10-19 06:51:05 -07:00
Anatoli Babenia 105148f164 CHANGELOG.md remove repetition 2017-10-19 07:05:39 +03:00
Matt Rickard 33584026c1 Merge pull request #2078 from r2d4/verbose-logging
Add verbose logging
2017-10-17 16:45:23 -07:00
Matt Rickard c6bdac10a2 Add configurator docs for kubeadm 2017-10-17 15:34:42 -07:00
Matt Rickard 8894ed78b9 Add verbose logging 2017-10-17 15:16:02 -07:00
Matt Rickard 5ccaae8998 Merge pull request #2068 from vbatts/crio-insecure-registry
buildroot: output flags for crio
2017-10-17 15:12:28 -07:00
Matt Rickard 0df72cadd5 Merge pull request #2052 from r2d4/cri-o
Add convenience container-runtime flag for kubeadm
2017-10-17 14:36:24 -07:00
Vincent Batts 50570f6133
buildroot: output flags for crio
This adds an environment variable file for crio.service to source.
And a step for the buildroot provisioner to write flags, initially just
insecure-registry.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-10-17 13:39:06 -04:00
dlorenc 9dd3d9bc64 Fix non-systemd none driver. 2017-10-17 10:31:06 -07:00
Matt Rickard 37456d22e0 Review feedback 2017-10-17 10:08:07 -07:00
Vincent Batts 4cc246eae7 crio: update to their v1.0.0 release
https://github.com/kubernetes-incubator/cri-o/releases/tag/v1.0.0

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-10-17 08:46:24 -07:00
Edward Medvedev c66bb2a014 Fix a typo in `README.md`
Fix a small typo in the `asdf` section.
2017-10-17 08:45:55 -07:00
dlorenc c0d838fc71 Force the none driver to use netgo. 2017-10-16 19:41:55 -07:00
Matt Rickard 6bb07b32c4 Merge pull request #2037 from r2d4/kubeadm-feature-gates
[kubeadm] Pass features gates to components
2017-10-16 13:22:13 -07:00
Matt Rickard 6a53c0c06c Merge pull request #2060 from r2d4/k8s18
K8s 1.8
2017-10-16 13:11:39 -07:00
Matt Rickard 8e02089766 Merge pull request #2067 from jiahao/jiahao/addons_list-grammar
addons_list.go: fix grammar in help string
2017-10-16 13:02:38 -07:00
Jiahao Chen 8c78239a98 addons_list.go: fix grammar in help string
there current status -> their current statuses
2017-10-16 15:15:40 -04:00
Matt Rickard 9dbd3966b0 apply kube-proxy patch 2017-10-16 10:07:19 -07:00
Nikolay Kolev 9cc05971f8 Minor cleanup 2017-10-15 19:04:26 -07:00
Nikolay Kolev 0779d9f06e Mention asdf Version Manager 2017-10-15 19:04:26 -07:00
Matt Rickard 0ddd5746bc Merge pull request #2051 from r2d4/bump-cached-dns
Bump cached DNS addon version
2017-10-15 09:12:23 -07:00