-
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
Schedule ingress-dns pod on the minikube primary node in multi node cluster. #17649
base: master
Are you sure you want to change the base?
Conversation
Welcome @fbyrne! |
Hi @fbyrne. 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? |
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 fix will work and schedule ingree-dns pod on primary node
/ok-to-test |
/ok-to-test |
@fbyrne do u mind pasting the output of minikube or using this addon, before and After this PR? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Any Ideas, why the test are failing? This issue is currently preventing me from setting up a multi-node cluster. But I'm not familiar enough with the internals of minikube to be able to fix the tests on my own. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
@kundan2707 is there a way to rerun the tests? or to run them locally? |
nvm, found the guide. https://minikube.sigs.k8s.io/docs/contrib/testing/ |
This comment has been minimized.
This comment has been minimized.
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
@kundan2707 @spowelljr Looks like test failures are not related. is there a way to rerun the failed tests? |
@kundan2707 @spowelljr Testing Output requested
After:
|
@kundan2707 @spowelljr @sharifelgamal can i get a review on this please. Looks like test failures are not related. is there a way to rerun the failed tests? |
@kundan2707 @spowelljr @sharifelgamal bump on this review. |
1 similar comment
@kundan2707 @spowelljr @sharifelgamal bump on this review. |
@medyagh @kundan2707 @spowelljr @sharifelgamal bump on this review. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
10199b5
to
3ca837f
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fbyrne 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 |
/retest-this-please |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
rebased to latest upstream/master /retest-this-please |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7f8a20d
to
a6d39c2
Compare
kvm2 driver with docker runtime
Times for minikube start: 50.3s 50.8s 53.9s 50.4s 50.1s Times for minikube ingress: 15.5s 15.5s 14.9s 19.0s 19.0s docker driver with docker runtime
Times for minikube start: 20.8s 21.7s 23.8s 20.9s 23.3s Times for minikube ingress: 12.8s 12.8s 12.8s 12.3s 12.8s docker driver with containerd runtime
Times for minikube (PR 17649) ingress: 39.3s 24.3s 40.4s 38.8s 22.8s Times for minikube start: 19.8s 20.9s 23.4s 22.5s 23.0s |
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Besides the following environments also have failed tests:
To see the flake rates of all tests by environment, click here. |
@spowelljr ok to merge? |
fixes #17648