Commit Graph

9719 Commits (929dd7dd6e31814947d90def35e7ae5fa96e7ab0)

Author SHA1 Message Date
Medya Gh 891e7a6520 spell 2020-04-16 16:53:04 -07:00
Medya Gh bf15f9a00c fix build err 2020-04-16 16:20:04 -07:00
Medya Gh 934f900f16 improve kic start and kill 2020-04-16 16:10:44 -07:00
Sharif Elgamal 97a863547a lint 2020-04-16 16:01:21 -07:00
Medya Ghazizadeh 3afa3d6970
Merge pull request #7726 from medyagh/retry_unification
use wait.poll for waiting on default sa
2020-04-16 15:58:45 -07:00
Alonyb 59e9c834b9 fix registry addon template 2020-04-16 17:58:36 -05:00
Sharif Elgamal 3e2dfba77a fix multinode test 2020-04-16 15:50:14 -07:00
Sharif Elgamal 29cba3b273 move multinode test to its own file for now 2020-04-16 15:41:45 -07:00
Medya Gh 1b85d484a9 remove unrelate change 2020-04-16 15:15:42 -07:00
Medya Gh bb327e250d adjust try 2020-04-16 15:14:59 -07:00
Medya Ghazizadeh 1d7d6679ee
Merge pull request #7717 from govargo/fix-update-context
Fix update-context in order to recover kubeconfig even if it's missing
2020-04-16 14:18:43 -07:00
Medya Ghazizadeh 469f075e21
Merge pull request #7565 from tstromberg/fail-slower
Increase host creation timeout
2020-04-16 14:18:01 -07:00
Medya Gh 0d6713a875 fix retry 2020-04-16 13:48:50 -07:00
Medya Gh 0687e2adc0 defer print addon 2020-04-16 13:39:59 -07:00
Medya Gh a023de61a7 defer printing enabling addons 2020-04-16 13:38:17 -07:00
Anders F Björklund 32dace62ae Pass the cri socket path to kubeadm reset command
Avoids error: "Found multiple CRI sockets"
2020-04-16 21:48:35 +02:00
Priya Wadhwa 9319a6a3a2 Move preload tests into preload_test.go for better organization 2020-04-16 12:30:41 -07:00
priyawadhwa abaa998913
Merge pull request #7558 from priyawadhwa/monitor-1
Add support for specifying pr when running mkcmp
2020-04-16 12:28:21 -07:00
Priya Wadhwa b6410050ae reintroduce unit test 2020-04-16 12:19:13 -07:00
Priya Wadhwa 3c46aa1aee fix lint 2020-04-16 12:08:28 -07:00
Priya Wadhwa c722f3b001 reintroduce memory flag 2020-04-16 12:03:00 -07:00
Medya Ghazizadeh 942e0b9a52
Merge pull request #7722 from medyagh/test_need_reset
add test for second start no reset
2020-04-16 12:01:44 -07:00
Priya Wadhwa 39e41297c8 Remove parallelization between updating cluster and setting up certs
I think this may be creating a race condition and causing TestStartStop to fail, since we seem to be copying over some certs in UpdateCluster.
2020-04-16 11:58:13 -07:00
Medya Gh 8deaf69845 wait all 2020-04-16 11:51:09 -07:00
Medya Gh ede79038ba wait true 2020-04-16 11:50:57 -07:00
Priya Wadhwa d0c2b642ab remove mem requirement 2020-04-16 11:39:46 -07:00
Priya Wadhwa 0e3950dff0 Change name of preload test for easier local testing 2020-04-16 11:28:26 -07:00
Medya Gh 528346e26d add test for second start no reset 2020-04-16 11:22:00 -07:00
Sharif Elgamal 2ca3ceadb9 ok that was too verbose 2020-04-16 10:59:39 -07:00
Medya Ghazizadeh ef128b46a3
Merge pull request #7705 from medyagh/verify_sa_before_apply
Improve reliability of cluster role binding creation for containerd/cri-o
2020-04-16 10:57:40 -07:00
Sharif Elgamal ac792e2bd2 debugging 2020-04-16 10:07:17 -07:00
Sharif Elgamal 278ccaa7e3 small changes to test 2020-04-16 10:03:11 -07:00
Thomas Strömberg 13895fa1da
Merge pull request #7681 from tstromberg/windows-tests
Remove hyperv-virtual-switch argument, delete all profiles
2020-04-16 09:17:13 -07:00
Sharif Elgamal 4bb2a491c5 Merge branch 'master' of github.com:kubernetes/minikube into multi-vm 2020-04-16 09:13:14 -07:00
Kenta Iso 3695e5e9d6 Fix update-context in order to recover kubeconfig even if it's missing 2020-04-17 00:41:15 +09:00
Prasad Katti c75e3936bf Add a TODO note to remove the imageRepository check once preload is accessible 2020-04-16 08:19:14 -07:00
Thomas Strömberg c6696e035a
Mention addon testing 2020-04-16 08:09:18 -07:00
Thomas Strömberg dc95cb0d5e
Update addons.en.md 2020-04-16 08:07:22 -07:00
Thomas Stromberg 5b30fd64f4 conformance: add --wait=all, reduce quirks 2020-04-16 07:52:46 -07:00
Ruben Baez 8c00b17da5
Update registry.md 2020-04-16 09:37:46 -05:00
Ruben Baez 373616b188
Update registry_addon_mac_windows.inc 2020-04-16 09:31:13 -05:00
Thomas Stromberg 42d2b49b17 Add Docker for Windows to pending job list 2020-04-16 07:02:14 -07:00
Thomas Strömberg 1f4f2095a1
Merge pull request #7682 from tstromberg/windows-docker-test
Add Windows integration test for Docker
2020-04-16 06:51:10 -07:00
Ruben Baez db8af9d7b3
Update registry_addon_mac_windows.inc 2020-04-16 08:40:40 -05:00
Medya Gh c44655c733 revert unrelated changes 2020-04-16 00:57:50 -07:00
Medya Gh d0facbf2ee revert addon change for another PR 2020-04-16 00:55:02 -07:00
Medya Gh 058b29dd6a use wait lib 2020-04-15 23:27:16 -07:00
Medya Gh 66d48edddf lint 2020-04-15 23:12:06 -07:00
Medya Gh a604c7c2df revert unrelated changes 2020-04-15 23:03:13 -07:00
Medya Gh 1289de2bf6 robust creation of cluster role binding 2020-04-15 22:57:18 -07:00