Thomas Stromberg
deb31b4230
Pull upstream, sort out merge conflicts, use ParseBool
2019-02-11 13:56:45 -08:00
Thomas Strömberg
0cace43240
Merge pull request #3617 from afbjorklund/defaults
...
Enable CNI for alternative runtimes
2019-02-11 13:01:54 -08:00
Bassam Tabbara
104f7dee9e
machine: fix parallels support
...
add vendor deps for parallels, fix compile issue, and enable parallels
as a default driver.
Signed-off-by: Bassam Tabbara <bassam@upbound.io>
2019-02-11 08:47:29 -08:00
Zhongcheng Lao
a6332e3c6e
Add unit testcase for addon file patterns
...
afero introduced for mocking a filesystem.
2019-02-10 21:39:22 +08:00
Zhongcheng Lao
0c1d3f2e33
Fixes multiple files behavior in files rootfs
...
Some files may be left uncopied to the VM when there are multiple
files in the .minikube/files directory as the code misinterprets
the last parent dir as parent dirs for all files, which results
some files with the same name were not copied.
This patch fixes the behavior.
2019-02-10 19:51:02 +08:00
Anders F Björklund
73dd006813
Replace string comparison with class method
2019-02-09 20:59:26 +01:00
Anders F Björklund
78806674f3
Merge branch 'master' into defaults
2019-02-09 18:25:27 +01:00
Anders F Björklund
d3d9c5ed94
Avoid double unlock of image load mutex
...
Causes a runtime crash, with --cache-images:
"fatal error: sync: unlock of unlocked mutex"
2019-02-09 18:08:46 +01:00
Thomas Strömberg
6e1b9d030c
Merge pull request #953 from denji/parallels
...
machine: add parallels support
2019-02-08 15:39:43 -08:00
Thomas Strömberg
91be19c47a
Merge pull request #3258 from darkedges/master
...
When copying assets from .minikube/files on windows, directories get squashed during transfer. ie /etc/ssl/certs/test.pem becomes ~minikube/etcsslcerts/test.pem. This pull request ensures any window style directories are converted into unix style.
2019-02-08 15:31:00 -08:00
Thomas Strömberg
6762789a4b
Merge pull request #3602 from jayunit100/patch-2
...
Document the default storage provider for hostPath
2019-02-08 14:57:44 -08:00
Thomas Strömberg
38e8f7e028
Merge pull request #3631 from afbjorklund/pause
...
crio: use official kube pause image from gcr
2019-02-08 14:44:46 -08:00
Thomas Stromberg
d57d8d1a1e
Fix broken tests: hyperkit driver format mismatch, console spacing mismatch
2019-02-08 13:58:02 -08:00
Thomas Stromberg
f0632d2682
Add missing github.com/mattn/go-isatty files
2019-02-08 13:43:21 -08:00
Thomas Stromberg
bd93ae0beb
Add missing golang.org/x/text fixes
2019-02-08 13:38:47 -08:00
Thomas Stromberg
2f1fd6d6a2
Merge branch 'master' into console
2019-02-08 13:37:41 -08:00
Thomas Stromberg
6c48048538
Merge from hell #2 : refactor start.go because it's terrible
2019-02-08 13:37:29 -08:00
Thomas Strömberg
4bf2b8a630
Merge pull request #3641 from tdensmore/patch-1
...
Debugging Issues With Minikube: Add example usage
2019-02-08 10:29:17 -08:00
todd densmore
b9a894aead
Added example usage
...
Just a few clarifications on the usage of the debugging flags.
2019-02-08 10:42:46 -05:00
Thomas Stromberg
ee8ddd60a8
Merge
2019-02-07 18:21:29 -08:00
Thomas Strömberg
323dbcec24
Merge pull request #3633 from tstromberg/runtimes_pr
...
Refactor and centralize container runtime code into a cruntime package
2019-02-07 17:33:13 -08:00
Thomas Stromberg
0f11c4de8e
Remove unnecessary break statement
2019-02-07 16:14:47 -08:00
Thomas Stromberg
92763ca40f
Remove deprecated error message check. Never check text on error messages :(
2019-02-07 16:14:27 -08:00
Thomas Stromberg
e6c59fa135
Add back accidentally removed status line
2019-02-07 15:40:43 -08:00
Thomas Stromberg
9f09f02e39
Address PR comments, make sure PullImages code path is exercised
2019-02-07 15:39:31 -08:00
Thomas Stromberg
f2d6f45538
More console work
2019-02-07 14:56:29 -08:00
Thomas Stromberg
cf938ee5d6
Merge branch 'master' into console
2019-02-07 10:37:10 -08:00
Thomas Stromberg
27aafce199
Merge branch 'master' into runtimes_pr
2019-02-07 10:36:07 -08:00
Thomas Strömberg
1e3b84437c
Merge pull request #3635 from tstromberg/fuck_everything_about_boilerplate
...
Make date regexp more flexible so that we don't have to update it yearly
2019-02-07 10:35:33 -08:00
Thomas Stromberg
e98e789923
Make date regexp more flexible so that we don't have to update it yearly
2019-02-07 10:20:05 -08:00
Thomas Stromberg
c01bbf4075
Add missing Copyright boilerplate
2019-02-07 09:48:20 -08:00
Thomas Stromberg
562e782686
Add missing go-cmp directory from dep ensure
2019-02-07 09:36:59 -08:00
Thomas Stromberg
2033f8dcec
Further tuning, especially of env override
2019-02-07 09:23:39 -08:00
Thomas Stromberg
9d47bbd002
Run dep ensure
2019-02-07 08:38:35 -08:00
Thomas Stromberg
5cb89b11ee
Fix bad cut and paste: crio -> containerd
2019-02-07 08:36:40 -08:00
Thomas Stromberg
d1b0d0470a
Initial console implementation
2019-02-06 22:00:30 -08:00
Kubernetes Prow Robot
d95791213a
Merge pull request #3621 from rlenferink/patch-owners
...
Updated OWNERS file to include link to docs
2019-02-06 09:35:42 -08:00
Thomas Stromberg
8193985000
Add cruntime package
2019-02-05 14:51:03 -08:00
Thomas Stromberg
966b245dc6
Refactor and centralize container runtime code into a cruntime package
2019-02-05 14:42:12 -08:00
Anders F Björklund
ad62f93012
crio: use official kube pause image from gcr
2019-02-05 22:14:28 +01:00
Thomas Strömberg
854d77ac99
Merge pull request #3630 from tstromberg/faster-git-clone
...
Use a shallow git clone for buildroot
2019-02-05 11:40:31 -08:00
Thomas Strömberg
e44b5d910f
Merge pull request #3580 from kubernetes/tstromberg-aur
...
Use minikube-bin AUR instead of minikube
2019-02-05 11:40:16 -08:00
Anders F Björklund
6ff11e44a5
Remove default cni flags from the documentation
2019-02-05 20:05:05 +01:00
Anders F Björklund
7ef2918100
Remove default cni flags from integration tests
2019-02-05 20:03:29 +01:00
Thomas Stromberg
a03f1ea6b1
Use a shallow git clone for buildroot: saves ~2 minutes
2019-02-05 09:18:37 -08:00
Thomas Strömberg
9ec3c6c6e9
Merge pull request #3625 from hpandeycodeit/kube_version
...
Updated the default kubernetes version
2019-02-05 08:55:38 -08:00
Himanshu Pandey
0dda33a7df
Updated the default kubernetes version
2019-02-04 16:30:08 -08:00
Thomas Strömberg
9eb3759cdf
Merge pull request #3616 from tstromberg/crictl-113-cherry
...
Update crictl to v1.13.0
2019-02-04 16:20:19 -08:00
Roy Lenferink
7bc424911e
Updated OWNERS file to include link to docs
2019-02-04 18:48:23 +01:00
Thomas Stromberg
2702526566
Update crictl to v1.13.0
2019-02-04 09:18:57 -08:00