Commit Graph

13329 Commits (40e4521bb28b71d73e89ee23f613acd524f1e586)

Author SHA1 Message Date
Anders F Björklund 40e4521bb2 ssh: validate the ssh-key parameter if given 2021-01-28 08:48:40 +01:00
Sharif Elgamal c2d824911b
Merge pull request #10145 from sharifelgamal/windows-pr-test
ci: add full integration tests for Docker on Windows
2021-01-26 16:20:32 -08:00
Medya Ghazizadeh 597091d84b
Merge pull request #10106 from spowelljr/userFlag
Add new flag --user and to log executed commands
2021-01-26 15:44:58 -08:00
priyawadhwa c636bfe7de
Merge pull request #10275 from priyawadhwa/driver-mounts-vbox
Fix small bug in TestStartStop
2021-01-26 15:28:52 -08:00
Steven Powell 44e3aedaa6 made username func private 2021-01-26 15:34:29 -07:00
priyawadhwa e0b14ec55a
Merge pull request #10274 from priyawadhwa/unhide-schedule
Unhide --schedule flag for scheduled stop
2021-01-26 14:22:12 -08:00
Priya Wadhwa 2f4117f696 Only run disable-driver-mounts test with virtualbox 2021-01-26 13:10:18 -08:00
Priya Wadhwa 78a89a13fd Update docs 2021-01-26 13:07:00 -08:00
Priya Wadhwa 24aefaebb6 Unhide --schedule flag for scheduled stop 2021-01-26 13:05:30 -08:00
priyawadhwa cb5bc9c850
Merge pull request #10273 from priyawadhwa/fix-docs
Run make generate-docs
2021-01-26 13:02:33 -08:00
Priya Wadhwa 8c3ccb5294 Run make generate-docs 2021-01-26 13:01:43 -08:00
Medya Ghazizadeh a1e7799db8
Merge pull request #10270 from afbjorklund/gopsutil-cpu
The gopsutil cpu implementation changed in v3
2021-01-26 12:53:38 -08:00
Sharif Elgamal 2a59bff6fb Merge branch 'master' of github.com:kubernetes/minikube into windows-pr-test 2021-01-26 12:46:35 -08:00
Sharif Elgamal 52ab6a503e boilerplate 2021-01-26 12:46:26 -08:00
priyawadhwa fb3396fa6a
Merge pull request #10251 from andrzejsydor/patch-1
Update addons.md
2021-01-26 12:04:30 -08:00
priyawadhwa 9a3bac712a
Merge pull request #10261 from priyawadhwa/cni-on-containerd
Run CNI tests on containerd
2021-01-26 11:10:07 -08:00
Medya Ghazizadeh be4a3ee0fc
Merge pull request #10269 from afbjorklund/ssh-driver-opt-in
Make the ssh driver opt-in and not default
2021-01-26 09:27:11 -08:00
Anders F Björklund 7e9d58c468 The gopsutil cpu implementation changed in v3
Was supposed to return the number of vCPU (i.e. nproc)
Before, both "physical" and "logical" returned the same.

The returned information should match cpuinfo and lscpu:
    CPU(s) = Socket(s) x Core(s) each x Thread(s) each
