Commit Graph

12670 Commits (4a0382fe7277ebed44b476917d12a09922815c46)

Author SHA1 Message Date
Priya Wadhwa 2cdd846565 create dir if it doesn't already exist 2020-11-13 11:59:04 -08:00
Priya Wadhwa 8072057de8 Create dir 2020-11-13 11:55:10 -08:00
Medya Ghazizadeh 3da07455b8
Merge pull request #9679 from medyagh/snapshot_stable
release latest snapshot image/iso
2020-11-13 11:31:07 -08:00
Priya Wadhwa e3226bc662 Merge remote-tracking branch 'origin/iso' into ss-windows 2020-11-13 11:15:16 -08:00
Priya Wadhwa b072eb5e6a store file in /usr/sbin since that's where we have permissions 2020-11-13 11:14:47 -08:00
Priya Wadhwa 13476316b5 Now that ISO files are in, scheduled stop works on VM as well so remove restrictions 2020-11-13 10:23:32 -08:00
Priya Wadhwa c15a98947c Merge remote-tracking branch 'origin/iso' into ss-windows 2020-11-13 10:22:37 -08:00
priyawadhwa 9438167b60
Merge pull request #9671 from Evalle/ISSUE-9664
Rename `out.T` to `out.Step`
2020-11-13 10:16:23 -08:00
Sadlil d6c0256b3e Add Support for driver name alias 2020-11-13 10:52:10 +00:00
Priya Wadhwa 85750bbc89 ISO builds, shell script to /usr/sbin 2020-11-12 21:47:54 -08:00
Medya Gh 3c5996d0e1 add unit tests 2020-11-12 18:50:08 -08:00
Medya Gh 718d76dd04 update kubernetes version 2020-11-12 18:32:52 -08:00
Medya Gh 07cfe6408f update docs 2020-11-12 16:04:26 -08:00
Medya Gh 7955a891cb bump kicbase 2020-11-12 16:04:26 -08:00
Medya Gh f3125fa1ad release latest snapshot image/iso 2020-11-12 16:04:26 -08:00
Medya Ghazizadeh 6f037f8b7a
Merge pull request #9681 from medyagh/addon_reg_test
fix Test flakes TestAddons/parallel/Registry
2020-11-12 15:50:39 -08:00
Priya Wadhwa 16c258edda make file executable 2020-11-12 15:21:27 -08:00
Priya Wadhwa 0deea5e3e1 fix dockerfile 2020-11-12 14:43:10 -08:00
Priya Wadhwa e92a96bc3d add comments and compile on windows 2020-11-12 14:37:31 -08:00
Priya Wadhwa 21d5c01fc5 warn that this only works with docker right now 2020-11-12 14:32:23 -08:00
Priya Wadhwa 5411b3b2f2 Add code for daemonizing on windows and add integration test 2020-11-12 14:29:59 -08:00
Priya Wadhwa 8daf7ea3eb Merge branch 'master' of https://github.com/kubernetes/minikube into ss-windows 2020-11-12 14:20:44 -08:00
Priya Wadhwa cc8ca41915 Start adding scheduled stop for container 2020-11-12 14:20:41 -08:00
priyawadhwa 518ac7de56
Merge pull request #9503 from priyawadhwa/schedule-stop-unix
Implement schedule stop for unix
2020-11-12 14:20:20 -08:00
Medya Gh f177131ad1 wait for addons 2020-11-12 13:44:29 -08:00
Sharif Elgamal a84cbed217
Merge pull request #9675 from sharifelgamal/install-kvm
automatically try install kvm for kvm2 tests
2020-11-12 13:12:15 -08:00
Sharif Elgamal 0993622e85 add dnsmasq 2020-11-12 10:08:40 -08:00
Ben Leggett 48b4db838d
Review comment 2020-11-12 10:58:34 -05:00
Evgeny Shmarnev 1540ca84ca b 2020-11-12 13:53:39 +01:00
Evgeny Shmarnev f88040aad9
Merge branch 'master' into ISSUE-9664 2020-11-12 13:47:12 +01:00
Evgeny Shmarnev db93039f9c Addressing comments 2020-11-12 13:45:33 +01:00
Medya Gh 72c0b09983 increase memory for addon test 2020-11-11 20:22:12 -08:00
Medya Ghazizadeh 78b4b83096
Merge pull request #9674 from sharifelgamal/auth-env
Use special credential file location for cloud shell
2020-11-11 16:41:09 -08:00
Medya Ghazizadeh 296d887923
Merge pull request #9676 from priyawadhwa/pause-test
Don't check for docker.io prefix in docker preload
2020-11-11 16:21:34 -08:00
Sharif Elgamal 499bda8f5d or true 2020-11-11 15:43:46 -08:00
Priya Wadhwa 2eedffdaae include start args so that test passes locally 2020-11-11 14:52:30 -08:00
Sharif Elgamal 0e4dd72872 update 2020-11-11 14:48:17 -08:00
Sharif Elgamal 0f0b01fa0d install recommends 2020-11-11 14:44:13 -08:00
Priya Wadhwa 7fb0a9e0c1 Don't check for docker.io prefix in docker preload
Right now, preload isn't working because it thinks that the
kubernetes/dashboard images don't exist. This is because they now have a
docker.io prefix introduced by 4c54e78681

Since `docker images` won't return image names with that prefix, we want
to strip the images of `docker.io` before checking if they exists in the
docker daemon.

This also fixes the TestPause/serial/SecondStartNoReconfiguration
failing integration test.
2020-11-11 14:34:15 -08:00
Sharif Elgamal bf25c38098 automatically try install kvm for kvm2 tests 2020-11-11 14:21:21 -08:00
priyawadhwa 8731ff9f23
Merge pull request #9621 from priyawadhwa/json-int-test
Fix failing TestJSONOutput/start test
2020-11-11 14:14:57 -08:00
Sharif Elgamal c01e106b48 better comment 2020-11-11 13:37:40 -08:00
Sharif Elgamal b23cb6c20d find special cloud shell spot for creds 2020-11-11 12:26:50 -08:00
priyawadhwa abd18a123f
Merge pull request #9665 from medyagh/inc_timout_gh1
icrease gh action timeout for macos
2020-11-11 11:53:22 -08:00
Medya Ghazizadeh eb17495e5b
Merge pull request #9487 from prezha/status-add-watch-flag
add --watch flag for minikube status with optional interval duration
2020-11-11 11:50:43 -08:00
Sharif Elgamal 0f408d9d44
Merge pull request #9385 from bluestealth/8990
Improve parsing of start flag apiserver-names
2020-11-11 11:14:58 -08:00
Evgeny Shmarnev bcbe49fbec Rename `out.T` to `out.Step` 2020-11-11 11:29:49 +01:00
Predrag Rogic 7cc4676d4a
move write statuses logic to a separate func 2020-11-11 00:29:25 +00:00
Predrag Rogic 95e6afb1b9
move write statuses logic to a separate func 2020-11-11 00:29:25 +00:00
Predrag Rogic f57d9bfa73
add --watch flag for minikube status 2020-11-11 00:25:32 +00:00