mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +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,
|
"numEndpoints", totalEndpoints,
|
||||||
)
|
)
|
||||||
|
|
||||||
// FIXME
|
if klogV9 := klog.V(9); klogV9.Enabled() {
|
||||||
// klog.V(9).InfoS("Running nftables transaction", "transaction", tx.Bytes())
|
klogV9.InfoS("Running nftables transaction", "transaction", tx.String())
|
||||||
|
}
|
||||||
|
|
||||||
err = proxier.nftables.Run(context.TODO(), tx)
|
err = proxier.nftables.Run(context.TODO(), tx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user