Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 63 for unresponsive (0.21 sec)

  1. pkg/kubelet/certificate/transport.go

    						klog.ErrorS(nil, "No valid client certificate is found and the server is responsive, exiting.", "lastCertificateAvailabilityTime", lastCertAvailable, "shutdownThreshold", exitAfter)
    						os.Exit(1)
    					} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 08 13:57:45 UTC 2022
    - 6.5K bytes
    - Viewed (0)
  2. pkg/controller/daemon/config/types.go

    type DaemonSetControllerConfiguration struct {
    	// concurrentDaemonSetSyncs is the number of daemonset objects that are
    	// allowed to sync concurrently. Larger number = more responsive daemonset,
    	// but more CPU (and network) load.
    	ConcurrentDaemonSetSyncs int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 941 bytes
    - Viewed (0)
  3. pkg/controller/cronjob/config/types.go

    // CronJobControllerV2.
    type CronJobControllerConfiguration struct {
    	// ConcurrentCronJobSyncs is the number of cron job objects that are
    	// allowed to sync concurrently. Larger number = more responsive jobs,
    	// but more CPU (and network) load.
    	ConcurrentCronJobSyncs int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 10 22:32:06 UTC 2020
    - 934 bytes
    - Viewed (0)
  4. pkg/controller/replicaset/config/types.go

    type ReplicaSetControllerConfiguration struct {
    	// concurrentRSSyncs is the number of replica sets that are  allowed to sync
    	// concurrently. Larger number = more responsive replica  management, but more
    	// CPU (and network) load.
    	ConcurrentRSSyncs int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 936 bytes
    - Viewed (0)
  5. pkg/controller/replication/config/types.go

    type ReplicationControllerConfiguration struct {
    	// concurrentRCSyncs is the number of replication controllers that are
    	// allowed to sync concurrently. Larger number = more responsive replica
    	// management, but more CPU (and network) load.
    	ConcurrentRCSyncs int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 948 bytes
    - Viewed (0)
  6. pkg/controller/statefulset/config/types.go

    type StatefulSetControllerConfiguration struct {
    	// concurrentStatefulSetSyncs is the number of statefulset objects that are
    	// allowed to sync concurrently. Larger number = more responsive statefulsets,
    	// but more CPU (and network) load.
    	ConcurrentStatefulSetSyncs int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 01 05:36:14 UTC 2019
    - 956 bytes
    - Viewed (0)
  7. pkg/controller/resourcequota/config/types.go

    	// in the system.
    	ResourceQuotaSyncPeriod metav1.Duration
    	// concurrentResourceQuotaSyncs is the number of resource quotas that are
    	// allowed to sync concurrently. Larger number = more responsive quota
    	// management, but more CPU (and network) load.
    	ConcurrentResourceQuotaSyncs int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  8. cmd/kube-controller-manager/app/options/replicasetcontroller.go

    	if o == nil {
    		return
    	}
    
    	fs.Int32Var(&o.ConcurrentRSSyncs, "concurrent-replicaset-syncs", o.ConcurrentRSSyncs, "The number of replica sets that are allowed to sync concurrently. Larger number = more responsive replica management, but more CPU (and network) load")
    }
    
    // ApplyTo fills up ReplicaSetController config with options.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  9. pkg/controller/job/config/types.go

    // JobControllerConfiguration contains elements describing JobController.
    type JobControllerConfiguration struct {
    	// concurrentJobSyncs is the number of job objects that are
    	// allowed to sync concurrently. Larger number = more responsive jobs,
    	// but more CPU (and network) load.
    	ConcurrentJobSyncs int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 900 bytes
    - Viewed (0)
  10. pkg/controller/deployment/config/types.go

    type DeploymentControllerConfiguration struct {
    	// concurrentDeploymentSyncs is the number of deployment objects that are
    	// allowed to sync concurrently. Larger number = more responsive deployments,
    	// but more CPU (and network) load.
    	ConcurrentDeploymentSyncs int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 30 12:00:53 UTC 2022
    - 949 bytes
    - Viewed (0)
Back to top