-
Notifications
You must be signed in to change notification settings - Fork 472
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
k8s-dns-node-cache doesn't support iptables-nft #338
Comments
@bowei Is it possible to give some attention to this issue? This is a show stopper for centos 8. |
I rebuilt with
And tested on CentOS8 / nft it works fine |
Thanks! It's working now. |
@chadswen I was able to run it with gcr.io/google-containers/kube-proxy:v1.16.9-beta.0 |
@champtar where are you looking at for the builds? Is this a public read-only CI? |
I was just looking at the tags: |
OH ... maybe google is building images from |
You are talking about kube-proxy, this is k8s-dns-node-cache* |
For kube-proxy this is fixed in 1.17+ |
For whoever makes the same mistake as I did, the PR for kube-proxy is this kubernetes/kubernetes#82966 |
/reopen |
@justaugustus: Reopened this issue. In response to this:
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. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Right now k8s-dns-node-cache only support iptables-legacy
It would be nice to select iptables-legacy / iptables-nft automatically
see kubernetes/kubernetes#82966 for how kubeproxy does it
The text was updated successfully, but these errors were encountered: