GoogleCloudPlatform / GoogleCloudPlatform/container-engine-accelerators
when restart kubelet, the gpu-device-plugin will Restart and Re-register to the new kubelet, leads to pods that depend on the gpu-device-plugin restarting as well.
Open
- Dominant language
- Go
- Stars
- 252
- Forks
- 184
- Avg merge
- 1h 55m
- Merged PRs (30d)
- 2
Description
because of this, usually, these pods were not available for about 60 seconds.
Normally, a pod that uses only CPU and memory will not restart when restarting kubelet. What solutions can be taken to ensure that pods rely on gpu device are not unavailable when restarting kubelet? Especially when I want to upgrade kubelet.
Contributor guide
Assessment
This issue has not been assessed yet.