diff --git a/pkg/proxy/metrics/metrics.go b/pkg/proxy/metrics/metrics.go index aaf526a1271..d42a371b3fe 100644 --- a/pkg/proxy/metrics/metrics.go +++ b/pkg/proxy/metrics/metrics.go @@ -376,7 +376,8 @@ var _ metrics.StableCollector = &nfacctMetricCollector{} func newNFAcctMetricCollector(counter string, description *metrics.Desc) *nfacctMetricCollector { client, err := nfacct.New() if err != nil { - klog.ErrorS(err, "failed to initialize nfacct client") + // https://github.com/kubernetes/kubernetes/issues/126 + // klog.ErrorS(err, "failed to initialize nfacct client") return nil } return &nfacctMetricCollector{