Commit Graph

10317 Commits (a4d9a5bc051347924c8694a17b3e523dfabe7693)

Author SHA1 Message Date
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 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 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
Sharif Elgamal 38d59ea2cc Merge branch 'create-node' of github.com:sharifelgamal/minikube into ip-save 2020-05-18 11:26:38 -07:00
priyawadhwa 02cee02721
Merge pull request #8143 from priyawadhwa/list
Add defaults subcommand to `minikube config`
2020-05-18 10:59:38 -07:00
Sharif Elgamal 9a03195979
Merge pull request #8092 from sharifelgamal/apiserver-crt
only copy apiserver certs to control plane
2020-05-18 09:31:52 -07:00
Medya Ghazizadeh c1e108ee21
Merge pull request #8174 from govargo/bump-helm-2.16.7
Bump helm-tiller 2.16.7 and promote tiller ClusterRoleBinding to v1
2020-05-18 05:48:16 +00:00
Anders Björklund 34b3954b34
Merge pull request #8117 from afbjorklund/podman-build
Don't have to copy environment for podman build
2020-05-16 09:47:08 +02:00
Kenta Iso 5bb83a2df8 Bump helm-tiller 2.16.7 and promote ClusterRoleBinding to v1 2020-05-16 14:49:23 +09:00
Sharif Elgamal 6d12ca7e5c Fix node start 2020-05-15 17:20:33 -07:00
Sharif Elgamal a451577e24 move node ip save farther down stack 2020-05-15 17:08:10 -07:00
Medya Ghazizadeh 0fd4e79120
Merge pull request #8032 from RA489/sitefaq
site: add to FAQ page how to ignore system verification.
2020-05-15 23:22:28 +00:00
Sharif Elgamal 4cbeb18079 stuff 2020-05-15 15:33:03 -07:00
Sharif Elgamal 942821bf48 remove debugging 2020-05-15 15:25:45 -07:00
Sharif Elgamal c1c1d15b96 Merge branch 'create-node' of github.com:sharifelgamal/minikube into create-node 2020-05-15 15:25:20 -07:00
Sharif Elgamal 1cc7404e76 swap to bool 2020-05-15 15:24:33 -07:00
Sharif Elgamal 5b53495b46 Merge branch 'master' of github.com:kubernetes/minikube into apiserver-crt 2020-05-15 14:56:04 -07:00
Sharif Elgamal 56898dcd90
override nodes config properly 2020-05-15 14:50:30 -07:00