mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Re-enable V(9) transaction logging in nftables proxy
This commit is contained in:
parent
d4e6e62134
commit
c4dd2c5ad7
@ -1614,8 +1614,9 @@ func (proxier *Proxier) syncProxyRules() {
|
||||
"numEndpoints", totalEndpoints,
|
||||
)
|
||||
|
||||
// FIXME
|
||||
// klog.V(9).InfoS("Running nftables transaction", "transaction", tx.Bytes())
|
||||
if klogV9 := klog.V(9); klogV9.Enabled() {
|
||||
klogV9.InfoS("Running nftables transaction", "transaction", tx.String())
|
||||
}
|
||||
|
||||
err = proxier.nftables.Run(context.TODO(), tx)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user