Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NodeIPs (0.14 sec)

  1. pkg/proxy/iptables/proxier_test.go

    }
    
    // newIPTablesTracer creates an iptablesTracer. nodeIPs are the IPs to treat as local
    // node IPs (for determining whether rules with "--src-type LOCAL" or "--dst-type LOCAL"
    // match).
    func newIPTablesTracer(t *testing.T, ipt *iptablestest.FakeIPTables, nodeIPs []string) *iptablesTracer {
    	localIPs := sets.New("127.0.0.1", "::1")
    	localIPs.Insert(nodeIPs...)
    
    	return &iptablesTracer{
    		ipt:      ipt,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - The `--bind-address` parameter in kube-proxy is misleading, no port is opened with this address. Instead it is translated internally to "nodeIP". The nodeIPs for both families are now taken from the Node object if `--bind-address` is unspecified or set to the "any" address (0.0.0.0 or ::). It is recommended to leave `--bind-address` unspecified, and in particular avoid to set it to localhost (127.0.0.1...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top