Thomas Strömberg
0d6c92153f
Merge branch 'master' into reportcard
2019-03-20 19:16:02 -07:00
Thomas Strömberg
3fb5f3a6b3
Merge pull request #3877 from condemil/patch-1
...
Update Ingress-NGINX to 0.23 Release
2019-03-20 19:15:28 -07:00
Thomas Strömberg
84b92d1b8f
Merge pull request #3885 from afbjorklund/cache-1.14
...
Update list of cached images for kubernetes 1.14
2019-03-20 19:14:52 -07:00
Thomas Strömberg
fd54141f04
Merge pull request #3810 from tstromberg/k8s114
...
Update minikube to be compatible with Kubernetes v1.14.0-beta.1
2019-03-20 19:10:59 -07:00
Thomas Stromberg
605088ff72
Keep Initializers as the first element, fix v1.14 test which still included Initializers
2019-03-20 17:23:07 -07:00
Thomas Stromberg
0197b12a82
Make mount type a flag instead of a hardcoded string
2019-03-20 17:13:32 -07:00
Thomas Strömberg
7f6eecad37
Merge pull request #3872 from tstromberg/more-logs
...
logs: Add kube-proxy, dmesg, uptime, uname + newlines between log sources
2019-03-20 16:47:34 -07:00
Thomas Stromberg
88091b2323
Fix DefaultLegacyAdmissionControllers comment
2019-03-20 16:45:39 -07:00
Thomas Stromberg
66b18c878c
Merge branch 'master' into k8s114
2019-03-20 16:43:32 -07:00
Thomas Strömberg
c1a0264161
Merge pull request #3832 from tstromberg/k8s-v1.10.0
...
Skip "pull" command if using Kubernetes 1.10, which does not support it.
2019-03-20 16:42:39 -07:00
Thomas Stromberg
7eeb0a7925
Revert "Use --kubeconfig for v1.10.x, instead of skipping the pull"
...
This reverts commit 0c1b51ced3
.
2019-03-20 16:40:12 -07:00
Thomas Strömberg
da2b1b00b1
Merge pull request #3840 from afbjorklund/mdlint
...
Markdown Lint (for docs)
2019-03-20 10:18:32 -07:00
Thomas Strömberg
667c88d8e1
Merge branch 'master' into mdlint
2019-03-20 10:18:22 -07:00
Thomas Strömberg
4756b15bc1
Merge branch 'master' into lint
2019-03-20 10:16:09 -07:00
Thomas Strömberg
177ce6597d
Merge pull request #3830 from tstromberg/find-probelms
...
Add problem detection for #3818 - no providers available
2019-03-20 10:14:04 -07:00
Thomas Stromberg
1eca3e096b
Merge branch 'master' into k8s-v1.10.0
2019-03-20 10:12:49 -07:00
Thomas Stromberg
0c1b51ced3
Use --kubeconfig for v1.10.x, instead of skipping the pull
2019-03-20 10:07:25 -07:00
Thomas Strömberg
9a43cb891a
Merge pull request #3887 from afbjorklund/arch
...
Allow building minikube for any architecture
2019-03-20 09:57:02 -07:00
Thomas Strömberg
5074cc5127
Merge pull request #3894 from gyliu513/kvm-driver
...
Highlight libvirtd for old distributions.
2019-03-20 09:56:34 -07:00
Kubernetes Prow Robot
5313c1950f
Merge pull request #3911 from morvencao/br_fix_drive_installation_doc
...
fix 'gopath' issue for driver installation.
2019-03-19 23:58:22 -07:00
morvencao
bf794665e9
fix gopath issue for driver installation.
2019-03-20 13:10:07 +08:00
Kubernetes Prow Robot
b906adcc62
Merge pull request #3903 from mavimo/fix-xhyve-driver-link-to-doc
...
Update link to drives docs in xhyve driver
2019-03-19 12:24:22 -07:00
Marco Vito Moscaritolo
443accf1e0
Update link to drive docs in xhyve driver
...
Signed-off-by: Marco Vito Moscaritolo <mavimo@gmail.com>
2019-03-19 08:53:11 +01:00
Anders F Björklund
a380dbbeae
Add rktlet from master
2019-03-18 20:47:37 +01:00
Anders F Björklund
39f1164542
Upgrade rkt to 1.30.0
2019-03-18 20:37:34 +01:00
Kubernetes Prow Robot
89f9ca6898
Merge pull request #3895 from igorakkerman/bugfix/windows-install-location
...
Windows installer using installation path for x64 applications
2019-03-18 09:16:26 -07:00
u5surf
a34a9d32e6
Replace server name in updateKubeConfig if --apiserver-name exists #3878
2019-03-18 22:15:56 +09:00
Martynas Pumputis
2d8e577b33
Do not wait for k8s-app pods when starting with CNI
...
Previously, minikube was waiting for some pods labeled with
"k8s-app" (e.g. "kube-dns") to be ready before indicating that
"minikube start" was successful. However, in the case of
"network-plugin=cni", network of such pods is managed by a CNI
plugin which is usually started after "minikube start" has returned
making the waiting for the pods to fail with:
Error starting cluster: wait: waiting for k8s-app=kube-dns: timed out
waiting for the condition
This commit omits waiting for "k8s-app" pods if minikube is started
with "network-plugin=cni".
Reported-by: Michal Rostecki <mrostecki@opensuse.org>
Signed-off-by: Martynas Pumputis <m@lambda.lt>
2019-03-18 11:13:55 +01:00
Guang Ya Liu
8f7cca3045
Highlight libvirtd for old distributions.
2019-03-18 02:18:09 -07:00
Igor Akkerman
d91615ef46
Windows installer using installation path for x64 applications
2019-03-17 18:39:40 +01:00
Anders F Björklund
b0b32b702d
Allow building minikube for any architecture
...
Currently it is hardcoded to build for any GOOS, but same GOARCH.
Change this to allow building for any combination of: minikube-*-*
2019-03-17 12:17:19 +01:00
Anders F Björklund
03bdce47ee
Decrease cyclomatic complexity for test
...
Mostly by using the "extract method" pattern.
Here was the report (from gocyclo), before:
17 tunnel TestTunnelManagerCleanup pkg/minikube/tunnel/tunnel_manager_test.go:174:1
44 tunnel TestTunnel pkg/minikube/tunnel/tunnel_test.go:35:1
34 kubeconfig configEquals pkg/util/kubeconfig/config_test.go:420:1
25 integration testMounting test/integration/mount_test.go:36:1
18 integration testTunnel test/integration/tunnel_test.go:37:1
2019-03-16 23:04:24 +01:00
Anders F Björklund
00c9846a19
Decrease cyclomatic complexity for code
...
Mostly by using the "extract method" pattern.
Here was the report (from gocyclo), before:
16 kubeadm (*KubeadmBootstrapper).UpdateCluster pkg/minikube/bootstrapper/kubeadm/kubeadm.go:374:1
16 cluster StartHost pkg/minikube/cluster/cluster.go:64:1
16 tunnel setupRoute pkg/minikube/tunnel/tunnel.go:135:1
16 provision configureAuth pkg/provision/buildroot.go:218:1
21 util setElement pkg/util/config.go:50:1
2019-03-16 22:18:14 +01:00
Anders F Björklund
5497b966be
Rename stutter and move classes between packages
...
Removing the kubeconfig module is probably not a big deal,
since it was already hiding under the "util" directory...
But the layout of the Bootstrapper is slightly irritating,
as long as it is contained in a different "kubeadm" module.
2019-03-16 16:57:56 +01:00
Anders F Björklund
dba916a016
Document all exported functions inside minikube
...
Make config get/set more symmetrical, as well.
2019-03-16 16:57:43 +01:00
Anders F Björklund
edf46f003f
Document all exported functions outside minikube
2019-03-16 16:57:37 +01:00
Zhongcheng Lao
40caf8317c
Merge remote-tracking branch 'upstream/master' into custom-image-repository
2019-03-15 18:01:48 +08:00
Steven Davidovitz
a94e0ac2f8
fix CHANGE_MINIKUBE_NONE_USER regression from recent changes
...
6c48048538
changed the order of the
startup script so that now the CHANGE_MINIKUBE_NONE_USER `chown` doesn't
actually kick in after the files are added.
2019-03-14 09:05:51 -07:00
Thomas Strömberg
016e3f3178
Merge pull request #3767 from tstromberg/cache_images_int_test2
...
caching: Fix containerd, improve console messages, add integration tests
2019-03-14 08:19:25 -07:00
Dmitry Budaev
fcd5d996b3
Update Ingress-NGINX to 0.23 Release
...
Updates Ingress-Nginx to use 0.23 release.
2019-03-14 15:11:55 +01:00
Thomas Stromberg
0422b9c567
Add kube-proxy and dmesg logs + newlines between log sources
2019-03-13 14:53:14 -07:00
Anders Björklund
844a3ee1e9
Merge pull request #3838 from afbjorklund/dos
...
Fix exe suffix and missing checksum for windows binary
2019-03-13 20:19:24 +01:00
Anders F Björklund
203014d3d2
Add target to build the kvm driver in docker
2019-03-13 20:01:58 +01:00
RA489
8fc1d494fa
[FEATURE] feature-gates via minikube config set
2019-03-12 17:55:07 +05:30
Thomas Stromberg
1b67196401
Improve options output
2019-03-11 16:25:43 -07:00
Thomas Stromberg
1ec970a7fd
Remove random unicode character
2019-03-11 16:18:42 -07:00
Thomas Stromberg
c713b186e8
unmount on sigint/sigterm, --options and --mode, improve mount UI
2019-03-11 16:18:06 -07:00
Thomas Strömberg
3cc68bd18b
Update ISSUE_TEMPLATE
2019-03-11 12:15:42 -07:00
Thomas Strömberg
c41338b372
Document hack/tag_release.sh
2019-03-11 09:39:23 -07:00
Thomas Strömberg
44372fa0ac
Merge pull request #3815 from tstromberg/v0.35.0
...
Add script to automate tag creation.
2019-03-11 09:37:44 -07:00