Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nodePortAddresses (0.25 sec)

  1. pkg/proxy/iptables/proxier_test.go

    				epIP1 = "fd00:10:180::1"
    				epIP2 = "fd00:10:180::2:1"
    			}
    			fp := NewFakeProxier(ipt)
    			fp.localhostNodePorts = tc.localhostNodePorts
    			if tc.nodePortAddresses != nil {
    				fp.nodePortAddresses = proxyutil.NewNodePortAddresses(tc.family, tc.nodePortAddresses)
    			}
    
    			makeServiceMap(fp,
    				makeTestService("ns1", "svc1", func(svc *v1.Service) {
    					svc.Spec.Type = v1.ServiceTypeNodePort
    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.24.md

    - Kube-proxy doesn't set the sysctl `net.ipv4.conf.all.route_localnet=1` if no IPv4 loopback address is selected by the `nodePortAddresses` configuration parameter. ([#107684](https://github.com/kubernetes/kubernetes/pull/107684), [@aojea](https://github.com/aojea))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
Back to top