Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for routecontroller (0.3 sec)

  1. pkg/controller/nodeipam/ipam/doc.go

    // We currently support several kinds of IPAM allocators (these are denoted by
    // the CIDRAllocatorType):
    //   - RangeAllocator is an allocator that assigns PodCIDRs to nodes and works
    //     in conjunction with the RouteController to configure the network to get
    //     connectivity.
    //   - CloudAllocator is an allocator that synchronizes PodCIDRs from IP
    //     ranges assignments from the underlying cloud platform.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/core.go

    	if err != nil {
    		return nil, false, err
    	}
    
    	routeController := routecontroller.New(routes,
    		controllerContext.ClientBuilder.ClientOrDie("route-controller"),
    		controllerContext.InformerFactory.Core().V1().Nodes(),
    		controllerContext.ComponentConfig.KubeCloudShared.ClusterName,
    		clusterCIDRs)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 39K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        reason: FrequentDockerRestart
        status: "False"
        type: FrequentDockerRestart
      - lastHeartbeatTime: "2019-07-09T16:17:47Z"
        lastTransitionTime: "2019-07-09T16:17:47Z"
        message: RouteController created a route
        reason: RouteCreated
        status: "False"
        type: NetworkUnavailable
      - lastHeartbeatTime: "2019-09-20T19:32:50Z"
        lastTransitionTime: "2019-07-09T16:17:29Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        reason: FrequentDockerRestart
        status: "False"
        type: FrequentDockerRestart
      - lastHeartbeatTime: "2019-07-09T16:17:47Z"
        lastTransitionTime: "2019-07-09T16:17:47Z"
        message: RouteController created a route
        reason: RouteCreated
        status: "False"
        type: NetworkUnavailable
      - lastHeartbeatTime: "2019-09-20T19:32:50Z"
        lastTransitionTime: "2019-07-09T16:17:29Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.3.md

    * Add dnsmasq as a DNS cache in kube-dns pod ([#26114](https://github.com/kubernetes/kubernetes/pull/26114), [@ArtfulCoder](https://github.com/ArtfulCoder))
    * routecontroller: Add wait.NonSlidingUntil, use it ([#26301](https://github.com/kubernetes/kubernetes/pull/26301), [@zmerlynn](https://github.com/zmerlynn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/caching/internal/controller/impl/LifecycleAwareBuildCacheControllerFactory.java

            protected BuildCacheController getDelegate() {
                BuildCacheController rootController = this.rootController.getDelegate();
                if (rootController != NoOpBuildCacheController.INSTANCE) {
                    // The root controller is available, so don't use the build specific controller
                    return rootController;
                }
                return delegate.get();
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 23:28:13 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    * kubeadm: Fix join preflight check false negative ([#49825](https://github.com/kubernetes/kubernetes/pull/49825), [@erhudy](https://github.com/erhudy))
    * route_controller will emit "FailedToCreateRoute" event when fails to create route. ([#49821](https://github.com/kubernetes/kubernetes/pull/49821), [@MrHohn](https://github.com/MrHohn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top