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

Update iptables.IsNotFoundError for iptables-nft error messages #77303

Merged

Conversation

danwinship
Copy link
Contributor

What type of PR is this?
/kind bug

What this PR does / why we need it:
iptables-nft mode in iptables 1.8+ does not print exactly the same errors as "iptables-legacy" / iptables < 1.8, so iptables.IsNotFoundError() was sometimes incorrect.

Pre-#76109 this would result in "not found" errors being logged at startup that were not actually errors. (And then kube-proxy would run fine after that.) Post-#76109 this has no effect on normal kube-proxy operation but means kube-proxy --cleanup would erroneously log errors and then exit with a non-0 status.

Does this PR introduce a user-facing change?:

Fixes spurious error messages about failing to clean up iptables rules when using iptables 1.8.

/cc @dcbw @squeed

@k8s-ci-robot k8s-ci-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label May 1, 2019
@k8s-ci-robot k8s-ci-robot requested review from dcbw and squeed May 1, 2019 14:19
@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. sig/network Categorizes an issue or PR as relevant to SIG Network. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels May 1, 2019
@danwinship danwinship force-pushed the iptables-is-not-found-error branch 2 times, most recently from bdc6cbe to 3fa6285 Compare May 1, 2019 14:33
@danwinship danwinship force-pushed the iptables-is-not-found-error branch from 3fa6285 to 4d77d3e Compare May 1, 2019 14:42
@dcbw
Copy link
Member

dcbw commented May 1, 2019

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 1, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danwinship, dcbw

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 1, 2019
@k8s-ci-robot k8s-ci-robot merged commit 53b41dd into kubernetes:master May 1, 2019
@danwinship danwinship deleted the iptables-is-not-found-error branch May 3, 2019 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/network Categorizes an issue or PR as relevant to SIG Network. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants