Skip to content
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

Don't set conntrack parameters in kube-proxy #11957

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

kadern0
Copy link
Contributor

@kadern0 kadern0 commented Jul 12, 2021

Fixes #11513

Before:
Screenshot from 2021-07-12 18-20-05

After:
Screenshot from 2021-07-12 18-19-34
Screenshot from 2021-07-12 18-20-24

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 12, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: kadern0
To complete the pull request process, please assign medyagh after the PR has been reviewed.
You can assign the PR to them by writing /assign @medyagh in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 12, 2021
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@sharifelgamal
Copy link
Collaborator

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 12, 2021
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 11957) |
+----------------+----------+---------------------+
| minikube start | 51.3s    | 51.0s               |
| enable ingress | 32.1s    | 35.0s               |
+----------------+----------+---------------------+

Times for minikube (PR 11957) start: 49.0s 51.7s 50.1s 52.9s 51.1s
Times for minikube start: 51.7s 50.4s 52.7s 51.8s 49.7s

Times for minikube ingress: 31.9s 32.3s 31.3s 32.8s 32.4s
Times for minikube (PR 11957) ingress: 32.4s 39.4s 31.9s 31.9s 39.3s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 11957) |
+----------------+----------+---------------------+
| minikube start | 23.0s    | 22.9s               |
| enable ingress | 29.9s    | 30.8s               |
+----------------+----------+---------------------+

Times for minikube start: 23.2s 22.0s 22.9s 23.7s 23.1s
Times for minikube (PR 11957) start: 22.9s 23.3s 22.5s 23.2s 22.5s

Times for minikube (PR 11957) ingress: 27.5s 32.5s 31.5s 31.5s 31.0s
Times for minikube ingress: 33.0s 34.6s 27.5s 26.5s 28.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 11957) |
+----------------+----------+---------------------+
| minikube start | 40.7s    | 41.6s               |
| enable ingress |          |                     |
+----------------+----------+---------------------+

Times for minikube start: 27.4s 42.9s 44.3s 44.9s 43.9s
Times for minikube (PR 11957) start: 30.4s 44.2s 44.5s 44.9s 43.9s

@medyagh medyagh merged commit db4f0dc into kubernetes:master Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage-provisioner failing with errors.
6 participants