-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--wait, wait for more components #7375
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## master #7375 +/- ##
==========================================
- Coverage 37.16% 37.07% -0.10%
==========================================
Files 146 146
Lines 8838 8871 +33
==========================================
+ Hits 3285 3289 +4
- Misses 5165 5193 +28
- Partials 388 389 +1
|
All Times Minikube (PR 7375): [ 62.233380 62.847805 63.416466] Average minikube: 62.548896 Averages Time Per Log
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I really am looking forward to this PR merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Mostly just nits
Travis tests have failedHey @medyagh, TravisBuddy Request Identifier: 77e11f90-754f-11ea-a262-9b801104bb86 |
All Times minikube: [ 60.830296 63.130888 64.764703] Average minikube: 62.908629 Averages Time Per Log
|
Travis tests have failedHey @medyagh, TravisBuddy Request Identifier: 5f9af3e0-7552-11ea-a6fd-7b7c169fd25a |
All Times minikube: [ 64.694873 61.668277 64.207778] Average minikube: 63.523643 Averages Time Per Log
|
Travis tests have failedHey @medyagh, TravisBuddy Request Identifier: a4a36080-7552-11ea-a6fd-7b7c169fd25a |
All Times Minikube (PR 7375): [ 69.902014 70.012129 66.463619] Average minikube: 68.712153 Averages Time Per Log
|
All Times minikube: [ 73.455079 65.806522 65.998293] Average minikube: 68.419964 Averages Time Per Log
|
redoing this PR #7209
adding a new component (default service account) to wait for.
based suggestions in this comment #7209 (comment)
closes #7011
Before this PR:
After this PR:
one question this PR does not solve.
do we need to respect the wait flags in a restart ?
the current minikube HEAD does not care about wait=false in a restart.
minikube/pkg/minikube/bootstrapper/kubeadm/kubeadm.go
Line 497 in 5806bb0