Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forceSyncProxyRules (0.19 sec)

  1. pkg/proxy/iptables/proxier.go

    	go ipt.Monitor(kubeProxyCanaryChain, []utiliptables.Table{utiliptables.TableMangle, utiliptables.TableNAT, utiliptables.TableFilter},
    		proxier.forceSyncProxyRules, syncPeriod, wait.NeverStop)
    
    	if ipt.HasRandomFully() {
    		logger.V(2).Info("Iptables supports --random-fully")
    	} else {
    		logger.V(2).Info("Iptables does not support --random-fully")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
Back to top