-
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
Fix: check if addon is enabled before doing validation #16139
Conversation
Hi @kadern0. 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? |
Signed-off-by: Pablo Caderno <[email protected]>
/ok-to-test |
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.
do you mind posting before/after this PR ? in the PR description?
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.
Thanks for the PR, just a few things, also, once you're done making the changes could you also run make generate-docs
to add the new message to translations, thanks
This comment has been minimized.
This comment has been minimized.
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.
Could you also add a test for this, just try disabling one of the addons that was throwing an error and make sure it's a non-zero exit code
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Pablo Caderno <[email protected]>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Pablo Caderno <[email protected]>
kvm2 driver with docker runtime
Times for minikube start: 50.1s 51.3s 51.4s 51.1s 48.3s Times for minikube ingress: 25.2s 27.7s 25.1s 24.1s 25.1s docker driver with docker runtime
Times for minikube start: 22.7s 23.1s 22.8s 22.9s 23.2s Times for minikube ingress: 23.0s 49.5s 20.5s 22.0s 20.5s docker driver with containerd runtime
Times for minikube start: 22.2s 22.7s 20.8s 21.4s 21.7s Times for minikube ingress: 32.0s 19.0s 31.5s 31.5s 81.0s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
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.
Looks good, thanks for the PR!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kadern0, spowelljr 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 |
Fixes: #15432, #15429, #15431, #15430
Before
After
Before:
After:
Before:
After: