Medya Ghazizadeh
31aa5c1bad
Merge pull request #10118 from azhao155/yzhao/fix/flacknessDocker-ENV
...
avoid race condition in bootstrap certs for parallel runs
2021-01-13 11:46:41 -08:00
ilya-zuyev
d3ad8ca784
Merge pull request #9969 from ilya-zuyev/ilyaz/multiarch_kicbase
...
add multi-arch (arm64) support for docker/podman drivers
2021-01-13 10:52:25 -08:00
Yanshu Zhao
e933166cf2
Modify again
2021-01-13 18:47:12 +00:00
Yanshu Zhao
4e368f0c40
Modify comment
2021-01-13 18:45:09 +00:00
Yanshu Zhao
bbbf0d9bb6
Add issue link and comment
2021-01-13 18:39:23 +00:00
Yanshu Zhao
376399cc32
Change naming of lock and log format
2021-01-13 17:37:48 +00:00
Yanshu Zhao
948c1b5f09
check unlock return value
2021-01-13 07:52:27 +00:00
Yanshu Zhao
cbf602e7f0
change unlock to defer
2021-01-13 07:37:23 +00:00
Yanshu Zhao
baf929b14e
Add file lock for protect certs generation
2021-01-13 07:21:31 +00:00
alonyb
44b453019e
add spin stop in WarningT output
2021-01-12 21:33:44 -05:00
Ilya Zuyev
813094bafb
Merge branch 'master' into ilyaz/multiarch_kicbase
2021-01-12 10:48:01 -08:00
Ilya Zuyev
7ca15031e8
fix kicbase sha1
2021-01-11 18:30:39 -08:00
alonyb
a08f6e946f
add spinner stop in err messages
2021-01-11 21:19:46 -05:00
Medya Ghazizadeh
f17951c4f2
Merge pull request #10114 from daehyeok/machinename
...
refactor: migrate MachineName function to config package
2021-01-09 11:36:59 -08:00
Yanshu Zhao
4b8b2bc6db
Fix flackness of docker-env in parrallel
2021-01-09 18:46:40 +00:00
Ilya Zuyev
2622e9583c
bump kicbase version to v0.0.16-snapshot1
2021-01-08 13:49:27 -08:00
Ilya Zuyev
921306d88a
fix fallback kicbaseimages list
2021-01-08 13:31:13 -08:00
Ilya Zuyev
9c4a76581c
Merge branch 'master' into ilyaz/multiarch_kicbase
2021-01-08 12:18:22 -08:00
Daehyeok Mun
36d94a2d88
Migrate MachineName function.
...
Migrate MachineName function from driver package to config package.
2021-01-08 11:26:10 -08:00
Ilya Zuyev
da87abd016
enable docker driver for arm64
2021-01-08 11:24:08 -08:00
Anders F Björklund
b856a475e6
Remove systemd dependency from none driver
...
Use the minikube "sysinit" module instead
2021-01-08 09:12:54 +01:00
Priya Wadhwa
15aa8e1d5d
Enable --force-systemd for containerd runtime
2021-01-06 14:35:47 -08:00
priyawadhwa
95c92eb703
Merge pull request #9988 from daehyeok/wait_binary
...
Performance bot wait for binary before run
2021-01-06 10:32:00 -08:00
Thomas Strömberg
9c5c6a77ff
Merge pull request #10072 from anencore94/profile_test_error
...
Fix test code not to create unsued config file
2021-01-06 10:12:27 -08:00
Ilya Zuyev
65cf998d6f
Merge branch 'master' into ilyaz/multiarch_kicbase
2021-01-05 16:30:26 -08:00
Ilya Zuyev
6335658103
Revert single-arch kicbase fallback support
2021-01-05 16:29:48 -08:00
Anders F Björklund
f22a3802c7
Handle podman installations without default bridge
2021-01-05 17:06:52 +01:00
anencore94
5ff8566604
Fix test code not to create unsued config file
...
- move testdata in testdata/.minikube2 to testdata/minikube
- fix not to create unsed config file at local "minikube_home" path
- now test code save temporal config files at testdata folder and
delete those when test case finished
Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2020-12-31 15:55:21 +09:00
Medya Ghazizadeh
b69cc7f545
Merge pull request #10053 from azhao155/fix/yzhao/networkInspect
...
Fix docker inspect network go template for network which doesn't have MTU
2020-12-30 22:16:10 -08:00
Yanshu Zhao
0f734e6339
Change function name
2020-12-31 00:03:34 +00:00
Medya Ghazizadeh
a590ab7603
Merge pull request #10058 from lingsamuel/auto-latest
...
fix "cache add" command error when not specifying :latest tag
2020-12-30 15:33:20 -08:00
Yanshu Zhao
f94b1674b1
Change tests into a loop
2020-12-30 23:27:37 +00:00
Medya Ghazizadeh
358c9c5545
Merge pull request #10042 from spowelljr/snapFix
...
Fix docker driver cert copy on ubuntu's snap package manager
2020-12-30 13:55:18 -08:00
Steven Powell
b28c1ec4f6
store memory assets in home dir when using snap
2020-12-30 10:24:30 -07:00
Ling Samuel
b79ab3fedf
Automatically use latest tag for command cache
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2020-12-30 12:00:20 +08:00
Yanshu Zhao
f044b1fa91
Add unit test for docker network inspect
2020-12-30 02:28:44 +00:00
Daehyeok Mun
f3a5ac4fc9
Retry binary download every minute for 10 minutes
2020-12-28 16:36:20 -08:00
Sadlil
843019707d
Use appropriate ClusterDomain value in kubeadm KubeletConfiguration
2020-12-28 16:22:37 +00:00
Yanshu Zhao
4a940d0079
Fix docker inspect network go template
2020-12-27 08:38:39 +00:00
Priya Wadhwa
322efcb406
Merge branch 'master' of https://github.com/kubernetes/minikube into network-flag
2020-12-23 14:02:22 -08:00
Medya Ghazizadeh
f68005724c
Merge pull request #9958 from tstromberg/vmwarefusion
...
Remove obsolete 'vmwarefusion' driver, add friendly message
2020-12-23 12:56:05 -08:00
Medya Ghazizadeh
46043a6aee
Merge pull request #10018 from afbjorklund/kubeadm-memory
...
The kubeadm bootstrapper now requires 1700M mem
2020-12-23 12:40:42 -08:00
Medya Ghazizadeh
a962466d34
Merge pull request #10027 from azhao155/yzhao/fix/dockerReload
...
Fix docker reload issue in docker-env cmd
2020-12-23 12:17:08 -08:00
Anders F Björklund
1413d267b2
The kubeadm bootstrapper now requires 1700M mem
...
The node requirement is 2 vCPU and 2.0 GiB RAM
You can use --force to bypass the requirement
2020-12-23 21:09:30 +01:00
Medya Ghazizadeh
7b1b565882
Merge pull request #9974 from blueelvis/add-warning-windows-ssh-client-tunnel
...
Adding warning for docker windows tunnel
2020-12-23 11:22:59 -08:00
Yanshu Zhao
bb37572a44
Fix docker reload issue in docker-env cmd
2020-12-23 01:00:23 +00:00
Priya Wadhwa
a3b80e1fff
add log
2020-12-22 14:57:04 -08:00
Priya Wadhwa
bd413794c2
Avoid creating network if it is the default
2020-12-22 14:56:27 -08:00
alonyb
df6a8f6558
add spinner in creating container step
2020-12-22 15:47:48 -05:00
Medya Ghazizadeh
167b6c4399
Merge pull request #10021 from azhao155/yzhao/feature/dockerEnvWaitForApiServerFixCommits
...
Replace fixed time wait with wait function for docker-env cmd
2020-12-21 16:18:14 -08:00