-
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
fixed logs issue #19931 #20138
base: master
Are you sure you want to change the base?
fixed logs issue #19931 #20138
Conversation
|
Welcome @mattisafur! |
Hi @mattisafur. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Can one of the admins verify this patch? |
/ok-to-test |
/retest |
Whenever one of the maintainers gets to looking at this (it's really not major, take you time :3), I basically replaced two if statements that return to a switch statement and changed a little the way outputting to a file is done. letting you know because the git diff looks kind of confusing Just letting you know, with this change there's a function that is not anywhere anymore, |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mattisafur The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This comment has been minimized.
This comment has been minimized.
kvm2 driver with docker runtime
Times for minikube ingress: 18.5s 15.5s 15.1s 18.5s 19.5s Times for minikube start: 52.2s 50.6s 51.8s 51.5s 50.1s docker driver with docker runtime
Times for minikube start: 20.5s 20.4s 20.7s 24.1s 25.1s Times for minikube ingress: 12.7s 12.3s 12.8s 12.3s 12.2s docker driver with containerd runtime
Times for minikube start: 19.5s 24.1s 22.7s 22.9s 22.3s Times for minikube ingress: 22.8s 22.8s 37.7s 22.8s 22.8s |
fixes #19931
when running:
$ minikube logs --file log.txt --last-start-only
or
$ minikube logs --file log.txt --audit
before:
after:
I'm pretty new to go, let me know if there's something I should change.