2021-01-26 17:48:52 +01:00
Anders F Björklund 44a9fa934b Make the ssh driver opt-in and not default
It needs an external VM with an IP address
2021-01-26 17:10:56 +01:00
Sharif Elgamal c2bb8385d6
Merge pull request #10219 from sharifelgamal/fix-download-test
refactor download only test for better visibility
2021-01-25 15:49:20 -08:00
Priya Wadhwa 48be26ba96 Run CNI tests on containerd 2021-01-25 14:51:35 -08:00
Sharif Elgamal afa9aafcd2 Merge branch 'master' of github.com:kubernetes/minikube into fix-download-test 2021-01-25 14:37:47 -08:00
Sharif Elgamal b694e0e627 shorten subtest names 2021-01-25 14:37:35 -08:00
priyawadhwa a4ee1e0791
Merge pull request #10232 from priyawadhwa/fix-json-output
Add JSON step for CNI to fix failing TestJSONOutput test
2021-01-25 13:42:44 -08:00
priyawadhwa 6e5a36f17a
Merge pull request #10193 from priyawadhwa/refactor-start-stop
Split up TestStartStop by container runtime
2021-01-25 12:38:59 -08:00
Sharif Elgamal e0143edad6 Merge branch 'master' of github.com:kubernetes/minikube into fix-download-test 2021-01-25 12:23:15 -08:00
priyawadhwa a3225d7dbf
Merge pull request #10230 from priyawadhwa/fix-test-functional
Fix TestFunctional subtests to run for all three runtimes
2021-01-25 12:19:33 -08:00
Priya Wadhwa a9f435b757 put step in correct place 2021-01-25 11:39:06 -08:00
Priya Wadhwa ff72cb81b6 Merge branch 'master' of https://github.com/kubernetes/minikube into refactor-start-stop 2021-01-25 11:18:32 -08:00
Priya Wadhwa 37dd783dd8 Fix position of Configuring CNI 2021-01-25 11:03:24 -08:00
Priya Wadhwa 6e1ae7e70f Merge branch 'master' of https://github.com/kubernetes/minikube into fix-json-output 2021-01-25 10:53:36 -08:00
priyawadhwa 9f6b66ccb0
Merge pull request #10257 from priyawadhwa/deb-revision
Set DEB_REVISION=2 and update release docs for deb/rpm revisions
2021-01-25 10:42:33 -08:00
Priya Wadhwa 9f1c3b5f7f update docZ 2021-01-25 10:16:20 -08:00
Steven Powell 5058ef3e71 moved username validation to cmd 2021-01-25 10:57:52 -07:00
Priya Wadhwa 647aa96458 Add updating revision info to docs 2021-01-25 09:52:24 -08:00
Priya Wadhwa 8175e64810 Set DEB_REVISION=2, since we manually had to upload new .deb files due to #10224 2021-01-25 09:50:29 -08:00
Sharif Elgamal 3e7a72129f Merge branch 'master' of github.com:kubernetes/minikube into fix-download-test 2021-01-25 09:48:13 -08:00
Sharif Elgamal 04ed63c1eb
Merge pull request #10196 from priyawadhwa/refactor-test-offline
Only run TestOffline/TestDownloadOnly for specified container runtime
2021-01-25 09:35:17 -08:00
Medya Ghazizadeh 07ce06e523
Merge pull request #10235 from BLasan/issue-10185
Add resource requests & limits for mysql test
2021-01-25 09:23:26 -08:00
Sharif Elgamal e36f848902 Merge branch 'master' of github.com:kubernetes/minikube into fix-download-test 2021-01-25 09:23:03 -08:00
Thomas Strömberg 72598eeab0
Merge pull request #10004 from tstromberg/deb_revision
Makefile: Make Debian/RedHat package revisions settable
2021-01-25 09:10:17 -08:00
Steven Powell 81ac8a1677 fixed user name warning possibly not matching what was checked 2021-01-25 09:45:49 -07:00
Thomas Strömberg 5de4093be8
Merge branch 'master' into deb_revision 2021-01-25 08:40:47 -08:00
Steven Powell a239b99ee5 added test for new arg length check 2021-01-25 09:35:11 -07:00
Steven Powell 09d41de3a6 added arg length check to prevent out of bounds 2021-01-25 09:32:48 -07:00
Thomas Strömberg d3fe318fa9
Merge pull request #9998 from Jorropo/fix/debian-multiarch-bundeling
fixing debian and arch concurrent multiarch builds
2021-01-25 08:29:29 -08:00
andrzejsydor cf705678cf
Update addons.md
fix typos - should be an upper case like in other commands.
2021-01-25 09:58:32 +01:00
BLasan ba32668192 Add resource requests & limits for mysql test 2021-01-25 02:49:11 +05:30
Medya Ghazizadeh b1ccf54f83
Merge pull request #10227 from priyawadhwa/functional-docker-env
Only run integration tests that depend on docker-env with docker container runtime
2021-01-23 09:59:30 -08:00
Medya Ghazizadeh d4f8664dce
Merge pull request #10226 from priyawadhwa/test-docker-flags
Only run TestDockerFlags with docker container runtime
2021-01-23 09:56:20 -08:00