Thomas Stromberg
6f46393123
Remove blank line
2020-03-06 12:15:58 -08:00
Thomas Stromberg
120dce7b56
Remove extraneous calls to oci.PointToHostDockerDaemon
2020-03-06 12:13:51 -08:00
Thomas Strömberg
9396c5c1fd
Merge pull request #6906 from medyagh/already_in_use
...
handle already in use container name
2020-03-06 10:51:50 -08:00
Medya Gh
38ccb88e3f
address code review
2020-03-06 10:25:48 -08:00
Medya Gh
1c37fc5505
lint
2020-03-05 22:45:38 -08:00
Medya Gh
0335fb1ad7
change names
2020-03-05 22:38:47 -08:00
Medya Gh
2a37317a72
improve comment
2020-03-05 22:34:10 -08:00
Medya Gh
1e8dd94a77
fix logic
2020-03-05 22:31:44 -08:00
Medya Ghazizadeh
13d0d3c933
Merge pull request #6898 from priyawadhwa/preloaded-copy-vm
...
Use preloaded tarball for VMs as well
2020-03-05 20:37:37 -08:00
Medya Gh
e1f6820335
fix already in use
2020-03-05 16:42:56 -08:00
Priya Wadhwa
db9cd9f2ef
change dest path
2020-03-05 15:46:12 -08:00
Priya Wadhwa
b91b800fb8
Fix filepaths for windows
2020-03-05 15:23:22 -08:00
tstromberg
b6c96eef30
Skip ISO checksum validation if custom URL is specified
2020-03-05 13:49:48 -08:00
Priya Wadhwa
d2573ca25c
Merge branch 'master' of https://github.com/kubernetes/minikube into preloaded-copy-vm
2020-03-05 13:31:52 -08:00
Priya Wadhwa
6058197e99
fix lint
2020-03-05 12:52:41 -08:00
Medya Ghazizadeh
ba199678ff
Merge pull request #6791 from medyagh/kic_ga
...
promote docker driver priority from "experimental" to "fallback"
2020-03-05 12:51:36 -08:00
Priya Wadhwa
1e5d92c32b
Only copy in preloaded tarball for VMs
2020-03-05 12:07:55 -08:00
Priya Wadhwa
05b9662b9f
Remove extracting tarball to volume so that it only happens once for kic
2020-03-05 11:55:53 -08:00
Priya Wadhwa
2252de247d
return 'not yet implemented' error
2020-03-05 11:34:14 -08:00
Priya Wadhwa
66b7dc3f7a
fix unit tests
2020-03-05 11:33:02 -08:00
Priya Wadhwa
fad655704e
Always download preloaded tarball if available, otherwise cache images
2020-03-05 11:20:17 -08:00
Priya Wadhwa
0bc60fb553
rebased on master
2020-03-05 11:12:42 -08:00
Priya Wadhwa
1cac7786cc
Use preload tarball for VMs
...
Since preloaded tarballs are container runtime specific, I added a Preload() func
to the cruntime interface. To use it with VMs, the tarball is first
copied into the VM and then extracted. The leftover tarball is deleted,
and the container runtime (currently only docker is supported) is
restarted.
2020-03-05 10:44:34 -08:00
Thomas Stromberg
1a01b9450c
Clarify logic around beginDownloadKicArtifacts
2020-03-05 10:23:51 -08:00
Priya Wadhwa
34adb345b2
Merge branch 'master' of github.com:kubernetes/minikube into preloaded-copy-vm
2020-03-05 10:22:16 -08:00
Thomas Stromberg
1f7ae5b35b
Merge to master
2020-03-05 09:57:46 -08:00
Naveen Kumar Sangi
b43977d7cc
fixHost: Use container word for kic drivers
...
Relates to https://github.com/kubernetes/minikube/issues/6859
2020-03-05 01:32:17 -06:00
Sharif Elgamal
1327f9d3a5
Merge pull request #6836 from sharifelgamal/machinename
...
Decouple machine name from profile/cluster name
2020-03-04 21:06:28 -08:00
Thomas Stromberg
883e108dce
Fix hyperv import
2020-03-04 21:05:38 -08:00
Thomas Stromberg
9adf54388d
lint cleanup
2020-03-04 20:49:49 -08:00
Thomas Stromberg
832fb6b4ab
preload: check local cache and status codes
2020-03-04 20:42:05 -08:00
Thomas Stromberg
3e772d0048
Merge master
2020-03-04 20:18:16 -08:00
Medya Ghazizadeh
5b6c7835b3
Merge pull request #6874 from priyawadhwa/skip-cache
...
Only cache k8s images if necessary
2020-03-04 19:06:47 -08:00
Medya Ghazizadeh
d5bc3fdc65
Merge pull request #6888 from sharifelgamal/driver
...
Switch --vm-driver paramter to --driver
2020-03-04 19:04:43 -08:00
Thomas Stromberg
a1ebcbd031
Merge conflicts
2020-03-04 18:01:41 -08:00
Thomas Stromberg
39670fc06f
Add download package & support URL fallback
2020-03-04 17:07:49 -08:00
Sharif Elgamal
4aafc5534c
fix fix to fix fix
2020-03-04 16:38:22 -08:00
Sharif Elgamal
0ff12cafac
Merge branch 'master' of github.com:kubernetes/minikube into machinename
2020-03-04 16:37:54 -08:00
Medya Ghazizadeh
9c1dbe745c
Merge pull request #6889 from tstromberg/symlink-inversion
...
Fix inverted certificate symlink creation logic
2020-03-04 16:29:18 -08:00
Sharif Elgamal
a2dd34cd8c
dummy commit to fix travis:
2020-03-04 16:20:55 -08:00
Priya Wadhwa
c1d8025e87
Use preloaded tarball for VMs as well
2020-03-04 16:17:52 -08:00
Priya Wadhwa
2f4987894a
code review comment
2020-03-04 15:09:24 -08:00
priyawadhwa
d403da451b
Merge pull request #6870 from priyawadhwa/transfer-binaries
...
Add k8s binaries to preloaded tarball
2020-03-04 15:00:11 -08:00
Thomas Stromberg
42670e6e11
Update TestSetupCerts unit test to match code change
2020-03-04 14:59:25 -08:00
Thomas Stromberg
d45471ca8d
Add certificate sync integration test
2020-03-04 14:48:40 -08:00
Thomas Strömberg
41235a7ffa
Merge pull request #6816 from halmai/halmai-patch-1
...
give hint if 'minikube delete' cannot delete the machine directory
2020-03-04 14:44:12 -08:00
Sharif Elgamal
eccb1d5e0a
fix unit test
2020-03-04 14:43:42 -08:00
Sharif Elgamal
a9db1d86d9
add TODO's for bootstrapper
2020-03-04 14:23:33 -08:00
Sharif Elgamal
a3e000d850
addressing comments
2020-03-04 14:09:15 -08:00
Thomas Stromberg
3f40bdcc47
Fix inverted certificate symlink logic
2020-03-04 13:53:11 -08:00