Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unhealthyZoneThreshold (0.2 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    		evictionLimiterQPS:          evictionLimiterQPS,
    		secondaryEvictionLimiterQPS: secondaryEvictionLimiterQPS,
    		largeClusterThreshold:       largeClusterThreshold,
    		unhealthyZoneThreshold:      unhealthyZoneThreshold,
    		nodeUpdateQueue:             workqueue.NewTypedWithConfig(workqueue.TypedQueueConfig[string]{Name: "node_lifecycle_controller"}),
    		podUpdateQueue: workqueue.NewTypedRateLimitingQueueWithConfig(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/options/options_test.go

    				NodeMonitorGracePeriod:    metav1.Duration{Duration: 30 * time.Second},
    				NodeStartupGracePeriod:    metav1.Duration{Duration: 30 * time.Second},
    				LargeClusterSizeThreshold: 100,
    				UnhealthyZoneThreshold:    0.6,
    			},
    		},
    		PersistentVolumeBinderController: &PersistentVolumeBinderControllerOptions{
    			&persistentvolumeconfig.PersistentVolumeBinderControllerConfiguration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top