Zeel Patel
Zeel Patel
## What is the issue? I am trying to write UTs for a function which internally calls cli.RunNoErrOutput(command) cli -> "k8s.io/component-base/cli" But there seems to be goleak ``` goleak: Errors...
Hi, Kubernetes provides [runtimeclass](https://kubernetes.io/docs/concepts/containers/runtime-class/#runtime-class) resource for container runtime selection in pod spec. Do we have any parity in spark driver/executor pod spec. i.e., providing runtimeclassname in spec somewhere?
…ed on GPU nodes This plugin is widely being used at Uber and thought can be useful for open source community. KEP doc as requested in https://github.com/kubernetes-sigs/scheduler-plugins/pull/788 PR #### What...
…eduled on GPU nodes This plugin is widely being used at Uber and thought can be useful for open source community. #### What type of PR is this? #### What...
Solves: [1014](https://github.com/NVIDIA/k8s-device-plugin/issues/1014) Currently, if device is marked as unhealthy, it's status remain unhealthy and kubelet does not show resource on node. The ListAndWatch stream Receiver of kubelet device manager [checks...