Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DualStack (0.12 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)
  2. CHANGELOG/CHANGELOG-1.21.md

    ### Bug or Regression
    
    - Fix NodeAuthenticator tests in dualstack ([#104840](https://github.com/kubernetes/kubernetes/pull/104840), [@ardaguclu](https://github.com/ardaguclu)) [SIG Auth and Testing]
    - Fix: skip case sensitivity when checking Azure NSG rules
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg image, var ZP //deprecated
    pkg image, var ZR //deprecated
    pkg image/jpeg, type Reader //deprecated
    pkg net, type Dialer struct, Cancel //deprecated
    pkg net, type Dialer struct, DualStack //deprecated
    pkg net/http, method (*Transport) CancelRequest //deprecated
    pkg net/http, type CloseNotifier //deprecated
    pkg net/http, type ProtocolError //deprecated
    pkg net/http, type Request struct, Cancel //deprecated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top