-
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
added detail json for addons #15866
added detail json for addons #15866
Conversation
Hi @swastik959. 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/test-infra repository. |
Can one of the admins verify this patch? |
Thank u for this contribution can u please put the output of minikube before/after this pr |
@medyagh attached the screenshots . are these the changes you wanted |
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.
This implementation of the PR doesn't respect the -d
flag. The extra fields should only be shown if -d
is passed, but currently it's always outputting the extra fields.
@spowelljr although I have fixed it now but somehow first docs are printing |
I'm not sure what you mean by this, could you explain |
@spowelljr see the attached image in the release notes in the after section |
Maps in go are unordered so you can't guarantee the order. But it doesn't matter as this is JSON and only computers are going to use it and they also don't care about the order. |
Also, please run |
@spowelljr how do I fix linting and unit-tests |
To fix the linting run |
@spowelljr please review this pr now |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 55.9s 55.7s 56.2s 53.9s 55.3s Times for minikube ingress: 29.3s 28.8s 25.3s 25.2s 28.8s docker driver with docker runtime
Times for minikube (PR 15866) start: 26.2s 27.2s 25.6s 26.5s 27.5s Times for minikube (PR 15866) ingress: 20.6s 21.1s 23.1s 21.1s 22.1s docker driver with containerd runtime
Times for minikube start: 22.7s 22.4s 22.0s 22.4s 22.3s Times for minikube ingress: 32.6s 31.6s 32.6s 79.6s 32.6s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, swastik959 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 |
added detail json for addons
before
After