Commit Graph

10305 Commits (70198d807d809e5f2a0881089258bd3b2ac8253c)

Author SHA1 Message Date
Sharif Elgamal 70198d807d
Merge branch 'master' of github.com:kubernetes/minikube into restart 2020-05-20 12:55:07 -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 6abb399668 make sure to call the correct control plane address 2020-05-20 11:28:35 -07: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 ee5696ffa4 Merge branch 'volume-del' of github.com:sharifelgamal/minikube into restart 2020-05-19 16:34:54 -07:00
Sharif Elgamal 6eb0200dae delete worker node volums for docker driver 2020-05-19 16:32:48 -07:00
Sharif Elgamal c603467c3e Merge branch 'ip-save' of github.com:sharifelgamal/minikube into restart 2020-05-19 16:00:12 -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
Sharif Elgamal da91c6fee1 refactor saving IP to node 2020-05-19 15:12:05 -07:00
priyawadhwa e721883b2c
Merge pull request #8199 from priyawadhwa/component-health
Wait for kubernetes components on soft start
2020-05-19 14:36:57 -07:00
Medya Ghazizadeh 565178deef
Merge pull request #8201 from afbjorklund/runc-dirty
Improve version output of the runc command
2020-05-19 21:24:51 +00:00
Medya Ghazizadeh 759a24ce37
Merge pull request #8213 from kubernetes/sharifelgamal-patch-2
Update OWNERS
2020-05-19 21:24:25 +00:00
Sharif Elgamal 8be9bec18e
Update OWNERS
The intent in 6ce09e68c9 (diff-37ffc11190043a72e49391017a305d3a) was to add only to reviewers.
2020-05-19 13:34:29 -07:00
Priya Wadhwa 07ceed9e2f fix instructions 2020-05-19 12:13:36 -07:00
Medya Ghazizadeh ccb47f5a7b
Merge pull request #8208 from nicolaferraro/443-port
Avoid image builders to hang on registry port 443
2020-05-19 17:53:33 +00:00
Priya Wadhwa 64e44ec02f Respect --wait flag on soft start 2020-05-19 10:31:28 -07:00
Nicola Ferraro 5daeff2b16 Add 443 port to registry addon 2020-05-19 16:15:11 +02:00
Medya Gh 5640da0cb4 lint 2020-05-18 22:52:01 -07:00
Anders F Björklund de5a1fae02 Improve version output of the runc command
Currently it is showing the "dirty" status of buildroot,
due the build script picking the wrong git repository...

runc version 1.0.0-rc10
commit: dc9208a3303feef5b3839f4323d9beb36df0a9dd-dirty
2020-05-19 07:36:05 +02:00
Medya Ghazizadeh 7cede2680f
Merge pull request #8197 from priyawadhwa/hangouts
Switch to hangouts for triage meeting
2020-05-19 01:27:34 +00:00
Medya Gh 32bf4d46a7 add unique 2020-05-18 18:26:11 -07:00
Medya Gh 80d1c8741d improve unit test log 2020-05-18 18:17:45 -07:00
Medya Gh 2f2a8357a8 fix proxy envs not being passed to docker engine 2020-05-18 18:04:45 -07:00
Sharif Elgamal 42d67d9b73
Update multi_node.md 2020-05-18 17:48:07 -07:00
Priya Wadhwa 755c924626 remove comments 2020-05-18 17:06:16 -07:00
Priya Wadhwa cc40795719 Move status command to TestFunctional/serial
I noticed that TestComponentHealth/parallel/ComponentHealth was failing with this error:

```
Error apiserver status: https://172.17.0.3:8441/healthz returned error 500:
[-]etcd failed: reason withheld
```

but by the time post mortem logs were printed the etcd container was up and running.

I think this test occasionally fails because apiserver healthz is not yet returning a 200 status when we run the test. We wait for healthz to return 200 on regular start, but not on soft start, which we run in `TestFunctional`.

This PR adds a retry, which should give the apiserver time to become healthy.
2020-05-18 17:05:43 -07:00
Sharif Elgamal 9165e1a6ca Merge branch 'master' of github.com:kubernetes/minikube into restart 2020-05-18 16:58:38 -07:00
Sharif Elgamal 2af2a3c4bd
Merge branch 'master' of github.com:kubernetes/minikube into ip-save 2020-05-18 16:51:13 -07:00
Priya Wadhwa bf8c4e3280 Add --wait=all flag to soft start 2020-05-18 16:11:26 -07:00
Priya Wadhwa 0fefeebe94 Switch to hangouts for triage meeting 2020-05-18 15:43:29 -07:00
Sharif Elgamal 46cd3a9949
Merge pull request #8169 from sharifelgamal/node-start
Check machine name for node restart
2020-05-18 15:12:06 -07:00
Priya Wadhwa a9b29a71a5 Improve documentation for minikube installation via brew 2020-05-18 15:01:07 -07:00
Medya Ghazizadeh ea57839369
Merge pull request #8194 from medyagh/windows_test_in_ghaction
add windows tests to github actions
2020-05-18 21:30:48 +00:00
Medya Gh 87114c242e
add dependecy for PR jobs steps 2020-05-18 13:30:51 -07:00
Medya Gh 1c8c647006
add copy windows to PR all report 2020-05-18 13:30:27 -07:00
Medya Gh 56ee40f48f
add copy windows test to all report 2020-05-18 13:30:04 -07:00
Medya Gh cd3adeb45d
add hyperv to master 2020-05-18 13:28:16 -07:00
Medya Gh 2a46ba721c
add hyperv to pr 2020-05-18 13:27:43 -07:00
Medya Gh aba430ffd6
add functional docker windows test to gh action 2020-05-18 13:22:11 -07:00
Medya Gh 8154c04ffd
build windows binaries in Master GH 2020-05-18 13:20:37 -07:00
Medya Gh 9144e6e492
build windows binaries in PR 2020-05-18 13:19:38 -07:00
Sharif Elgamal 46fe5c4ac1 Merge branch 'master' of github.com:kubernetes/minikube into ip-save 2020-05-18 11:56:39 -07:00
Sharif Elgamal faf11e2f05 Merge branch 'master' of github.com:kubernetes/minikube into restart 2020-05-18 11:55:07 -07:00
Sharif Elgamal 412cef3002 Merge branch 'master' of github.com:kubernetes/minikube into node-start 2020-05-18 11:52:57 -07:00
Sharif Elgamal 2754bb6319
Merge pull request #8095 from sharifelgamal/create-node
recreate existing control plane node correctly
2020-05-18 11:50:39 -07:00