-
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
Add SCTP support in the minikube ISO image #12892
Add SCTP support in the minikube ISO image #12892
Conversation
Welcome @nickolaev! |
Hi @nickolaev. 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? |
1a12161
to
f3d4f55
Compare
f3d4f55
to
5e5bfa5
Compare
Bump. Can someone please peek this configuration change? |
/assign @prezha |
ok-to-build-iso |
Hi @nickolaev, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further. |
ok-to-build-iso |
Hi @nickolaev, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further. |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 49.9s 45.2s 45.6s 46.7s 47.4s Times for minikube ingress: 29.2s 29.7s 30.1s 28.7s 30.2s docker driver with docker runtime
Times for minikube start: 31.4s 28.1s 27.2s 28.2s 27.9s Times for minikube ingress: 24.0s 22.0s 24.0s 23.0s 21.5s docker driver with containerd runtime
Times for minikube start: 34.2s 41.5s 42.7s 43.1s 45.7s Times for minikube ingress: 33.0s 33.0s 33.0s 33.4s 29.0s |
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.
Thank you for your contribution!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nickolaev, sharifelgamal 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 |
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. |
The SCTP protocol is GA since Kubernetes 1.20, https://kubernetes.io/docs/concepts/services-networking/service/#sctp
Fixes #12890