Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DualStack (1.17 sec)

  1. pkg/apis/core/validation/validation.go

    			podIPs = append(podIPs, podIP.IP)
    		}
    
    		dualStack, err := netutils.IsDualStackIPStrings(podIPs)
    		if err != nil {
    			allErrs = append(allErrs, field.InternalError(podIPsField, fmt.Errorf("failed to check for dual stack with error:%v", err)))
    		}
    
    		// We only support one from each IP family (i.e. max two IPs in this list).
    		if !dualStack || len(podIPs) > 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top