Commit Graph

10317 Commits (a4d9a5bc051347924c8694a17b3e523dfabe7693)

Author SHA1 Message Date
Medya Gh a4d9a5bc05
try 2020-05-25 21:51:06 -07:00
Medya Gh fad43627ad
skipping more tests for now 2020-05-25 21:47:54 -07:00
Medya Gh e9e53745de
skipping for now 2020-05-25 21:11:52 -07:00
Medya Gh b773fb4a4b
skip mount test on windows 2020-05-25 21:03:44 -07:00
Medya Gh 8ef8cad40e
fix mount cmd powershell test 2020-05-25 20:16:56 -07:00
Medya Gh 978fceb63b
fix cache_reload test 2020-05-25 19:58:28 -07:00
Medya Gh 502c79be45
fix mount test for powershell 2020-05-25 19:53:41 -07:00
Medya Gh 7109ef5f5b
try again 2020-05-25 17:56:15 -07:00
Medya Gh 73150f9fdf
try all args in one string for powershell 2020-05-25 17:38:33 -07:00
Medya Gh 8a425f85db
try again 2020-05-25 17:33:54 -07:00
Medya Gh 65bc343990
try again 2020-05-25 16:58:50 -07:00
Medya Gh 7d78e01fb8
fix ssh test 2020-05-25 16:40:07 -07:00
Medya Gh 1881032044
fix ssh test 2020-05-25 16:30:04 -07:00
Medya Gh e2d4290800
functional test 2020-05-25 15:55:54 -07:00
Medya Gh 2cf49def09
lower the timeout 2020-05-24 15:20:58 -07:00
Medya Gh d4e4bbb170
add powershell to both commands 2020-05-24 14:55:38 -07:00
Medya Gh ed9950efc5
increase time for docker-env test 2020-05-24 04:52:22 -07:00
Medya Gh 7b81e8068f
add powershell run helper 2020-05-24 04:46:35 -07:00
Medya Ghazizadeh ad437c2c9c
Merge pull request #8229 from afbjorklund/docker-inspect
kic: explicitly provide the type in inspect commands
2020-05-21 22:44:20 +00:00
Medya Ghazizadeh f26ea0fcf2
Merge pull request #8238 from sharifelgamal/postmortem
allow minikube status to display for one node
2020-05-21 22:41:00 +00:00
Sharif Elgamal 3fc412bcc2 fix status calls in tests 2020-05-21 14:44:47 -07:00
Sharif Elgamal 39f6806626 add info log for retrieving node by machine name 2020-05-21 14:35:46 -07:00
Sharif Elgamal 70c228c2c3 adding postmortem logs for worker nodes in integration tests 2020-05-21 14:29:33 -07:00
Sharif Elgamal 9fe9513c34 only use retrieval code for multinode clusters 2020-05-21 14:08:34 -07:00
Sharif Elgamal 95755c07fd generate docs 2020-05-21 12:54:54 -07:00
Sharif Elgamal a7c49e47c1 allow minikube status to display for one node 2020-05-21 12:46:13 -07:00
Medya Ghazizadeh eea26ea352
Merge pull request #8230 from kadern0/issue-8210
Fixed error parsing old version "latest" or "stable"
2020-05-21 17:46:46 +00:00
Anders F Björklund 14937e4677 Never use docker inspect, always provide the type
Should avoid errors like: map has no entry for key "State"

When inspecting a volume, rather than a container or image
2020-05-21 17:20:53 +02:00
kadern0 6189206367 Fixed error parsing old version "latest" or "stable"
Fixes #8210

Signed-off-by: kadern0 <kaderno@gmail.com>
2020-05-21 20:31:49 +10:00
Medya Ghazizadeh 25045cfc87
Merge pull request #8225 from medyagh/gh_package_login
exit with usage when need login to image registry
2020-05-21 05:36:29 +00:00
Medya Gh 2c0719e9b4
fix spelling 2020-05-20 17:32:18 -07:00
Medya Gh dcbcecdd35
remnove debugging 2020-05-20 17:09:15 -07:00
Medya Gh 489495d04b
resolve review comments 2020-05-20 17:07:50 -07:00
Medya Gh 493b35bd45
remove debugging statements 2020-05-20 16:51:19 -07:00
Medya Gh e2eade2aaf
remove debugging 2020-05-20 16:47:48 -07:00
Medya Gh 131eb2a85b
exit with usage when need login to github 2020-05-20 16:46:43 -07:00
Sharif Elgamal 70e5d3cf33
Merge pull request #8224 from sharifelgamal/node-delete-vol
delete docker volumes when deleting a single node
2020-05-20 15:39:01 -07:00
Sharif Elgamal 6cd09ffa2b fix test 2020-05-20 15:28:46 -07:00
Sharif Elgamal c3f959c4aa add test to make sure volume is gone 2020-05-20 15:23:46 -07:00
Sharif Elgamal 01145c3c99 Merge branch 'master' of github.com:kubernetes/minikube into node-delete-vol 2020-05-20 14:59:31 -07:00
Sharif Elgamal bbf4d66b48 delete docker volumes when deleting a single node 2020-05-20 14:59:03 -07:00
Medya Ghazizadeh 07c7b7ca97
Merge pull request #8168 from sharifelgamal/ip-save
move node ip save farther down stack
2020-05-20 19:33:33 +00:00
Sharif Elgamal f04798727d Merge branch 'master' of github.com:kubernetes/minikube into ip-save 2020-05-19 20:58:42 -07:00
Medya Ghazizadeh 06a3ed32fb
Merge pull request #8196 from priyawadhwa/brew
Improve documentation for minikube installation via brew
2020-05-20 01:22:23 +00:00
Medya Ghazizadeh add572c1c9
Merge pull request #8216 from sharifelgamal/volume-del
multinode: delete worker volumes for docker driver
2020-05-20 00:43:19 +00:00
Medya Ghazizadeh 327ba9e1ab
Merge pull request #8198 from medyagh/fix_proxy
fix proxy env not being passed to docker engine
2020-05-19 23:59:19 +00:00
Sharif Elgamal 6eb0200dae delete worker node volums for docker driver 2020-05-19 16:32:48 -07:00
Sharif Elgamal 1eb346d3ab
Merge pull request #8200 from kubernetes/sharifelgamal-patch-1-1
site: Update multi node tutorial instructions
2020-05-19 15:54:54 -07:00
Sharif Elgamal 0ec156dbb9 remove debugging, add comments 2020-05-19 15:31:14 -07:00
Sharif Elgamal cad8ef348e Merge branch 'ip-save' of github.com:sharifelgamal/minikube into ip-save 2020-05-19 15:12:24 -07:00