Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for nodePortAddressStrings (0.22 sec)

  1. pkg/proxy/nftables/proxier.go

    	masqueradeAll bool,
    	masqueradeBit int,
    	localDetector proxyutil.LocalTrafficDetector,
    	hostname string,
    	nodeIP net.IP,
    	recorder events.EventRecorder,
    	healthzServer *healthcheck.ProxierHealthServer,
    	nodePortAddressStrings []string,
    	initOnly bool,
    ) (*Proxier, error) {
    	logger := klog.LoggerWithValues(klog.FromContext(ctx), "ipFamily", ipFamily)
    
    	if initOnly {
    		logger.Info("System initialized and --init-only specified")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier.go

    	nodeIP net.IP,
    	recorder events.EventRecorder,
    	healthzServer *healthcheck.ProxierHealthServer,
    	nodePortAddressStrings []string,
    	initOnly bool,
    ) (*Proxier, error) {
    	logger := klog.LoggerWithValues(klog.FromContext(ctx), "ipFamily", ipFamily)
    	nodePortAddresses := proxyutil.NewNodePortAddresses(ipFamily, nodePortAddressStrings)
    
    	if !nodePortAddresses.ContainsIPv4Loopback() {
    		localhostNodePorts = false
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier.go

    	masqueradeBit int,
    	localDetector proxyutil.LocalTrafficDetector,
    	hostname string,
    	nodeIP net.IP,
    	recorder events.EventRecorder,
    	healthzServer *healthcheck.ProxierHealthServer,
    	scheduler string,
    	nodePortAddressStrings []string,
    	initOnly bool,
    ) (*Proxier, error) {
    	logger := klog.LoggerWithValues(klog.FromContext(ctx), "ipFamily", ipFamily)
    	// Set the conntrack sysctl we need for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top