Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for servicecidrs (0.16 sec)

  1. cmd/kubeadm/app/preflight/checks_test.go

    	ipv6File := "FileContent--proc-sys-net-ipv6-conf-default-forwarding"
    	var tests = []struct {
    		testName    string
    		PodSubnet   string
    		serviceCidr string
    		expStr      []string
    	}{
    		{
    			testName:    "dual stack",
    			PodSubnet:   "fda9:d324:354d:0::/56",
    			serviceCidr: "10.96.0.0/16,fda9:d324:354d:1::/112",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  2. pkg/controlplane/instance.go

    			controller := defaultservicecidr.NewController(
    				c.Extra.ServiceIPRange,
    				c.Extra.SecondaryServiceIPRange,
    				client,
    			)
    			// The default serviceCIDR must exist before the apiserver is healthy
    			// otherwise the allocators for Services will not work.
    			controller.Start(hookContext)
    			return nil
    		})
    	}
    
    	return s, nil
    
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. pkg/registry/core/service/ipallocator/ipallocator.go

    	ipAddressLister networkingv1alpha1listers.IPAddressLister
    	ipAddressSynced cache.InformerSynced
    	// ready indicates if the allocator is able to allocate new IP addresses.
    	// This is required because it depends on the ServiceCIDR to be ready.
    	ready atomic.Bool
    
    	// metrics is a metrics recorder that can be disabled
    	metrics     metricsRecorderInterface
    	metricLabel string
    
    	rand *rand.Rand
    }
    
    var _ Interface = &Allocator{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  4. api/api-rules/violation_exceptions.list

    API rule violation: names_match,k8s.io/kube-controller-manager/config/v1alpha1,NodeIPAMControllerConfiguration,ServiceCIDR
    API rule violation: names_match,k8s.io/kube-controller-manager/config/v1alpha1,NodeLifecycleControllerConfiguration,LargeClusterSizeThreshold
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
Back to top