-
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
Check node pressure & new option "node_ready" for --wait flag #7752
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 |
kvm2 Driver Times for Minikube (PR 7752): [60.075308506 65.707435917 64.84916928800001] Averages Time Per Log
docker Driver Times for Minikube (PR 7752): [25.257579096 24.621588779 25.808672221] 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.
The default output should be reduced if possible.
|
||
// starting from minikube v1.10 checking for node pressure is a reuqired check | ||
out.T(out.HealthCheck, "Verifying Kubernetes Components:") | ||
out.T(out.OptionVerify, "verifying node conditions ...") |
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.
Can we remove this line? It seems noisy, and doesn't inform the user any more than the previous line item.
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.
leave this for a follow up PR to refresh the UI
the default output is in the description |
kvm2 Driver Times for Minikube (PR 7752): [64.99830263999999 64.48779738 64.863421651] Averages Time Per Log
docker Driver Times for Minikube (PR 7752): [25.26397778700001 25.185194627 25.083634124000007] Averages Time Per Log
|
/ok-to-test |
kvm2 Driver Times for Minikube (PR 7752): [84.727523852 63.79319204600001 64.755546441] Averages Time Per Log
docker Driver Times for Minikube (PR 7752): [24.952998613 25.175121262 26.104639518000003] 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.
Approved subject to last comment being resolved.
kvm2 Driver Times for Minikube (PR 7752): [63.85507505100001 64.861424312 62.346334612] Averages Time Per Log
docker Driver Times for Minikube (PR 7752): [26.208657606000003 26.495569056 26.394490137] Averages Time Per Log
|
Codecov Report
@@ Coverage Diff @@
## master #7752 +/- ##
==========================================
- Coverage 36.27% 35.90% -0.37%
==========================================
Files 148 148
Lines 9203 9194 -9
==========================================
- Hits 3338 3301 -37
- Misses 5476 5497 +21
- Partials 389 396 +7
|
kvm2 Driver Times for Minikube (PR 7752): [67.903898066 65.612918249 62.48649695899999] Averages Time Per Log
docker Driver Times for Minikube (PR 7752): [25.071264234999994 25.255369357000006 26.865733623] Averages Time Per Log
|
kvm2 Driver Times for Minikube (PR 7752): [63.85875819100001 64.853869062 64.454418177] Averages Time Per Log
docker Driver Times for Minikube (PR 7752): [26.359720358 25.390244548 26.347092649] Averages Time Per Log
|
docker tests are both BusyBox |
redoing this PR #7611 that was reviewed:
Before this PR : (not veriifying disk pressure)
default new start
After this PR : default start
the error is dummy pressure err
After this PR : --wait=all
after this pr --wait=false
( will add a required check for node pressure) which is a cheap call
(when I paste the indentation seems wrong but in reality it is good see screenshot)