Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maskSize (0.1 sec)

  1. cmd/kubeadm/app/apis/kubeadm/validation/validation.go

    		// i.e. if it has a /24 the node mask must be between 24 and 32 for ipv4
    		if maskSize > nodeMask {
    			allErrs = append(allErrs, field.Invalid(fldPath, podSubnet.String(), fmt.Sprintf("the size of pod subnet with mask %d is smaller than the size of node subnet with mask %d", maskSize, nodeMask)))
    		} else if (nodeMask - maskSize) > constants.PodSubnetNodeMaskMaxDiff {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top