Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for badCIDRs (0.12 sec)

  1. cmd/kube-proxy/app/server.go

    		if badCIDRs(clusterCIDRs, badFamily) {
    			errors = append(errors, fmt.Errorf("cluster is %s but clusterCIDRs contains only IPv%s addresses", clusterType, badFamily))
    			if s.Config.DetectLocalMode == kubeproxyconfig.LocalModeClusterCIDR && !dualStackSupported {
    				// This has always been a fatal error
    				fatal = true
    			}
    		}
    	}
    
    	if badCIDRs(s.podCIDRs, badFamily) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top