Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for forceSyncProxyRules (0.34 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)
  2. pkg/proxy/iptables/proxier_test.go

    	}
    
    	// Now force a full resync and confirm that it rewrites the older services with
    	// no comments as well.
    	fp.forceSyncProxyRules()
    	expectedEndpoints += 3
    
    	firstEndpoint, numEndpoints, numComments = countEndpointsAndComments(fp.iptablesData.String(), "10.0.0.0")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top