Skip kube-proxy nfacct metric test on rhel + rocky distros#17902
Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom Jan 31, 2026
Merged
Skip kube-proxy nfacct metric test on rhel + rocky distros#17902k8s-ci-robot merged 1 commit intokubernetes:masterfrom
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
hakman
approved these changes
Jan 31, 2026
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These tests are failing across all CNIs. kube-proxy isn't emitting these metrics because the nfacct sub-system isn't present.
https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/e2e-kops-grid-gce-kindnet-rocky10-k33/2017635116221730816
[FAILED] metric 'kubeproxy_iptables_localhost_nodeports_accepted_packets_total' not foundThe metric is initialized here:
https://github.com/kubernetes/kubernetes/blob/ff38eebb984f4e747dc00079233783ebecef0a95/pkg/proxy/metrics/metrics.go#L279-L285
https://github.com/kubernetes/kubernetes/blob/ff38eebb984f4e747dc00079233783ebecef0a95/pkg/proxy/metrics/metrics.go#L333
https://github.com/kubernetes/kubernetes/blob/ff38eebb984f4e747dc00079233783ebecef0a95/pkg/proxy/metrics/metrics.go#L376-L387
which fails with this error:
https://github.com/kubernetes/kubernetes/blob/80833a543b7f3be04ef659b0f5ccfd623dcda21b/pkg/proxy/util/nfacct/nfacct_linux.go#L179
Example kube-proxy error logs: