Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for r2devices (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    - Fixes regression in 1.27.2 causing running pods with devices to be terminated if kubelet is restarted ([#119432](https://github.com/kubernetes/kubernetes/pull/119432), [@ffromani](https://github.com/ffromani)) [SIG Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    		klog.V(2).InfoS("Failed to get local endpoint for PodResources endpoint", "err", err)
    		return
    	}
    
    	providers := podresources.PodResourcesProviders{
    		Pods:             kl.podManager,
    		Devices:          kl.containerManager,
    		Cpus:             kl.containerManager,
    		Memory:           kl.containerManager,
    		DynamicResources: kl.containerManager,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - During device plugin allocation, resources requested by the pod can only be allocated if the device plugin has registered itself to kubelet AND healthy devices are present on the node to be allocated. If these conditions are not sattsfied, the pod would fail with `UnexpectedAdmissionError` error. ([#116376](https://github.com/kubernetes/kubernetes/pull/116376), [@swatisehgal](https://github.com/swatisehgal))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
Back to top