Commit Graph

12957 Commits (3dac483db9c5511056865c448be3121f97a6a796)

Author SHA1 Message Date
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
Priya Wadhwa 9bb9355b50 fix merge conflict 2020-11-11 11:57:27 -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
Medya Gh 3338088a45 icrease gh action timeout for macos 2020-11-10 16:24:25 -08:00
Medya Gh 5442a6b09d icrease gh action timeout for macos 2020-11-10 16:22:33 -08:00
Sharif Elgamal 4f4124c69d try to create credentials file if using env to authenticate 2020-11-10 15:53:54 -08:00
Medya Ghazizadeh 6b287efebd
Merge pull request #9662 from medyagh/unittest_kubeimages
fix verifying kubernetes images test
2020-11-10 15:46:17 -08:00
Medya Ghazizadeh f67515dec7
Merge pull request #9660 from sharifelgamal/docker-fix
jenkins: docker install script
2020-11-10 15:38:31 -08:00
Medya Gh 833e474589 lint 2020-11-10 14:33:59 -08:00
Thomas Strömberg f6fa0ec0f6
Merge pull request #9529 from prezha/hack-update--kubernetes-version
hack/update: kubernetes version
2020-11-10 14:28:33 -08:00
Sharif Elgamal a85e7ddd26 install psmisc 2020-11-10 13:42:07 -08:00
Sharif Elgamal 3b5eab6e56 Merge branch 'master' of github.com:kubernetes/minikube into docker-fix 2020-11-10 13:38:08 -08:00
Medya Gh 52ef75121d fix test 2020-11-10 13:21:11 -08:00
Medya Ghazizadeh 0f5a2ca4a4
Merge pull request #9641 from prezha/fix-kvm-minikube-net
Fix minikube-net network failures for KVM driver
2020-11-10 12:43:20 -08:00
Priya Wadhwa 5569817c26 Address code review comments 2020-11-10 10:58:31 -08:00
Priya Wadhwa 291e5b6927 fix merge conflict 2020-11-10 10:49:37 -08:00
Thomas Strömberg 689b3db4f2
Merge pull request #9628 from afbjorklund/crio-v1.18.4
Upgrade crio to 1.18.4
2020-11-10 10:46:18 -08:00
Medya Gh d7fe968bde fix verifying kuberentes images test 2020-11-10 10:39:10 -08:00
Sharif Elgamal ffafd95454 remove newgrp, add lsof 2020-11-10 10:33:27 -08:00
Thomas Strömberg b9615bf220
Merge pull request #9390 from prezha/json-output-cleanup
reword error message when cluster state exit code is not found
2020-11-10 10:27:25 -08:00
Thomas Strömberg 6e337ab3b2
Merge pull request #9619 from sharifelgamal/remove-travis
remove travis yaml
2020-11-10 10:26:46 -08:00
Thomas Strömberg 2271cf3d6f
Merge pull request #9551 from yehiyam/imageRepository
add ImageRepository to addons templates
2020-11-10 10:25:18 -08:00
Thomas Strömberg ea74ac9c1b
Merge pull request #9534 from vinu2003/fix_invalid_profile_creation
stop: removed setEventLogPath for stop process
2020-11-10 10:24:10 -08:00
Thomas Strömberg 47396dc7b7
Merge pull request #9532 from prezha/hack-update--kicbase-version
hack/update: kicbase version
2020-11-10 10:17:51 -08:00
Medya Ghazizadeh f3f404ceaa
Merge pull request #9655 from medyagh/bump_kic_base15_2
bump kic base image to include crio 18 changes
2020-11-10 10:05:53 -08:00
Sharif Elgamal fe0e087d91 testing fix for docker install script 2020-11-10 09:22:14 -08:00
Predrag Rogic 9e114139dc
retry instead of sleep; gc cleanup 2020-11-10 16:28:14 +00:00
Predrag Rogic 8ebc828eb1
Fix minikube-net network failures for KVM driver 2020-11-10 16:27:51 +00:00
Anders F Björklund 3672753100 Change back to the version-pinned cri-o channel 2020-11-10 16:54:39 +01:00
Stefan Lobbenmeier 538170ab0b
Document minikube kubectl autocompletion
Fixes https://github.com/kubernetes/minikube/issues/9603
2020-11-10 12:15:45 +01:00
Medya Gh be786ac95b docs 2020-11-09 18:39:37 -08:00
Priya Wadhwa 253b0bafb1 Merge branch 'master' of https://github.com/kubernetes/minikube into json-int-test 2020-11-09 17:53:52 -08:00
Medya Gh 37914938e5 bump kicbase to include crio changes 2020-11-09 17:39:19 -08:00
Sharif Elgamal 16f9b261da
Merge pull request #9624 from sharifelgamal/install-docker
Add script to automatically install docker on jenkins machines
2020-11-09 17:27:03 -08:00
Medya Gh c2bfd58be3 bump snapshot 2020-11-09 17:16:47 -08:00
Sharif Elgamal b226a79c81 Merge branch 'master' of github.com:kubernetes/minikube into install-docker 2020-11-09 16:55:27 -08:00