Commit Graph

8867 Commits (2207974d872dca2370b054edf86608317f96439e)

Author SHA1 Message Date
Priya Wadhwa 744f76e3b6 fix lint 2020-03-24 17:25:27 -07:00
Medya Ghazizadeh 898fe0e8bf
Merge pull request #7206 from linkvt/interpret-disk-size-and-memory-parameters-as-binary-values
Parse --disk-size and --memory sizes with binary suffixes
2020-03-24 17:15:03 -07:00
Medya Ghazizadeh bc00b6f838
Merge pull request #7205 from tstromberg/retry-driver-start
Retry driver start
2020-03-24 16:49:39 -07:00
Priya Wadhwa d2171be291 rebased' 2020-03-24 16:39:54 -07:00
Priya Wadhwa 0e897f8448 Only run preload if it exists 2020-03-24 16:25:57 -07:00
Medya Ghazizadeh 22b6f1f423
Merge pull request #7211 from afbjorklund/stat-nil
Avoid dereferencing nil, in case of an error
2020-03-24 16:24:04 -07:00
Sharif Elgamal 06dca45553 lint 2020-03-24 16:10:20 -07:00
Sharif Elgamal 4a24cfcf30 add cluster name to provisioner object directly 2020-03-24 15:54:39 -07:00
Priya Wadhwa 1d72a1c826 don't extract volume if tarball doesn't exist 2020-03-24 15:01:31 -07:00
Sharif Elgamal 28672dec78 remove ClusterNameFromMachine 2020-03-24 14:43:11 -07:00
Sharif Elgamal cf0a2b008c Merge branch 'master' of github.com:kubernetes/minikube 2020-03-24 13:57:37 -07:00
Vincent Link 3ad1dfb4bb Add 'stable' and 'latest' as valid kubernetes-version values 2020-03-24 21:50:28 +01:00
Priya Wadhwa b5e088ad59 run preload on hot restarts as well, in case kubernetes version has been upgraded 2020-03-24 13:44:51 -07:00
Sharif Elgamal 8cefec0d24
Merge pull request #7213 from sharifelgamal/start-delete
fix validateSpecificDriver error message
2020-03-24 13:34:17 -07:00
Sharif Elgamal 69db9f2960 Merge branch 'master' of github.com:sharifelgamal/minikube 2020-03-24 13:20:38 -07:00
Sharif Elgamal 2933953cfa use mustload 2020-03-24 13:18:59 -07:00
Sharif Elgamal e3bcdbf42a fix validateSpecificDriver error message 2020-03-24 12:55:31 -07:00
Thomas Stromberg 972ff3cc00 Update DefaultKubernetesVersion to v1.18.0 2020-03-24 12:21:27 -07:00
Anders F Björklund 0d76e2a684 Avoid dereferencing nil, in case of an error 2020-03-24 20:19:01 +01:00
Priya Wadhwa 8d9e26d994 Test restart with preloaded tarball and without 2020-03-24 11:58:41 -07:00
Thomas Strömberg 30d4c64d13
Merge pull request #7208 from tstromberg/HW_RANDOM_VIRTIO
Enable HW_RANDOM_VIRTIO to fix sshd startup delays
2020-03-24 11:47:41 -07:00
Sharif Elgamal c0b76d8096 Merge branch 'master' of github.com:kubernetes/minikube 2020-03-24 18:34:49 +00:00
Priya Wadhwa 4a7f59f8a8 remove preload flag 2020-03-24 10:59:25 -07:00
Medya Ghazizadeh 37f22e4b83
Merge pull request #7203 from medyagh/kic_ensure_running
fail if kic container is not running after create
2020-03-24 10:57:40 -07:00
Priya Wadhwa 5ef83f35e2 Add --preload flag to optionally turn off preload 2020-03-24 10:53:02 -07:00
Thomas Strömberg 4d2cd7a1ce
Merge pull request #7152 from tommyp1ckles/fix-nfsd-typo
Update nfsexports version to fix typo
2020-03-24 10:29:20 -07:00
Medya Ghazizadeh f00f5ff600
remove extra if 2020-03-24 10:21:32 -07:00
Medya Ghazizadeh d163bab5bb
Merge pull request #7202 from medyagh/gha_pass
adjust github actions and fix test helpers
2020-03-24 10:18:52 -07:00
Sharif Elgamal fa9e66c613 Merge branch 'master' of github.com:kubernetes/minikube 2020-03-24 17:03:08 +00:00
Vincent Link b5d5aa1d52 Parse --disk-size and --memory sizes with binary suffixes 2020-03-24 17:20:59 +01:00
Thomas Stromberg e9e9a41049 Use ExampleCmd now that it is available 2020-03-24 08:58:15 -07:00
Thomas Stromberg 18f4593d8e Merge branch 'master' into retry-driver-start 2020-03-24 08:53:54 -07:00
tstromberg fed6713a3f Enable HW_RANDOM_VIRTIO 2020-03-24 08:45:29 -07:00
Medya Gh 940baa09ea fix comment 2020-03-24 07:31:22 -07:00
Medya Gh 41b16b1568 fail if container is not running 2020-03-24 07:27:07 -07:00
Medya Gh 83cc28e082 add logging for when container status is running 2020-03-24 07:11:22 -07:00
Medya Gh 0478f2d204 adjuts the retry times 2020-03-24 06:37:16 -07:00
Medya Gh 42980d609b remove not needed retry 2020-03-24 06:29:35 -07:00
Medya Gh 407637b4a2 download only for both docker and podman 2020-03-24 06:07:51 -07:00
Medya Ghazizadeh 587154196e
Merge pull request #7173 from medyagh/stop_kic
stop kubernetes containers on stopping docker/podman driver
2020-03-24 05:42:49 -07:00
Medya Ghazizadeh afc1311896
Merge pull request #7196 from medyagh/skip_none
skip preload test for none
2020-03-24 05:42:17 -07:00
Medya Ghazizadeh ef10eab3d3
Merge pull request #7198 from kubernetes/medyagh-patch-10
Adjust GitHub actions timeout multiplier
2020-03-24 05:41:28 -07:00
Medya Ghazizadeh 1d5ef29f2e
Adjust GitHub actions timeout multiplier 2020-03-24 04:11:11 -07:00
Medya Gh 653fac46ec skip preload test for none 2020-03-24 00:46:48 -07:00
Medya Ghazizadeh 20991ac336
Merge pull request #7183 from sharifelgamal/conntrack-msg
add friendly error message for missing conntrack
2020-03-23 23:03:09 -07:00
Medya Gh 67bd258465 remove extra line 2020-03-23 23:02:27 -07:00
Medya Ghazizadeh afa09ad5d4
Merge pull request #7182 from priyawadhwa/issue-7172
Upgrade podman and add libglib2.0-0 to kicbase image v0.0.8
2020-03-23 23:01:53 -07:00
Medya Gh aec6fdc25a initialize kic runner in stop 2020-03-23 21:01:12 -07:00
Medya Gh 7619a5075a fix logging 2020-03-23 21:01:12 -07:00
Medya Gh 36f3f657af force stop if cant stop for none 2020-03-23 21:01:12 -07:00