-
- Downloads
Expose nodes with unready GPU in CA status
This change simplifies debugging GPU issues: without it, all nodes can be Ready as far as Kubernetes API is concerned, but CA will still report some of them as unready if are missing GPU resource. Explicitly calling them out in the status ConfigMap will point into the right direction.
Showing
- cluster-autoscaler/FAQ.md 1 addition, 1 deletioncluster-autoscaler/FAQ.md
- cluster-autoscaler/clusterstate/clusterstate.go 16 additions, 7 deletionscluster-autoscaler/clusterstate/clusterstate.go
- cluster-autoscaler/processors/customresources/gpu_processor.go 1 addition, 1 deletion...er-autoscaler/processors/customresources/gpu_processor.go
- cluster-autoscaler/utils/kubernetes/ready.go 47 additions, 4 deletionscluster-autoscaler/utils/kubernetes/ready.go
- cluster-autoscaler/utils/taints/taints.go 1 addition, 1 deletioncluster-autoscaler/utils/taints/taints.go
Loading
Please register or sign in to comment