Commit Graph

944 Commits (4756b15bc14678e00a516daee58db2e37de86458)

Author SHA1 Message Date
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
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 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
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
Thomas Strömberg 5f290a1a6e
Merge pull request #3819 from presslabs/fix-tunnel-error
Fix tunnel error logging
2019-03-11 09:37:26 -07:00
Thomas Stromberg 6a36191bb4 Merge branch 'master' into find-probelms 2019-03-08 10:20:39 -08:00
Thomas Stromberg 4a7e68c6b7 Add detection for #3818 - no providers available 2019-03-08 09:51:08 -08:00
Calin Don 229137c06b
Fix tunnel error logging 2019-03-07 11:38:26 +02:00
Thomas Stromberg 56a51ffe0d Merge branch 'master' into cache_images_int_test2 2019-03-06 15:21:11 -08:00
Thomas Strömberg a4841d9d72
Merge pull request #3796 from kron4eg/patch-1
Change DefaultMountVersion to 9p2000.L
2019-03-06 14:13:50 -08:00
Thomas Stromberg ae27bb1e85 Update default to v1.13.4 2019-03-06 11:37:29 -08:00
Artiom Diomin 1607e9f8ea
Change DefaultMountVersion to 9p2000.L
Fixes #2290
2019-03-05 14:45:36 +02:00
Anders F Björklund 5b709b2b0a Failure to read documentation isn't really a crash 2019-03-04 20:23:23 +01:00
Anders F Björklund 46640cef68 Address all lint except undocumented and stutter
These two lint warnings still remain, after the cleanup:
"exported ... should have comment or be unexported"

"type name will be used as foo.FooBar by other packages,
 and that stutters; consider calling this Bar"
2019-03-02 22:03:55 +01:00
Thomas Strömberg 794bc6cedd
Merge pull request #3780 from afbjorklund/logs
Fix minikube logs for other container runtimes
2019-03-01 15:49:23 -08:00
Anders F Björklund df5bbc3c8a Fix minikube logs for other container runtimes
It is only Docker that adds the "k8s_" prefix, since CRI
only handles containers that are used by Kubernetes anyway.

Also need to use "sudo" when running all crictl commands,
including logs. And only list containers that are running.
2019-03-01 20:56:45 +01:00
Thomas Stromberg b9675da28b Add comment about optimization 2019-03-01 11:03:06 -08:00
Thomas Stromberg a11e1c3c27 retry updateKubeProxyConfigMap 2019-03-01 10:54:18 -08:00
Thomas Stromberg eae5b34100 Only restart kube-proxy if necessary, make certain steps retialble 2019-03-01 10:53:55 -08:00
Thomas Stromberg a2865f183a Back to the original 10 minute timeout :( 2019-03-01 10:50:39 -08:00
Thomas Stromberg 2f1f52edba Add reconfiguring style 2019-02-28 16:40:55 -08:00
Thomas Stromberg c40602b327 ReasonableStartTime = 8, for folks with CrashLooping DNS on none 2019-02-28 16:40:46 -08:00
Thomas Stromberg a4be5ee438 Have StartCluster/RestartCluster block until system pods are healthy 2019-02-28 16:27:35 -08:00
Thomas Stromberg 3b2a81d409 Increase ReasonableStartTime from 5 to 9 minutes 2019-02-28 16:26:42 -08:00
Thomas Stromberg 4c48753ba0 Docker doesn't need to use sudo 2019-02-28 12:05:30 -08:00
Thomas Stromberg e09133892f Fix docker/containerd caching, improve msgs, add tests 2019-02-27 13:58:33 -08:00
Anders F Björklund 167d1584a6 Add flag for disabling the VirtualBox VTX check
Currently this is broken upstream, provide workaround...

Already available in docker-machine, so port to minikube.
2019-02-22 18:29:29 +01:00
Thomas Stromberg 5f77fc6c1a Only call trySSHPowerOff if we are using hyperv 2019-02-16 07:47:00 -08:00
Thomas Strömberg 4142c6d967
Merge pull request #3680 from tstromberg/better-none
none UX: Reword warnings and other strings for accuracy
2019-02-15 10:38:07 -08:00
Anders F Björklund 166b423e6e Implement CRI method ContainerLogCmd for rkt 2019-02-15 19:24:44 +01:00
Anders Björklund 1473c36fb9
Merge pull request #3678 from afbjorklund/rkt
Add implementation of the deprecated rkt runtime
2019-02-15 19:20:30 +01:00
Anders Björklund 4ae8fed6cd
Merge pull request #3675 from afbjorklund/images
Upgrade the list of images for 1.12 and 1.13
2019-02-15 19:19:02 +01:00
Thomas Stromberg 54b22649e9 Forgot to remove a warning 2019-02-15 10:07:09 -08:00
Thomas Stromberg bb752098df Drop all empty strings from containers list, add fake prefix in log messages 2019-02-15 09:46:15 -08:00
Thomas Stromberg b80498fcb4 Merge from HEAD 2019-02-15 09:24:35 -08:00
Thomas Stromberg f345fe4b08 Less warnings, consistent info messages 2019-02-15 09:11:46 -08:00
Thomas Stromberg cd156b3f98 Merge branch 'master' into container-killing2 2019-02-15 09:10:19 -08:00
Thomas Strömberg 8e5fd5b275
Merge pull request #3686 from tstromberg/7-bit-console
Implement 7-bit ASCII prefixes for when MINIKUBE_IN_COLOR=false
2019-02-15 09:08:17 -08:00
Thomas Stromberg 18adab13fa Remove duplicate keys from merge 2019-02-15 07:21:40 -08:00
Thomas Stromberg 4a1feb6531 Reduce text clutter 2019-02-15 07:16:41 -08:00
Thomas Stromberg 1d0733e1e4 Merge 2019-02-15 07:06:22 -08:00
Thomas Stromberg 5013af7917 Change LowPrefix for internet. It looked strange with the indented options 2019-02-15 07:03:31 -08:00
Thomas Stromberg 3838442440 Implement 7-bit ASCII prefixes 2019-02-15 06:52:33 -08:00
Thomas Strömberg 71971667a0
Merge pull request #3501 from laozc/master
addons: Fixes multiple files behavior in files rootfs
2019-02-15 05:34:49 -08:00
Thomas Strömberg ceb324b4ad
Merge pull request #3660 from tstromberg/hyperkit-debugging
Make hyperkit driver more robust: detect crashing, misinstallation, other process names
2019-02-15 05:23:09 -08:00
Thomas Stromberg 07fc64fbe1 Warnf -> Debugf so that it doesn't interfere with output 2019-02-14 20:12:34 -08:00
Thomas Stromberg 2588a98435 Back to Run -- I was mistaken 2019-02-14 17:17:54 -08:00