Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for KUBE_MAX_PD_VOLS (0.16 sec)

  1. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go

    	ErrReasonMaxVolumeCountExceeded = "node(s) exceed max volume count"
    
    	// KubeMaxPDVols defines the maximum number of PD Volumes per kubelet.
    	KubeMaxPDVols = "KUBE_MAX_PD_VOLS"
    )
    
    // AzureDiskName is the name of the plugin used in the plugin registry and configurations.
    const AzureDiskName = names.AzureDiskLimits
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.6.md

    * Support KUBE_MAX_PD_VOLS on Azure ([#41398](https://github.com/kubernetes/kubernetes/pull/41398), [@codablock](https://github.com/codablock))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
Back to top