Commit Graph

3146 Commits (095ccbe562d78fe8aa2fcd9239e2d0ab3b9c8cff)

Author SHA1 Message Date
Thomas Strömberg 095ccbe562
Merge pull request #7234 from tstromberg/init-retry-port-conflict
Re-initalize failed Kubernetes clusters
2020-03-25 18:57:30 -07:00
Medya Ghazizadeh 46e87ba054
Merge pull request #7219 from sharifelgamal/cluster-name
Get rid of ClusterNameFromMachine
2020-03-25 18:33:48 -07:00
Medya Ghazizadeh 53b9d720e7
Merge pull request #7230 from tstromberg/hugo-switch
Make recreateIfNeeded more robust, improve UX
2020-03-25 18:28:07 -07:00
Priya Wadhwa f52df44fd5 If preload fails on hot restart, log warning instead of erroring out 2020-03-25 16:43:35 -07:00
Sharif Elgamal dc7bdecda4 Merge branch 'master' of github.com:kubernetes/minikube into cluster-name 2020-03-25 15:43:12 -07:00
Sharif Elgamal 71003531c3
Merge pull request #7238 from sharifelgamal/honor-override
do not override hostname if extraConfig is specified
2020-03-25 15:24:14 -07:00
Sharif Elgamal 8f3e480d4e
Merge pull request #7241 from sharifelgamal/styyyle
replace emoji with spacing issues
2020-03-25 15:18:37 -07:00
Sharif Elgamal fd1897ddae replace emoji with spacing issues 2020-03-25 15:01:57 -07:00
Thomas Stromberg 1ee125e688 lint err 2020-03-25 14:50:13 -07:00
Thomas Stromberg f84569aab0 Make crazy cluster_test / mock_driver combination pass tests 2020-03-25 14:46:44 -07:00
Sharif Elgamal 6417e85f5b fix ordering 2020-03-25 14:40:40 -07:00
Sharif Elgamal c3fba065a9 do not override hostname if extraConfig is specified 2020-03-25 14:07:39 -07:00
Thomas Stromberg ea9aa72984 Retry addon application 2020-03-25 13:44:28 -07:00
Thomas Stromberg 442a7869d3 Re-initalize failed Kubernetes clusters 2020-03-25 12:48:51 -07:00
Thomas Strömberg 5a316b3bf9
Merge pull request #7068 from vikkyomkar/issue-7067
Add --vm flag for users who want to autoselect only VM's
2020-03-25 12:44:16 -07:00
Thomas Stromberg d33684d7eb Make private stop/delete functions to avoid wheel reinvention 2020-03-25 08:10:08 -07:00
Thomas Stromberg 4383a4883c Improve host recreation experience 2020-03-25 07:28:23 -07:00
Medya Gh 1be46bceec implement Preload check for crio and containerd 2020-03-25 01:12:27 -07:00
Medya Ghazizadeh 5689d3b8e1
Merge pull request #7210 from priyawadhwa/issue-7184
Fix TestStartStopWithPreload bug
2020-03-24 22:42:33 -07:00
Medya Ghazizadeh 1f30cfcdbb
Merge pull request #7221 from kubernetes/windows-out
Use correct preload paths on Windows, announce base image pull
2020-03-24 22:37:07 -07:00
Priya Wadhwa 646609ec30 review comments 2020-03-24 21:24:43 -07:00
Medya Ghazizadeh 9f15f8d0cd
Merge pull request #7220 from kubernetes/flush-glug
Flush logs before writing to stdout
2020-03-24 21:13:41 -07:00
Thomas Stromberg d3fcd40feb Use correct preload paths on Windows, announce base image pull 2020-03-24 17:37:59 -07:00
Thomas Stromberg ab4b7d92b3 Flush logs before writing to stdout 2020-03-24 17:36:04 -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 0e897f8448 Only run preload if it exists 2020-03-24 16:25:57 -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
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
Anders F Björklund 0d76e2a684 Avoid dereferencing nil, in case of an error 2020-03-24 20:19:01 +01:00
Priya Wadhwa 5ef83f35e2 Add --preload flag to optionally turn off preload 2020-03-24 10:53:02 -07:00
Medya Ghazizadeh f00f5ff600
remove extra if 2020-03-24 10:21:32 -07: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
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 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 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
Medya Gh 545348341a for none let it stop all containers 2020-03-23 21:01:12 -07:00
Medya Gh 47c8e9c87b dont return on error kic sto 2020-03-23 21:01:12 -07:00